Hi,
I have noticed a significant lag (3-5 sec.) changing slides when LiteSpeed Cache plugin is active. It makes slider element unusable. There are no Console errors reported by the browser.
Regards
Marcin
Hi,
I have noticed a significant lag (3-5 sec.) changing slides when LiteSpeed Cache plugin is active. It makes slider element unusable. There are no Console errors reported by the browser.
Regards
Marcin
Thanks @Marcin_Podwojski,
This was very helpful to see on your site live. I wasn’t able to fully reproduce this on my own sites, but found what I believe to be the cause of the problem while testing on your site. I’ve made some adjustments to the slider internals. When the next beta is out, let me know how it goes. I’m hoping we’re corrected that issue.
Hi @alexander,
I have just installed the 5.1.0-RC, purged the cache, but unfortunately there is no change in the behavior of the sliders when the LiteSpeed Cache is enabled.
Regards
Marcin
Thanks for letting me know. Would you mind letting me login to the site to try a few things more closely? If this is ok you could add login info to the secure note.
Thank you! Finally got this one solved. The issue wasn’t LiteSpeed, but rather an issue with how we parsed the transition timing. Yours was set to 0.5s when the default is 500ms. Switching to seconds should work, but it was treating it as 5s instead of 0.5s which is why it prevented transitions during that window. You’ll see this corrected for the official release.