Currently working on a dating app and one of the core features is the ability to search for different profiles. There are a number of filters to select from.
At the moment the issue I am running into is there are over 2,000 profiles in the database and everytime the page is loaded or a user views a profile and comes back to “reload” the search, the WU’s are starting to get large.
Does anyone have any tips or tricks on how to optimize this.
Usually I would set a hidden RG and filter from that but this is only related to the one search item on that page specifically.
I just tried to update it to be paginated with a fixed column and row, but that doesnt appear to cut back on WU’s either.
Looking for any advice, thanks!