We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When testing the PR #41956 I noticed another issue with the Page Cache Plugin and Preview + Accessibility Check in Article Edit.
System - Page Cache
/administrator/index.php?option=com_cache&view=cache
The Preview / Accessibility Check should not re-cache an already cached article.
The Preview has created a cache file: Now 2 Page and 2 Schemaorg cache files.
Page
Schemaorg
The Hit counter increased by 1 (from 16 to 17)
The Accessibility Check has created another cache file: Now 3 Page and 3 Schemaorg cache files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When testing the PR #41956 I noticed another issue with the Page Cache Plugin and Preview + Accessibility Check in Article Edit.
Steps to reproduce the issue
System - Page Cache
Plugin (with browser cache off)/administrator/index.php?option=com_cache&view=cache
clear all Cache"Maintenance: Clear Cache" before Preview/Accessibility Check:
Preview/Accessibility Check:
Expected result
The Preview / Accessibility Check should not re-cache an already cached article.
Actual result
Preview
Cache after Preview
The Preview has created a cache file:
Now 2
Page
and 2Schemaorg
cache files.Accessibility Check
The Hit counter increased by 1 (from 16 to 17)
Cache after Accessibility Check
The Accessibility Check has created another cache file:
Now 3
Page
and 3Schemaorg
cache files.System information (as much as possible)
Additional comments
The text was updated successfully, but these errors were encountered: