-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
backendIssues related to server-side logic, APIs, or integrations.Issues related to server-side logic, APIs, or integrations.complexity: mediumperformanceFocused on speed, efficiency, or resource usage.Focused on speed, efficiency, or resource usage.
Milestone
Description
Currently, images (e.g. profile pictures, event banners, company logos) are stored and served directly from our Next.js app or database storage.
This approach creates scalability and performance issues as the platform grows, including slower load times, bandwidth overhead, and inefficient caching.
We should move to a dedicated image hosting and delivery system, such as Cloudflare Images or Cloudflare R2 (should we want to store other object types), to improve performance, reliability, and maintainability.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendIssues related to server-side logic, APIs, or integrations.Issues related to server-side logic, APIs, or integrations.complexity: mediumperformanceFocused on speed, efficiency, or resource usage.Focused on speed, efficiency, or resource usage.