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
The bundled site weights a LOT as it is right now.
The Chrome Inspector simulation of a 3G network takes over 10 seconds to do the first render.
There's probably a few things we can do around this:
Tweak WebPack Config
Shouldn't be too complicated, but probably not a ton of improvement.
Less Dependencies
Analyze the dependencies we have and whether we can drop any. I'm guessing no real improvement here.
Server Side Rendering
This will most likely yield the best results, yet could be relatively complicated. Netlify's boxed SSR may improve things a bit, but not sure how much, and I don't know whether we can use custom SSR with Netlify.
The text was updated successfully, but these errors were encountered:
The bundled site weights a LOT as it is right now.
The Chrome Inspector simulation of a 3G network takes over 10 seconds to do the first render.
There's probably a few things we can do around this:
Tweak WebPack Config
Shouldn't be too complicated, but probably not a ton of improvement.
Less Dependencies
Analyze the dependencies we have and whether we can drop any. I'm guessing no real improvement here.
Server Side Rendering
This will most likely yield the best results, yet could be relatively complicated. Netlify's boxed SSR may improve things a bit, but not sure how much, and I don't know whether we can use custom SSR with Netlify.
The text was updated successfully, but these errors were encountered: