This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

loading problems

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46290
    otfyhotfyh
    Participant

    The search is not loading properly sometimes. It instead loads as a standard search bar with the filters down the page with space in between. It takes not even reloading the page, but typing the domain in the browser to fix, which a website visitor wouldn’t know to do.

    #46296
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    It sounds like a FOUC issue. If you are using a heavy cache plugin or any CDN cache which allows lazy loading of stylesheets, that can cause this problem as the delayed loading of the styles will cause the flash.
    Check the cache configuration and make sure to disable any lazy/delayed or “via script” loading of stylesheets, it will resolve the problem. Some CDNs may call it “rocket loader” or similar.
    I usually don’t recommend using these advanced techniques of loading assets in general, unless you can gather the critical CSS to prevent the style flash. They usually cause more problems.

    Let me know if this helps!

    #46299
    otfyhotfyh
    Participant

    Don’t think the site uses this. Could ajax loading be an issue?

    #46310
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes – if it has some funky business going on then definitely. If you want I can take a look at it to see what might be the exact issue.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.