How to Minimal JS + prevent preloads
Hey, we have a route that's only used to be embedded in other sites using an iframe with no interactivity at all. Is there a way to disable js preloading etc. for certain routes only? We want to avoid loading and mounting our entire app when all that's needed and visible is one component.
Here is an example of what it should look like: https://bdolytics.com/en/EU/tooltip/item/721003
If you check the dev-tools it loads a ton of files while the server rendered html + fonts + simple logic onMounted() would be plenty.
Appreciate any insight!
0 Replies