Quantcast
Channel: WordPress | サポートフォーラム »投稿一覧
Viewing all articles
Browse latest Browse all 903

返信先: Localがものすごく重くなってしまっている

$
0
0

ありがとうございます。
また誤った記述にてご心配をおかけしました。

以下のような形で配置してました。

.
└── public/
├── wp-config.php
├── .htaccess
├── wp-includes/
├── wp-content/
├── wp-admin/
└── ...

またwp-config.phpに関しては、以下のように記載されておりました。大丈夫かと思うのですが、いかがでしょうか

/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define('WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}

define( 'WP_ENVIRONMENT_TYPE', 'local' );
/* That's all, stop editing! Happy publishing. */

wp-config.phpと並列で local-xdebuginfo.php
とあったので、中身を見てみると

<?php xdebug_info();

とありました。
Localの管理画面から
xdebugというのがあったので、Onとすると

[ステップ デバッグ] HTTP ヘッダーで検出されたクライアント ホストに接続できませんでした。構成されたアドレス/ポート localhost:9003 に接続しています。:-|

[ステップ デバッグ] デバッグ クライアントに接続できませんでした。試行: ::1:9003 (HTTP_X_FORWARDED_FOR HTTP ヘッダーから)、localhost:9003 (xdebug.client_host/xdebug.client_port 経由のフォールバック) 🙁

などといった記述があります。これがなにかヒントになればありがたいのですが、引き続きアドバイスをいただけるとありがたいです。よろしくお願いします


Viewing all articles
Browse latest Browse all 903

Trending Articles