AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 313 forks source link

Disable Turbo Cache in Admin #2943

Closed sascha-karnatz closed 1 week ago

sascha-karnatz commented 1 week ago

What is this pull request for?

This feature does not provide a huge benefit and has some weird downsides. If the user is revisiting a view in Alchemy admin it will be slower, but at least the user is not seeing and old view which will updating a few moments later (e.g. already closed tabs, newly created pictures, etc.)

Checklist

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.96%. Comparing base (86ee06e) to head (c616844). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2943 +/- ## ========================================== - Coverage 95.96% 95.96% -0.01% ========================================== Files 232 232 Lines 6272 6271 -1 ========================================== - Hits 6019 6018 -1 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.