Widgets performance and scaling #2311
Labels
good first issue
suitable for new contributors
JavaScript
issues that involve JavaScript code
performance
issues about improving efficiency and speed
Widgets should be generated at the edge with Cloudflare Workers. The response times would be lower and there would be no risk of a surge of legitimate requests for widgets affecting the response times of other requests.
edge/
?) or repository (liberapay.com-edge
?). A new component will be added for it in Weblate (https://hosted.weblate.org/projects/liberapay/), with a JSON-based translations file format.~/widgets/button.js.spt
generates.~/widgets/%type.spt
generates.~/public.json
, turn it into text using Intl.NumberFormat, and interpolate that into the translation.(Previous issue: #360.)
The text was updated successfully, but these errors were encountered: