### Problem Statement - GraphQL requests take quite a good amount of time. ### Possible fixes - [x] Reduce profile field resolve on user field - [x] ~~(Not needed) Reduce CORS preflight request time~~ - [x] ~~(Not needed) Cache preflight request with `Access-Control-Max-Age` header~~ - [x] Fix follow data loader - [ ] Load only two comments and comment count in the posts page - [ ] Better resolving approach for counts like `followCount`, `likeCount`, `commentCount` and, `postCount` ### Updates - No need for CORS in production since deployment is moved to Heroku only.
Problem Statement
Possible fixes
(Not needed) Reduce CORS preflight request time(Not needed) Cache preflight request withAccess-Control-Max-AgeheaderfollowCount,likeCount,commentCountand,postCountUpdates