lmolteno / nsn

NCEA Standards Navigator
https://www.notion.so/Fast-access-NZQA-d4f21847f9174bc2954bd6a3e8205363
1 stars 1 forks source link

Search response times are slow #42

Closed lmolteno closed 3 years ago

lmolteno commented 3 years ago

Analytics show that the maximum response time for a POST request to meilisearch is taking up to about 1.5s, which is far too long. I think this can be in part solved by limiting the number of requests my frontend sends to meilisearch. Maybe rather than every keypress, how about cap it at every half-second or something?