Currently in production there is a http 400 error when trying to GET https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600;0,800;1,800&display=swap. This is my error in the implementation of the font, and the following calls within the head.html head can just be removed
The hero image is transferring at 383.8 kB, and isn't appearing until 1.9s, as shown by a site test from Montreal below. Going to try to reduce the size of this image a bit, (75% of current quality), to try to get the time to appearance down. I believe the build process handles some of the compression, however sending a lower quality image in the code should result in a lower size at the end of the build process.
Currently in production there is a http 400 error when trying to GET
https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600;0,800;1,800&display=swap
. This is my error in the implementation of the font, and the following calls within thehead.html
head can just be removedThe hero image is transferring at 383.8 kB, and isn't appearing until 1.9s, as shown by a site test from Montreal below. Going to try to reduce the size of this image a bit, (75% of current quality), to try to get the time to appearance down. I believe the build process handles some of the compression, however sending a lower quality image in the code should result in a lower size at the end of the build process.