{"id":19247947,"url":"https://github.com/litespeedtech/lscache-joomla","last_synced_at":"2025-04-21T11:33:56.385Z","repository":{"id":56570999,"uuid":"120771246","full_name":"litespeedtech/lscache-joomla","owner":"litespeedtech","description":"LSCache plugin for Joomla ","archived":false,"fork":false,"pushed_at":"2025-04-17T12:56:26.000Z","size":69873,"stargazers_count":31,"open_issues_count":26,"forks_count":19,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-18T03:55:04.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litespeedtech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-08T14:23:58.000Z","updated_at":"2025-04-17T12:56:31.000Z","dependencies_parsed_at":"2023-01-18T19:45:08.488Z","dependency_job_id":"94994b47-b3e6-47e1-8271-80f56000251a","html_url":"https://github.com/litespeedtech/lscache-joomla","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache-joomla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache-joomla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache-joomla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache-joomla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litespeedtech","download_url":"https://codeload.github.com/litespeedtech/lscache-joomla/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250048107,"owners_count":21366176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T18:05:45.922Z","updated_at":"2025-04-21T11:33:53.331Z","avatar_url":"https://github.com/litespeedtech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"LiteSpeed Cache for Joomla\n============================\nLiteSpeed Cache for Joomla is a high performance, low cost, user friendly cache plugin. It will tremendously speed up your site, and reduce server load with minimal management efforts.\n\nFor most Joomla sites, the default settings work well. Very few options need to be changed.\n\nFor advanced Joomla sites such as E-Commerce sites, the advanced ESI feature and cache options for logged-in users will help run your complex business site like a static file site. It will tremendously improve your customer experience.\n\nThe smart auto-purge feature will minimize your management needs. No more worrying about cache sync problems. LSCache will detect that you changed an article, you changed a menu setting, or you changed a module setting. Then, it will automatically purge related pages. So, you can set a longer cache expiration time to improve visitor experience, confident that the cache will be purged when the relevant content or settings change.\n\nSome components and some pages may not work well with cache. We can set flexible exclude rules for those components and pages. We have both a simple easy way and a powerful complex way (supporting regular expressions).\n\nWe'll keep on improving this cache plugin. Your opinion and feedback is important to us!\n\nThe LiteSpeed Cache Plugin was originally written by LiteSpeed Technologies. It is released under the GNU General Public Licence \n(GPLv3).\n\nSee https://www.litespeedtech.com/products/cache-plugins for more information.\n\n\n\nPrerequisites\n-------------\nThis version of LiteSpeed Cache requires Joomla 3.x or later and LiteSpeed Web Server 5.2.3+ or OpenLiteSpeed.\n\n\n\nInstalling\n-------------\nUsing Admin Panel -\u003e System -\u003e Install -\u003e Extension  Menu to install Joomla Cache Plugin,  If choose \"Install from URL\", you may choose the correct plugin download url such as:  https://github.com/litespeedtech/lscache-joomla/raw/master/Joomla4/package/lscache-latest.zip\n\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to show details\u003c/summary\u003e\n\n![Plugin Installation picture](\\/images\\/joomlaPluginInstall.gif)\n\u003c/details\u003e\n\n\nModify the .htaccess file in the Joomla site directory, adding the following directives:\n\n    \u003cIfModule LiteSpeed\u003e\n    CacheLookup on\n    \u003c/IfModule\u003e\n\nIf your Joomla site has a separate mobile view, please add the following directives:\n\n    \u003cIfModule LiteSpeed\u003e\n    RewriteEngine On\n    RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\\ Mini|Opera\\ Mobi [NC] RewriteRule .* - [E=Cache-Control:vary=ismobile]\n    \u003c/IfModule\u003e\n\nDownload the latest version zip file from github `package` folder and install the zip file using the Joomla Administrator menu: \n**Extensions \u003e Manage \u003e Install \u003e Upload Package File**\n\nDisable other page caching plugins if possible to avoid conflicts. \n\n\nConfiguration\n--------------\n\nUsing the Joomla administrator menu, navigate to **Components \u003e LiteSpeed Cache**, and click the **Options** button to change LiteSpeed Cache settings.\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to show details\u003c/summary\u003e\n\n![Plugin Installation picture](\\/images\\/joomlaPluginConfig.gif)\n\u003c/details\u003e\n\n\nLogging\n--------------\n\nUsing Admin Panel to set LiteSpeed Cache Component Logging Levels, and enable Global Configuration -\u003e Logging -\u003e Log Almost Everything, then LiteSpeed Cache Plugin Logging will output to system logging file.\n\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to show details\u003c/summary\u003e\n\n![Plugin Installation picture](\\/images\\/joomlaPluginDebug.gif)\n\u003c/details\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitespeedtech%2Flscache-joomla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitespeedtech%2Flscache-joomla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitespeedtech%2Flscache-joomla/lists"}