Partytown ๐
This module makes it easier to use PartyTown, a tool that offloads resource-intensive scripts to a web worker, improving your site's performance. It handles attaching PartyTown scripts and provides a user interface for configuration.
PartyTown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread. Its goal is to help speed up sites by dedicating the main thread to your code, and offloading third-party scripts to a web worker.
This module aims to make it easy to use PartyTown with Drupal sites by taking care of attaching PartyTown scripts and providing a UI for PartyTown configuration.
Why would I use this module?
- Are you maintaining a site with failing CVW, particularly Interaction to Next Paint?
- Do you know that third-party scripts are responsible for excessive Total Blocking Time?
- Are you not in a position to reduce your use of 3Ps?
If the answer to the questions above is yes then you Partytown may be the solution
โ ๏ธ Warning: Partytown is an experimental technology which may. Make sure you're up to speed with the Trade-Offs before getting too excited.
Getting started
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.