Hi,
I’m having trouble with the performance of my site.
After looking into the forum, I investigated the wp_options table using this query: SELECT LENGTH(option_value),option_name FROM wp_options WHERE autoload='yes' ORDER BY length(option_value) DESC LIMIT 20;
Top 4 Results were above 1M in size each for a total of 4.6M.
ee_core_routes4.8.
36
ee_core_routes4.8.34
ee_core_routes4.8.33
ee_core_routes4.8.29
I understand that’s going to slow down the website as these are very large.
Those should actually be set to autoload=no. You can delete those and the next time there’s a REST API request to your site those will be regenerated but set to autoload=no.
Viewing 1 reply thread
The support post ‘ee_core_routes4.8.xx’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.