Hello
I ran into a problem (see photo)
then after executing the query in wp_options I find that the autoload of your theme is too high, can I somehow fix this?
I don’t think it should be like this, or am I wrong?
SELECT 'autoloaded data in KiB' as name, ROUND(SUM(LENGTH(option_value))/ 1024) as value FROM wp_options WHERE autoload='yes'
UNION
SELECT 'autoloaded data count', count(*) FROM wp_options WHERE autoload='yes'
UNION
(SELECT option_name, length(option_value) FROM wp_options WHERE autoload='yes' ORDER BY length(option_value) DESC LIMIT 30)
Attachments:
You must be
logged in to view attached files.