hi, when I want check my theme it needs more than 30 second about to 90-100 seconds for reply. previously wasn’t this issue but now…
do you have any experience or suggestion?
also I have “WARNING: file_put_contents”. I must remove it or it will be accepted and what is about “RECOMMENDED” and “REQUIRED” message.
sincerely thanks
1.) I would suggest using Debug Bar plugin, add define(‘SAVEQUERIES’, true); to wp-config.php and find the intruder (top right of the admin bar).
2.) Use WordPress FileSystem API
@OriginalEXE
thanks
but even when the all Plugins are deactivate and only theme-check is activate issue remain even while the ‘WP_DEBUG’ and ‘SAVEQUERIES’ are false.
PersianArt said
@OriginalEXEthanks
but even when the all Plugins are deactivate and only theme-check is activate issue remain even while the ‘WP_DEBUG’ and ‘SAVEQUERIES’ are false.
That is why I told oyu to install the plugin, it displays databse queries. Simply check which query cause the issue.
OriginalEXE said
PersianArt saidThat is why I told oyu to install the plugin, it displays databse queries. Simply check which query cause the issue.
@OriginalEXEthanks
but even when the all Plugins are deactivate and only theme-check is activate issue remain even while the ‘WP_DEBUG’ and ‘SAVEQUERIES’ are false.
excuse me I was on wrong, I did not catch your words, I thought you say “Debug Bar plugin” and “define(‘SAVEQUERIES’, true)” may can create issue and for this I deactivate all plugin.
this is for my bad English skills.
but I use and active these:
- Debug Bar
- Debug Bar Cron
- Log Deprecated Notices
- Monster Widget
- Theme Check
and I can not see any error in Debug Bar.
no any another Idea?
no anyone has any Idea or suggestion?
PersianArt said
no anyone has any Idea or suggestion?
Try disabling some created features you have in your theme ( by removing code or whatever ), and run the themecheck. If you keep doing it per feature or whatever, you maybe find out where the problem could be.
@ChapterThemes
thank you for suggestion, good luck
