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
Addressed in #312. to quote Nicholas,
"Right now first contentful paint is pretty darn slow. Part of that is the pretty large 1.16mb bundle. This is partially our fault. We pulled in a lot of libraries that inflated our bundle significantly. I'd look to see if you can trim it down using tools like webpack-bundle-analyzer. If not that, then at least make sure that the server is using gzip on the bundles."
The text was updated successfully, but these errors were encountered:
Addressed in #312. to quote Nicholas,
"Right now first contentful paint is pretty darn slow. Part of that is the pretty large 1.16mb bundle. This is partially our fault. We pulled in a lot of libraries that inflated our bundle significantly. I'd look to see if you can trim it down using tools like webpack-bundle-analyzer. If not that, then at least make sure that the server is using gzip on the bundles."
The text was updated successfully, but these errors were encountered: