Skip to content

Relocate resource intensive third-party scripts off of the main thread and into a web worker. πŸŽ‰

License

Notifications You must be signed in to change notification settings

QwikDev/partytown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 15, 2025
aa3163d Β· Feb 15, 2025
Dec 19, 2024
Dec 19, 2024
Feb 4, 2022
Feb 15, 2025
Dec 21, 2024
Dec 19, 2024
Dec 19, 2024
Sep 29, 2021
Jan 30, 2024
Jan 15, 2024
Feb 9, 2022
Dec 19, 2024
Apr 12, 2023
Dec 19, 2024
Aug 20, 2021
Dec 19, 2024
Dec 21, 2024
Nov 27, 2021
Feb 2, 2022
Dec 19, 2024
Dec 19, 2024

Repository files navigation

Partytown πŸŽ‰

Partytown github fit 2x

A fun location for your third-party scripts to hang out

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.

Note: Partytown is still in beta and not guaranteed to work in every scenario. Please see our FAQ and Trade-Off sections for more info.

The philosophy is that the main thread should be dedicated to your code, and any scripts that are not required to be in the critical path should be moved to a web worker. Main thread performance is, without question, more important than web worker thread performance.

Without Partytown and With Partytown: Your code and third-party code compete for main thread resources

Community

Related Projects

  • Qwik: An open-source framework designed for best possible time to interactive, by focusing on resumability of server-side-rendering of HTML, and fine-grained lazy-loading of code.
  • Mitosis: Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.
  • Builder: Drag and drop page builder and CMS for React, Vue, Angular, and more.


Made with love by Builder.io