1

My website, https://homegift.vn, has a performance problem: DOMContentLoaded only 2s, but the favicon.ico always loads after 20s.

NOTE that:

  • This was not happening before and I have not updated the code.

  • Website Assets all optimized and can load fast.

  • This happens for all pages (DOM maybe faster or slower, but all loads always finished after 21s with favicon).

enter image description here

I have tried to remove all slowing resources and third party content like Facebook.

Dharman
  • 30,962
  • 25
  • 85
  • 135
  • 1
    Some code to illustrate how you load the rest of the content would be a nice start. – gnzg Jul 13 '19 at 09:34
  • This could be due to the way you're gathering the favicon, are you using a tag in the head or letting the browser automatically search for a favicon – Tomas Crofty Jul 13 '19 at 09:35
  • This site using Prestashop CMS, so it managed Favicon.ico , I can see this on header: And i think this have no problem~ – Homegift.vn Jul 13 '19 at 09:39
  • I can see that your theme-eec946155.css take 9.09 seconds to load. See how to speed up page speed that can decrease your page load time than your icon load faster. Check this link : https://stackoverflow.com/questions/2359515/optimizations-to-reduce-website-loading-time – Nirav Bhoi Jul 13 '19 at 09:43

1 Answers1

-1

Maybe this causion by some Script with DOM loaded event, i have try remove that and all look good now! Many thank @All