mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-18 22:36:29 +00:00
7c4f66f91e
Following the ProConnect documentation leads to inlining almost 40ko of SVG assets in the JS bundle. Moreover, each SVG asset (around 20ko) is not optimized in size. As the ProConnect button is loaded in the main index.js chunk at app launch, these few Ko are critical. Optimize index.js by 40ko and preload the hovered variant to avoid any blink on hover. Could be further optimized by handling the button background with CSS, but leaving that as an improvement for later.
12 KiB
12 KiB