Explore all analyzed open source repositories
Partytown is a lazy-loaded library designed to improve website performance by relocating resource-intensive third-party scripts from the main thread into a web worker. This approach dedicates the main thread to your application's critical code, significantly enhancing Core Web Vitals and overall user experience. It aims to speed up sites by preventing third-party scripts from competing for main thread resources.