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
Reduced the time it takes to display the first content of the app with a special focus on the feed detail page. This was done by:
Lazy loading components
Removing unneeded css files from being render blocking
loading fonts in parallel
This primarily benefits slower devices and mobile
Expected behavior:
The application should behave as normal with less initial resources being loaded initially. If you want to go the extra mile, run the feed detail page with the performance tab on
Doing a lighthouse compare between Vercel dev envrionments, the range of improvement in
Desktop: [+2, +7] lighthouse performance points (out of 100)
Mobile: [-2, +13] lighthouse performance points (out of 100)
What this means: On mobile, the page can load up to 2.30s faster
Testing tips:
Go on the feed detail pages and assure all is ok
Follow up ticket
For the maps, introduce an initial fallback image since they will be the last to load
Please make sure these boxes are checked before submitting your pull request - thanks!
Run the unit tests with yarn test to make sure you didn't break anything
Add or update any needed documentation to the repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Reduced the time it takes to display the first content of the app with a special focus on the feed detail page. This was done by:
This primarily benefits slower devices and mobile
Expected behavior:
The application should behave as normal with less initial resources being loaded initially. If you want to go the extra mile, run the feed detail page with the performance tab on
Doing a lighthouse compare between Vercel dev envrionments, the range of improvement in
Desktop: [+2, +7] lighthouse performance points (out of 100)
Mobile: [-2, +13] lighthouse performance points (out of 100)
What this means: On mobile, the page can load up to 2.30s faster
Testing tips:
Go on the feed detail pages and assure all is ok
Follow up ticket
Please make sure these boxes are checked before submitting your pull request - thanks!
yarn testto make sure you didn't break anythingPerformance tab: What to look at
Old

new
