Project

General

Profile

Edit Copy Actions

Feature #9821

open

researching on the backend issues found 90% of issues and 10% of frontend changes... etc and working on the ticket raised issues and ui changes

Added by Anonymous 20 days ago. Updated 20 days ago.

Status:
New
Priority:
Normal
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


Add

Subtasks


Add

Related issues

Actions #1

Updated by Anonymous 20 days ago

  • % Done changed from 70 to 50
Edit Copy Actions

Also available in: Atom PDF