• Hi Guys

    We use a super popular theme Xstore and some performance issues are identified with huge Autoloaded Data and Kirki (used in the theme) is one of the main things affecting our autoloaded data – We use WP Engine for the host and so are the best for WP – but they have a max autoloaded data recommendation of 0.8MB

    You’ll see in the attached Kirki accounts for a lot of that and so I wondered if anything can be done to minimise this – and also wondered if Kirki needed to be autoloaded at all?

    https://share.getcloudapp.com/ApuXJxro

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter madaboutu

    (@madaboutu)

    Any reply folks?

    Big issue for us

    Hey,

    The numbers in the screenshot do not seem to add up. (The biggest is permalink-manager-uris with 657k). Kirki is 48k. You may want to try this query:

    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 10)

    Having said that, I am curious about this issue as well. My kirki adds 140 kB of autoload data in wp_options with kirki_downloaded_font_files.

    Is there any way to reduce this amount?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HUGE ISSUE AUTOLOADED DATE’ is closed to new replies.