Hello,
I am trying to sort out a few things on the site to imrove page load. Your demo store runs very quickly. Our hosting is pretty good so that should not be the issue.
wc-ajax=get_refreshed_fragments
Even though I have disabled “Ajax add to cart” in your theme settings, the ajax=get_refreshed_fragments is still loading on each page load. Is that necessary?
fonts.gstatic.com
I have tested uploading our own custom fonts, but with just the two fonts loaded (poppins and Lato) it was nearly a 500kb file which was a lot. I have gone back to just loading these 2 fonts via Google fonts.
I did a test however and completely disabled Google Fonts and removed them as custom fonts. Strangely the Poppins and Lato font still display on the page no problem. How is that possible? Are these two fonts loaded by the theme somehow? If that is the case, I am happy to disable Google fonts and not load any custom fonts 🙂
Also, I only need 1 or 2 of the font weights but Google loads all options. Is it not possible just to load several font weights? This is what is being when fetching from Google: /fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Poppins:100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic
Thank you!