nextjs-wordpress-starter icon indicating copy to clipboard operation
nextjs-wordpress-starter copied to clipboard

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

Open tomthor opened this issue 2 years ago • 1 comments

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?

tomthor avatar Jul 07 '22 10:07 tomthor

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.

razvanFrandes avatar Dec 20 '22 04:12 razvanFrandes