Feature #9821
openresearching on the backend issues found 90% of issues and 10% of frontend changes... etc and working on the ticket raised issues and ui changes
Start date:
07/15/2026
Due date:
% Done:
50%
Estimated time:
8:00 h
Description
Root Cause: Backend Issues (90%)
The 15-second API delays are primarily caused by backend performance bottlenecks:
Multi-tenant database resolution - Iterating through all customers to find events
External API timeouts - 15s timeouts on WhatsApp/Meta, Google Places, Stripe
Heavy ML processing - TensorFlow.js face recognition with large images
No caching layer - Repeated database queries and external API calls
Synchronous processing - Video and image processing blocking main thread
Frontend Issues (10%)
No HTTP timeout configuration
Inconsistent caching implementation
No request deduplication
Basic interceptor without performance optimization
Subtasks
Related issues