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
Looking to optimize the site's performance and that of the homepage specifically, the Lighthouse tool in Chromium browsers has made some suggestions. Some of these will have repercussions throughout the app so we're going to make them their own tickets.
Recommendation: Avoid enormous network payloads
Large network payloads cost users real money and are highly correlated with long load times. details
Overview
We could better optimize our file sizes… but could also quickly burn through hours
May become less of an issue as we remove unused files
May solve itself with an upgrade of our build process (Webpack 4+)
Benefit (the 80 of 80/20)
Noticeable.
Effort (the 20 of 80/20)
Potentially extensive if we fall into an optimization time sink
Complications
Could burn through time
Could make the build process or maintenance/update version overly complicated
Background
Looking to optimize the site's performance and that of the homepage specifically, the Lighthouse tool in Chromium browsers has made some suggestions. Some of these will have repercussions throughout the app so we're going to make them their own tickets.
Recommendation: Avoid enormous network payloads
Large network payloads cost users real money and are highly correlated with long load times. details
Overview
We could better optimize our file sizes… but could also quickly burn through hours
Benefit (the 80 of 80/20)
Noticeable.
Effort (the 20 of 80/20)
Potentially extensive if we fall into an optimization time sink
Complications
Related tickets
The text was updated successfully, but these errors were encountered: