Next.js App HRM Is Really Slow
Answered
Champagne D’Argent posted this in #help-forum
Champagne D’ArgentOP
Hello, so today, i created a next.js app using create-next-app and the app has a really bad HRM performance, it took me a 4 - 10 seconds to refresh after i hit a save as shown in the attachment.
I've tried to test the HRM performance in my old next app (15.2) and the HRM performance was not bad, it took a 100 - 500 ms for the HRM. I also already doing a clean reinstall of node.js, and went back to creating a new next app and it still perform bad HRM.
is there any solution to this? thank you
I've tried to test the HRM performance in my old next app (15.2) and the HRM performance was not bad, it took a 100 - 500 ms for the HRM. I also already doing a clean reinstall of node.js, and went back to creating a new next app and it still perform bad HRM.
is there any solution to this? thank you
Answered by Champagne D’Argent
Update: creating new project with
create-next-app@15.2.0
then updating the create-next-app to the latest version solved this problems.1 Reply
Champagne D’ArgentOP
Update: creating new project with
create-next-app@15.2.0
then updating the create-next-app to the latest version solved this problems.Answer