cal.com
cal.com copied to clipboard
RFC: Reduce the size of the profile and event type pages bundle to increase performance
The first load of each page should be close to 100 kb, and user pages are more than 400 kb.
How does bundle size affect performance?
Large amounts of JavaScript negatively affect site speed in two distinct phases:
- During page load: big bundles take longer to download.
- During parse and compile: big bundles take longer to be turned into machine code, which delays JS initialisation.
https://calibreapp.com/blog/bundle-size-optimization