Skip to content

Implement Request Caching Strategy #225

@gboigwe

Description

@gboigwe

API requests are made repeatedly without caching, causing unnecessary load and slow response times.

Goal:

  • Implement React Query cache configuration
  • Add stale-while-revalidate strategy for event data
  • Cache user profiles and connection data
  • Add cache invalidation on mutations

Areas to improve:

  • Event fetching
  • User profile data
  • Connection requests
  • Message threads

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions