I have a site with a fairly lightweight home page (about 700k, half of which is webfonts). It loads quickly until it gets to the SVG images, which for some reason all have very long (proportionally) response times, and all load serially.
As you can see in the web inspector screenshot, these SVGs are tiny, each around 1k, but combined with the response time, each one takes nearly as long to load as a webfont that is 100x the file size! Obviously this isn’t making the site unusable (it still loads in under two seconds), but it does feel awfully inefficient.
I guess my main question is: Is this something I could likely fix in Grav or with htaccess, or is this something I should take up with my hosting provider?