I am using Google Tag Manager to handle Google Analytics outside of Webflow. I have added a delay so Google Analytics won’t fire up until Tag Manager asks it to do so. But why am I still seeing this Tag Manager here and causing 119ms rendering delay? And what is the other link about, and how do I get rid of it?
Without being able to test a published URL, it is anyone’s guess. You need to check where the script is initiated from. That is what the network panel in dev tools can tell you.
Webflow component and interactions are dependent upon the Webflow core javascript file. As such it is loaded automatically and required.
It is not hard to inspect the source of an asset to determine what it is related to. Plenty of resources online.
If you want more control over your build, export and host your site or build with another tool or by hand.