Skip to content

Conversation

@shailesh-google
Copy link
Collaborator

@shailesh-google shailesh-google commented Nov 18, 2025

Fixing Performance issue of team page by Adding cache

Partial Fix for #1150

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.24%. Comparing base (8227260) to head (8256ac2).

Additional details and impacted files

Impacted file tree graph

@@            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           
Files with missing lines Coverage Δ
...igee_edge_teams/src/Entity/Storage/TeamStorage.php 61.53% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@divya-intelli
Copy link
Collaborator

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.

@shailesh-google shailesh-google changed the title Fixing Performance issue of team page by Adding cache Fixing Performance issue of team page by Adding cache 3.x Nov 20, 2025
@shailesh-google shailesh-google changed the title Fixing Performance issue of team page by Adding cache 3.x Fixing Performance issue of team page by Adding cache in 3.x Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants