Hey everyone!
I’m working on a portfolio website. I am aware the website is a bit content-heavy. However, the extent to which loading is slow doesn’t make sense to me.
I would appreciate any help with this!
I’ve added some debugging to the loader to log what resources are actually responsible for the delay. I also ran it through some webpagetest-dot-org to figure out what’s going on.
- Through the debugging logs you can see that some of the tiny SVGs and AVIFs (max 300kb) are taking very long to load. They are all hosted on Webflow.
- Through the Web Page performance test, I see that some scripts are blocking render. Aside from the loader script that I wrote, all the other ones are Webflow’s call of GSAP:
<script src="https://cdn.prod.website-files.com/686fe533f545b4826346b826/js/webflow.ba170182.3ba5c41aa3504027.js" type="text/javascript"></script>
<script src="https://cdn.prod.website-files.com/gsap/3.13.0/gsap.min.js" type="text/javascript"></script>
<script src="https://cdn.prod.website-files.com/gsap/3.13.0/ScrollTrigger.min.js" type="text/javascript"></script>
<script src="https://cdn.prod.website-files.com/gsap/3.13.0/SplitText.min.js" type="text/javascript"></script>
Anyone has any idea what’s going on? Why is my site taking so long to load? Is it that it’s not yet published to a custom domain? Is it my loader script? Webflow CDN being weird?
Would appreciate any help!!! Thank you!!!
Here is my site Read-Only: LINK
(how to share your site Read-Only link)