SuperOleg39
SuperOleg39
Yes, `@swc/plugin-loadable-components` is new and shiny) Anyway, next has their own plugin - https://github.com/vercel/next.js/blob/canary/packages/next-swc/crates/core/src/next_dynamic.rs - port of Babel version, which was fork of loadable Babel plugin)) Soon we will finish...
Full `swc` support is finished, and last changes shipped in `v2.49.3` version! After [enabling swc loader](https://tramvai.dev/docs/references/cli/experiments#transpilation), cold start for develompent build will be improved significantly. Warm start and rebuild have...
Thank you! Will try to integrate soon.
Only one problem, now `perfume` is 5kb gzip. But I think than lazy loading solves this problem partially.
Looks like First Paint is unsupported in `web-vitals`
About `Cumulative Layout Shift`, there is a big change, when CLS fired after page visibility changed to hidden. It is mean than we can send this metrics only when user...
> About Cumulative Layout Shift, there is a big change, when CLS fired after page visibility changed to hidden. The same behaviour with Total Blocking Time For now it is...
@Zizzamia maybe we start with this changes - https://github.com/Zizzamia/perfume.js/pull/208/files About TBT, looks like it fired 10+ seconds after FID (expect 5 second because of https://zizzamia.github.io/perfume/#/total-blocking-time/) - so nothing to change...
Will waiting for https://github.com/GoogleChrome/web-vitals/issues/180#issuecomment-1344720373
Thank you for all this work!) Test https://github.com/GoogleChrome/web-vitals/issues/180 PR with `[email protected]` and `reportAllChanges` for CLS and INP - this metrics works perfect for my case! Have only trouble with TBT...