Detoxer
Detoxer
NNuxt
Created by Kyllian on 3/30/2024 in #❓・help
How to decrease server response time?
Check removing/commenting server function and debug the execution time as nuxt don’t take much time internally check through other package and make sure you use parallel async or move some function from server to client to mange load like using suspend or asyncdata
9 replies