DEV Community

Discussion on: Testing My Static Sites Speed and SEO

Collapse
 
pavelloz profile image
Paweł Kowalski • Edited

I mean, any domain different than CDN you usually use is going to hit performance in a negative way, because of SSL handshakes, so no matter what you choose, you should stick to it for all assets. I just assumed netlify would be the best, because your html and most other assets are there.

So in short, yes, moving assets to netlify will make things better :)

Additionally, self-hosting fonts allows you to optimize them. Look at dev.to/platformos/optimizing-font-... if you want to squeeze last bit of perf from your fonts (minimizing hops + size)