cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

RFC: Reduce the size of the profile and event type pages bundle to increase performance

Open roae opened this issue 2 years ago • 0 comments

imagen

The first load of each page should be close to 100 kb, and user pages are more than 400 kb.

Captura de pantalla 2023-02-10 a la(s) 7 00 56 p m

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

roae avatar Feb 11 '23 02:02 roae