Slow or unresponsive when activating the plugin
-
Hello,
I am again having this issue. I had already opened a thread about that but it was closed because it resolved by itselft.
When I activate the plugin, my website becomes very slow, or I can’t even load a page. It looks like it is stuck in a loop while loading my pages.
I tried to clean corrupted option with :
add_action( 'init', fn() => delete_option( 'tribe_pue_key_notices' ), 1 );I enabled debugging and I have hundreds of message like that :
PHP Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>the-events-calendar</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href=”https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/”>Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /home/xxx/public_html/wp-includes/functions.php on line 6114
You told me this should not impact the functionnality of the plugin, but it’s not normal there are hundreds of Notice like this one for a single page load.
Thank you
The topic ‘Slow or unresponsive when activating the plugin’ is closed to new replies.