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!