Skip to content
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

[TASK] Improve sitemaps cache handling #434

Merged
merged 1 commit into from
Sep 11, 2023
Merged

[TASK] Improve sitemaps cache handling #434

merged 1 commit into from
Sep 11, 2023

Conversation

eliashaeussler
Copy link
Owner

This PR improves handling of sitemaps cache by using a separate cache entry for each site. This way, the complete Caching API of TYPO3 can be used to modify cache entries, instead of re-implementing several filesystem-based parts (reading, writing, manipulating) on our own.

@eliashaeussler eliashaeussler added the maintenance Code base is being maintained label Sep 11, 2023
@eliashaeussler eliashaeussler self-assigned this Sep 11, 2023
@codeclimate
Copy link

codeclimate bot commented Sep 11, 2023

Code Climate has analyzed commit 0f0f5bb and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 92.4% (0.0% change).

View more on Code Climate.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (893ae19) 92.45% compared to head (0f0f5bb) 92.46%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #434      +/-   ##
============================================
+ Coverage     92.45%   92.46%   +0.01%     
  Complexity      404      404              
============================================
  Files            50       50              
  Lines          1325     1327       +2     
============================================
+ Hits           1225     1227       +2     
  Misses          100      100              
Files Changed Coverage Δ
Classes/Cache/SitemapsCache.php 100.00% <100.00%> (ø)

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

@eliashaeussler eliashaeussler merged commit d5ae2d1 into main Sep 11, 2023
@eliashaeussler eliashaeussler deleted the task/cache branch September 11, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code base is being maintained
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant