• vlada79

    (@vlada79)


    Greeting,

    Is there a way to speed up the loading time of “/?action = kirki-styles & ver = 3.1.3”? It takes 1.44 seconds to load and significantly slows down my website.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter vlada79

    (@vlada79)

    Today loading time is 4,28 seconds.

    That doesn’t sound right… Usually it’s no more than a few milliseconds! Could you post a link to your website so that I may see what goes on there?
    Thanks ??

    Thread Starter vlada79

    (@vlada79)

    Here is the link

    Thread Starter vlada79

    (@vlada79)

    Now is much better 651.3ms

    I tried installing your theme locally and I can’t replicate the issue… Have you checked your server’s error log to see if there’s something going on there?
    I also see you’re using an older version of the plugin, v3.1.3. Currently Kirki is on version 3.1.5 and a lot of things have been fixed and improved in those last 2 versions.
    On my localhost it doesn’t even load styles using action = kirki-styles, styles are added inline with improved performance. If after you update the plugin you still have an issue please check to see if there’s any custom code somewhere on your site that changes the default behavior of Kirki’s loading and instead of adding them inline they get added as an external reference (perhaps you have a filter?)

    Thread Starter vlada79

    (@vlada79)

    Thanks a lot for trying to help. I’m must to figure out what’s going on. I actually use the latest version of kirki all the time 3.1.5

    Hmmm I just noticed you’re using maxstore-pro and not the free version. Have you tried contacting your theme-author and ask them about this? Maybe they tweak the CSS printing method there. Unfortunately I don’t have access to the premium version of the theme, but with the latest version of the free theme everything works as expected

    adamparr01

    (@adamparr01)

    Hi, I’m also experiencing something similar. I didn’t develop my website myself but got it done externally (I don’t have a technical background).

    https://lvl-up.com/social-wall/ is my website and https://imgur.com/a/P4G9HCE is the results of a pingdom speed test.

    Is there anything I can do to speed this up?

    Thanks in advance!

    Try adding this PHP somewhere…

    add_filter( 'kirki_output_inline_styles', '__return_true', 9999 );

    That _should_ override any previously set filters that force-load CSS using the old and slower method.

    adamparr01

    (@adamparr01)

    At a first test that appears to have completely fixed the issue for me – will keep an eye on it but thanks for the quick response and nice fix!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Loading time’ is closed to new replies.