Skip to content

Caching cleanup#6522

Merged
jamesagnew merged 66 commits intomasterfrom
ja_20241127_cache_cleanup
Nov 29, 2024
Merged

Caching cleanup#6522
jamesagnew merged 66 commits intomasterfrom
ja_20241127_cache_cleanup

Conversation

@jamesagnew
Copy link
Collaborator

Hot on the heels of the validation cache optimization, this PR cleans up some more lingering tech debt - namely reducing the number of random caches we store around the codebase. The ultimate aim is to have 2: ValidationSupportChain and MemoryCacheService. This PR also removes a number of methods on IdHelperService, because there were a number of caches with very similar functionality there.

@codecov
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.51%. Comparing base (406db33) to head (295f776).
Report is 106 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6522      +/-   ##
============================================
- Coverage     83.54%   83.51%   -0.03%     
- Complexity    27432    27966     +534     
============================================
  Files          1707     1754      +47     
  Lines        106185   108640    +2455     
  Branches      13397    13671     +274     
============================================
+ Hits          88710    90735    +2025     
- Misses        11750    12017     +267     
- Partials       5725     5888     +163     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesagnew jamesagnew merged commit ea1d179 into master Nov 29, 2024
@jamesagnew jamesagnew deleted the ja_20241127_cache_cleanup branch November 29, 2024 22:01
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