You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
After setting up preboot with angular 11 and universal SSR, the elements are not flickering anymore. But now the styles get reloaded, which ends up causing even a larger Largest Contentful Paint and Cumulative Layout Shift.
Is this the normal behavior or styles supposed to stay and this is a problem?
Here what I see:
Initially the site loads fine from the server:
The preload seems to take over (as this didn't use to happen, here it was just completely blank before)
And then the styles start to load (with some of them missing until it is fully loaded)
The text was updated successfully, but these errors were encountered:
Wao, it really works like a charm now... amazing. Finally getting 100% with a SSR Angular Universal app with lots of functionality. For many months I thought it was simply impossible, but this is a game changer (thanks to this I don't have to give Next.js a try). I don't understand why this preboot tool is not give more praise in the community, it took me a really long time to find this.
After setting up preboot with angular 11 and universal SSR, the elements are not flickering anymore. But now the styles get reloaded, which ends up causing even a larger Largest Contentful Paint and Cumulative Layout Shift.
Is this the normal behavior or styles supposed to stay and this is a problem?
Here what I see:

Initially the site loads fine from the server:
The preload seems to take over (as this didn't use to happen, here it was just completely blank before)

And then the styles start to load (with some of them missing until it is fully loaded)

The text was updated successfully, but these errors were encountered: