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

[5.2] Clarify Cache Plugin #509

Open
joomlapl-bot opened this issue May 1, 2024 · 0 comments
Open

[5.2] Clarify Cache Plugin #509

joomlapl-bot opened this issue May 1, 2024 · 0 comments

Comments

@joomlapl-bot
Copy link
Collaborator

PR w związku ze zmianą oryginału joomla/joomla-cms#43378 Poniżej zmiany w oryginale:

Click to expand the diff!
diff --git a/administrator/language/en-GB/plg_system_cache.ini b/administrator/language/en-GB/plg_system_cache.ini
index a88193c3fb29..51fff51d03fb 100644
--- a/administrator/language/en-GB/plg_system_cache.ini
+++ b/administrator/language/en-GB/plg_system_cache.ini
@@ -7,5 +7,5 @@ PLG_CACHE_FIELD_BROWSERCACHE_LABEL="Use Browser Caching"
 PLG_CACHE_FIELD_EXCLUDE_DESC="Specify which URLs you want to exclude from caching, each on a separate line. Regular expressions are supported, eg. <br><strong>about\-[a-z]+</strong> - will exclude all URLs that have 'about-', for example 'about-us', 'about-me', 'about-joomla' etc.<br><strong>/component/users/</strong> - will exclude all URLs that have /component/users/.<br><strong>com_users</strong> - will exclude all Users component pages."
 PLG_CACHE_FIELD_EXCLUDE_LABEL="Exclude URLs"
 PLG_CACHE_FIELD_EXCLUDE_MENU_ITEMS_LABEL="Exclude Menu Items"
-PLG_CACHE_XML_DESCRIPTION="Provides page caching."
+PLG_CACHE_XML_DESCRIPTION="Provides page caching. This is only suitable for sites that have static content or content that does not change frequently."
 PLG_SYSTEM_CACHE="System - Page Cache"
diff --git a/administrator/language/en-GB/plg_system_cache.sys.ini b/administrator/language/en-GB/plg_system_cache.sys.ini
index ad7b7a3f0d73..89b27dbec6df 100644
--- a/administrator/language/en-GB/plg_system_cache.sys.ini
+++ b/administrator/language/en-GB/plg_system_cache.sys.ini
@@ -3,5 +3,5 @@
 ; License GNU General Public License version 2 or later; see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8
 
-PLG_CACHE_XML_DESCRIPTION="Provides page caching."
+PLG_CACHE_XML_DESCRIPTION="Provides page caching. This is only suitable for sites that have static content or content that does not change frequently."
 PLG_SYSTEM_CACHE="System - Page Cache"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants