Performance Issues – database autoload
-
There’s an autoload option that is causing performance issues in my website. It’s really needed to put all the google fonts in the option table? There’s a way to disable this? I’m not using any google font.
SELECT LENGTH(option_value),option_name FROM wp_options WHERE autoload="yes" ORDER BY length(option_value) DESC LIMIT 20
LENGTH(option_value) option_name 334603 _site_transient_popmake-google-fonts-list 262939 dikka_options 255003 dikka_options-transients 27238 jetpack_file_data 22589
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Performance Issues – database autoload’ is closed to new replies.