You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
First of all, great work on this site! This is amazing. After running the site through https://www.webpagetest.org/easy I noticed a few things that could be changed to make the site load even faster:
First, this seems to be a known issue but the images seem a little large. Serving them as webp's in supported browsers could help alot here along with compressing those images.
Third, I would look into using <link rel='preload' to preload critical assets (JS and CSS). Let me know if you have any questions about how to implement this.
The text was updated successfully, but these errors were encountered:
Also one other thing I noticed was that the fonts being used here are pretty large and are blocking text rendering. Id check out the font display CSS rule https://developers.google.com/web/updates/2016/02/font-display and use the fallback strategy. This will ensure that users on good networks get the web font but users on slow connections will not be blocked from reading text until that web font has loaded
First of all, great work on this site! This is amazing. After running the site through https://www.webpagetest.org/easy I noticed a few things that could be changed to make the site load even faster:
<link rel='preload'
to preload critical assets (JS and CSS). Let me know if you have any questions about how to implement this.The text was updated successfully, but these errors were encountered: