• This is a weird one, a problem that occurs at random:

    When you first click onto our website, or while clicking around the menu on the website, you will for a split second see the a giant version of our Seahorse Logo in the background, with underneath it the text of all menu titles. This appears for a micro second and then disappears, being replaced with the proper website. This will occur at sometimes and not others, and happens so quickly that it’s impossible to capture a screenshot of it.

    I can’t figure out why this is happening!! I’ve checked everything I can think of in the back end and can’t work it out! Any ideas??

    Thankyou!
    SDPS Admin

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • first im not an expert..

    but from what i can see, its because there is so many resource being loaded in parallel, and those logo finish before you css even finished.

    look at waterfall chart time here https://imgur.com/a/SofUhYO

    what you can do, i think to not combine css to become those big.. preload critical css and js that used first..delay resource that are used later..

    so basically those happen when css finish downloading later than logo..

    yup.. i already try it a few time and when css finish first, those issue never show up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Erratic background menu display!’ is closed to new replies.