chatwoot/app/javascript/widget
Pranav 4b4d9f8f7c
fix: Update throttle for /meta endpoints, will call every 2s for small account, 10s for large accounts (#11190)
This update improves the throttling mechanism for conversation meta
requests to optimize server load and enhance performance. The changes
implement differentiated thresholds based on account size - a 2-second
throttle for small accounts (≤100 conversations) and a 10-second
throttle for large accounts (>100 conversations).

Fixes #11178
2025-03-26 14:59:39 -07:00
..
api chore: Limit the number of articles retrieved by widget (#11095) 2025-03-15 14:10:12 -07:00
assets fix: Update throttle for /meta endpoints, will call every 2s for small account, 10s for large accounts (#11190) 2025-03-26 14:59:39 -07:00
components feat: Add RTL Support to Widget (#11022) 2025-03-21 09:39:03 -07:00
composables feat: Add RTL Support to Widget (#11022) 2025-03-21 09:39:03 -07:00
constants fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328) 2023-11-10 09:44:59 +05:30
helpers feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
i18n chore: Update translations (#11077) 2025-03-19 16:48:56 -07:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
store chore: Add cache to improve widget performance (#11163) 2025-03-24 16:04:49 -07:00
views feat: Add RTL Support to Widget (#11022) 2025-03-21 09:39:03 -07:00
App.vue feat: Add RTL Support to Widget (#11022) 2025-03-21 09:39:03 -07:00
router.js chore: Add cache to improve widget performance (#11163) 2025-03-24 16:04:49 -07:00