Page MenuHomePhabricator

MinT for Wikipedia Readers: Reduce parallel MT requests on page load
Open, MediumPublicBUG REPORT

Description

Navigate to https://ig.m.wikipedia.org/wiki/Special:AutomaticTranslation?page=Tokyo&from=en&to=hi&step=translation and open the browser devconsole=>network->filter by MinT

Observe 48 requests to cxserver and then to MinT server. All in parallel. Imagine this happening from a few hundred users in a minute.

Discuss and develop various strategies to avoid this much requests to cxserver per page

Event Timeline

Pginer-WMF triaged this task as Medium priority.Oct 31 2024, 8:43 AM
Pginer-WMF moved this task from Backlog to Product integration on the MinT board.
Pginer-WMF subscribed.

Triage meeting notes: Issue seems to be produced by previous adjustments to improve the perceived performance (help translations to show faster), to find a better balance some adjustments were done. We may want to observe the number of requests in practice to find the right balance between perceived performance (pre-fetching) and number of requests per user.