WebDevStudios / nextjs-wordpress-starter

A headless starter for WordPress powered by Next.js.
https://webdevstudios.github.io/nextjs-wordpress-starter/
GNU General Public License v2.0
734 stars 129 forks source link

Performance Issue: Potentially making the theme useless in a production setting #1037

Open tomthor opened 2 years ago

tomthor commented 2 years ago

Recently I've been trying to optimise the starter theme as it has a rather high TBT score:

Screenshot 2022-07-07 at 11 37 21

I haven't been able to reduce it by a significant amount. Could this be because of the way the starter theme has been coded? Is this fixable using optimisation or is it an unfortunate reality of this starter theme?

razvanFrandes commented 1 year ago

From my experience, having a next app, will always have a low score due to loading tons of js. Usually a next js app scores around 60%, but don't make this a priority, next is fast even on first load, the metrics doesn't know how to calculate the complexity of the app.