Hey, this might not be the right place to post this, and I have no idea if this has anything to do with Netlify! So, I put my website on lighthouse (PageSpeed Insights), and it’s complaining about First Contentful Paint (and First Meaningful Paint). I inserted the website name without any https or http or www. If I put in https://www. … then it’s not complaining at all. Anything I can do about this? Thanks, and sorry if this is the wrong place!
You can certainly preload things if you want; you’d have to configure that. (perhaps using a preload custom header, see Custom headers | Netlify Docs for some more details)
Our service does make multiple redirects; that’s intended as we comply with the HSTS spec mentioned here: HTTP Strict Transport Security - Wikipedia . They’ll only affect the first visit to the page after which the local browser knows to redirect automatically.
Automatically turn any insecure links referencing the web application into secure links (e.g. http://example.com/some/page/ will be modified to https://example.com/some/page/before accessing the server).