Next.js Discord

Discord Forum

Making Data Fetching Faster (Sorting, Pagination and Filtering)

Unanswered
Beagle posted this in #help-forum
Open in Discord
BeagleOP
Currently building a web app with mongodb and nextjs. It has like 90k+ documents in one collection. My problem is it's really slow and seems like it creates a new fetch everytime I sort, filter or paginate. I'm a newbie developer. What can I do to make the app faster? Especially using latest nextjs 14 functions

0 Replies