-
Notifications
You must be signed in to change notification settings - Fork 50
Fixing Performance issue of team page by Adding cache in 3.x #1210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.x
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.x #1210 +/- ##
=========================================
Coverage 44.24% 44.24%
Complexity 3070 3070
=========================================
Files 344 344
Lines 11235 11235
=========================================
Hits 4971 4971
Misses 6264 6264
🚀 New features to boost your workflow:
|
|
Hi @boobaa , This PR partially optimizes the team listing. Team data is cached on the first load. For all subsequent requests, the data is retrieved from the cache, leading to a significant performance gain—we observed a nearly 50% reduction in load time starting from the second load. Next Step:Optimizing Data Rendering in Drupal, which we've identified as the next major area for speed improvement. |
Fixing Performance issue of team page by Adding cache
Partial Fix for #1150