loading problems

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 9 months, 1 week ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46290
    otfyh
    otfyh
    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 Marcinko
    Ernest 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!

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #46299
    otfyh
    otfyh
    Participant

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

    #46310
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.