nuxt-umami icon indicating copy to clipboard operation
nuxt-umami copied to clipboard

Add Partytown support

Open ijkml opened this issue 3 years ago • 0 comments

While the Umami script is lightweight (about 2kb), the execution might be costly. Adding the script to a production website seemed to significantly affect the lighthouse scores (further testing needed).

Even if this cost is small/average, support for Partytown would still likely help some.

To implement Partytown, I could either:

  • bundle Partytown as a dependency (for all),
  • allow specifying whether or not to use Partytown in config (opt-in),
  • or... (leave as is).

ijkml avatar Nov 05 '22 06:11 ijkml