Oh, hah! So sorry, forgot I had ad blocker enabled.
Yea, some optimization is definitely in order. You're making various calls to 3rd party scripts, fonts and css files that are all loaded from other servers. This means before your site finished loading, it needs to request all of these resources from other websites.
Attached is a screenshot with some of the resources and the timeline.
I would try and consolidate as much as you can into single js and css files and look into hosting them locally and compressing them or use a cdn.
Also of course make sure you're not calling resources you don't even need (ie: old mods, old code, etc)
|