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
Is there a way to offload analytics script off the main thread, Partytown is commonly used for that, also documented in Next.js docs? Does this package do this by default?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to offload analytics script off the main thread, Partytown is commonly used for that, also documented in Next.js docs? Does this package do this by default?
https://nextjs.org/docs/app/building-your-application/optimizing/scripts#offloading-scripts-to-a-web-worker-experimental
Before Next.js I integrated Plausible with Astro, they have official integration for this purpose.
https://docs.astro.build/en/guides/integrations-guide/partytown/
Is the same possible with this package, any available code samples?
Beta Was this translation helpful? Give feedback.
All reactions