slow getServerSideProps
Unanswered
Kanni posted this in #help-forum
KanniOP
Hello,
I'm working on a Next.js project where I'm using getServerSideProps to fetch data from MongoDB for my dynamic pages. While the data fetching works, I'm facing an issue with the loading time – it's significantly longer than desired. To improve user experience, I've implemented the NextProgress library to display a loading indicator, but I'm looking for ways to further optimize the loading speed.
Has anyone faced similar challenges? How can I make getServerSideProps faster in this context? Any tips or strategies to improve the performance would be greatly appreciated!
Thanks in advance!
I'm working on a Next.js project where I'm using getServerSideProps to fetch data from MongoDB for my dynamic pages. While the data fetching works, I'm facing an issue with the loading time – it's significantly longer than desired. To improve user experience, I've implemented the NextProgress library to display a loading indicator, but I'm looking for ways to further optimize the loading speed.
Has anyone faced similar challenges? How can I make getServerSideProps faster in this context? Any tips or strategies to improve the performance would be greatly appreciated!
Thanks in advance!
1 Reply
@Kanni Hello,
I'm working on a Next.js project where I'm using getServerSideProps to fetch data from MongoDB for my dynamic pages. While the data fetching works, I'm facing an issue with the loading time – it's significantly longer than desired. To improve user experience, I've implemented the NextProgress library to display a loading indicator, but I'm looking for ways to further optimize the loading speed.
Has anyone faced similar challenges? How can I make getServerSideProps faster in this context? Any tips or strategies to improve the performance would be greatly appreciated!
Thanks in advance!
you could try caching the queries... i would say unstable_cache can help but might be app dir only and I kinda know mostly app dir :