What is Partytown?
Partytown is a JavaScript library that moves resource-intensive third-party scripts (like analytics, ads, and trackers) into a web worker, allowing the main thread of a website to remain free and responsive for critical rendering and user interactions.
How much does Partytown cost?
Partytown is an open-source project and is completely free to use.
Who is Partytown for?
Partytown is for web developers, performance engineers, and website owners who want to improve their site's loading speed, Core Web Vitals, and overall user experience by optimizing how third-party scripts are handled.
What are the main features of Partytown?
Its main features include offloading third-party scripts to web workers, isolating their execution from the main thread, emulating synchronous script behavior within the worker, and proxying DOM interactions to ensure compatibility while maintaining performance benefits.