#Initial load time

1 messages · Page 1 of 1 (latest)

wary garnet
#

I just successfully compiled my first NextJS 13.2.4 app with Webpack. However, running it (npm run start) I notice that even though it's hosted on localhost, the initial load time when accessing it in the browser seems to take upwards of 300ms. This number is in reference to the main localhost:3000 request. Why would it be this high? It's accessing no external resources.

mellow geyserBOT
#

Hey @wary garnet! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave:

#

Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Next.js documentation on Going to Production (https://nextjs.org/docs/going-to-production) and Measuring Performance (https://nextjs.org/docs/advanced-features/measuring-performance) for tips on optimizing your application's performance.

Before taking your Next.js application to production, here are some recommendations to ensure the best user experience.

Measure and track page performance using Next.js Analytics