Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #846538

    Hi guys,

    Thanks for this fantastic theme!

    I have a problem with the loading time of the accordion slider. It takes about 5-6 seconds until the accordion slider appears. Is there a possibility to improve the performance?

    I’ve already done some optimizations regarding the website speed:
    – saved pictures for accordion slider in PS with “save for web”
    – used ewww optimizer plugin
    – used wp-smushit
    – used BWP minify plugin
    – installed WP-Super cache

    The performance it’s pretty decent on all other pages except for the one with the accordion slider. This site is still not loading in a timely manner.

    Any ideas?

    #846549

    Hey uUSA,

    Add this to quick css. I put it at an extreme (50.0s) just to show it works but you can adjust to whatever you need:

    #top .aviaccordion.av-animation-active .aviaccordion-slide, #top .aviaccordion-title-on-hover .aviaccordion-preview {
        -webkit-transition: all 50.0s cubic-bezier(0.230, 1.000, 0.320, 1.000)!important;
        transition: all 50.0s cubic-bezier(0.230, 1.000, 0.320, 1.000)!important;
    }

    Best regards,
    Jordan Shannon

    #846883

    Hey Jordan,

    Thanks for the quick response. I tried the code but I looks like the only thing changed is how fast the slides move once I hover over. My problem was more the initial page load time which is with about 5 seconds still very long.

    Is there anything I can do about that?

    Thanks!

    #846916

    Hi,

    Unfortunately the initial load time can’t really be targeted as many different factors effect it, such as someone individual connection speed, or browser load at the moment. Some measures you that might help though is to use an optimization plugin.

    Best regards,
    Jordan Shannon

    #846933

    I see… Thanks for your help though!

    #846934

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Accordion slider loading time’ is closed to new replies.