-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
- GraphQL requests take quite a good amount of time.
Possible fixes
- Reduce profile field resolve on user field
-
(Not needed) Reduce CORS preflight request time -
(Not needed) Cache preflight request withAccess-Control-Max-Ageheader - Fix follow data loader
- Load only two comments and comment count in the posts page
- Better resolving approach for counts like
followCount,likeCount,commentCountand,postCount
Updates
- No need for CORS in production since deployment is moved to Heroku only.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request