Answer the question
In order to leave comments, you need to log in
Why is nuxt so slow?
Developed a site on NuxtJs with server rendering. Load tests show that the Application withstands 4 times less load than the same one in PHP. The main load goes to the processor. As I understand it, nuxt builds the project on the fly every time and gives it to the client, although it probably could somehow cache it.
There is no information on this subject on the Internet. Does anyone have experience with nuxt? How do you deal with his slowness?
Answer the question
In order to leave comments, you need to log in
Also noticed the same. (but not directly real slowness, just the response of php applications is an order of magnitude less in milliseconds (ms) than on nuxt), perhaps nodejs features Please
try https://github.com/arash16/nuxt-ssr-cache and write
to just in case - https://nuxtjs.org/api/configuration-build/#cache
As I understand it, nuxt every time "on the fly" collects the project and gives it to the client
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question