• My main page has the Minamaze slider.
    Shortly before the website is rendered, the main HTML page is downloaded again. And the download is never cached therefore making page load times worse.
    According to Chrome network graph the text/html file is loaded as an IMG.
    If I remove the Minamaze slider the problem goes away.
    I would love to help you diagnose the problem in the Minamaze scripts to get this fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kwinz

    (@kwinz)

    More info:

    https://www.dropbox.com/s/x7j2ienuz6xv5py/minamaze-loading-twice.PNG?dl=0&raw=1

    Here you can see that the exact same file is downloaded twice.
    once as document and then as text/html in an IMG.
    The inititator is random. Sometimes VM****, sometimes html, sometimes modernizr.js.
    Ignore the filesize difference, if I turn off cloudflare, https and compression the problem still persists and in the Chrome graph the filesize is the same for both requests, hower only the document one ever gets cached.

    https://www.dropbox.com/s/98qf3o3bg2wsj9t/minamaze-loading-twice_2.PNG?dl=0&raw=1

    Even though the request requests an image (accept:image/webp,image/*,*/*;q=0.8), the GET to the root URL serves the HTML file.

    • This reply was modified 7 years, 3 months ago by kwinz.
    • This reply was modified 7 years, 3 months ago by kwinz.
    • This reply was modified 7 years, 3 months ago by kwinz.
    • This reply was modified 7 years, 3 months ago by kwinz.
    • This reply was modified 7 years, 3 months ago by kwinz.
    Thread Starter kwinz

    (@kwinz)

    I think I got this resolved by deleting all slides and readding them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slide bug, website loading twice’ is closed to new replies.