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
Description
Migrate from NextJS's page router to the newer app router - this should improve page performance, and align with the more modern way of building NextJS apps.
* Fixing layout shifting issue on Homepage
Issue: #3156
Screenshot:TODO
* Adding max size for the mobile view
* Adding memoized card logic to reduce the contentful paint matrics
* Removing profiler from the component monitoring
Description
Migrate from NextJS's page router to the newer app router - this should improve page performance, and align with the more modern way of building NextJS apps.
Migration guide - https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration
This work was successfully experimented on
/products
#2168Note: When applied to the Homepage #3159, this should improve our SEO by reducing the Total Blocking Time.
The text was updated successfully, but these errors were encountered: