Skip to content
Discussion options

You must be logged in to vote

It is how it is supposed to be, your page will be server side rendered, meaning that every request will require getServerSideProps to run, if you want it to only run once take a look into getStaticProps instead, which will give you very fast client side navigations and static content instead of serverless functions.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by serendipity1004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants