{"id":19247920,"url":"https://github.com/litespeedtech/lscache_mediawiki","last_synced_at":"2025-04-21T11:33:47.124Z","repository":{"id":69941934,"uuid":"113492311","full_name":"litespeedtech/lscache_mediawiki","owner":"litespeedtech","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-23T13:25:28.000Z","size":74,"stargazers_count":3,"open_issues_count":10,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T12:54:39.752Z","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":"gpl-3.0","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":"LICENSE","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}},"created_at":"2017-12-07T19:52:45.000Z","updated_at":"2025-01-23T13:25:33.000Z","dependencies_parsed_at":"2024-08-08T08:28:59.846Z","dependency_job_id":"d071a26a-9c29-4de6-9e7c-06fe312d236e","html_url":"https://github.com/litespeedtech/lscache_mediawiki","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache_mediawiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache_mediawiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache_mediawiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litespeedtech%2Flscache_mediawiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litespeedtech","download_url":"https://codeload.github.com/litespeedtech/lscache_mediawiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250048103,"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:39.436Z","updated_at":"2025-04-21T11:33:46.872Z","avatar_url":"https://github.com/litespeedtech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"LiteSpeedCache for MediaWiki\n============================\n\nThe LiteSpeedCache plugin is a MediaWiki extension for MediaWiki sites running on a LiteSpeed webserver. Enable its LSCache feature to speed up page loading, reduce response time, and tremendously reduce server load for MediaWiki sites.\n\n* It's simple, easy to use, and will speed up your wiki site up to 100 times faster, after 3 minutes of setup, with no extra cost.\n* A special page integrated into MediaWiki provides full control of cache behavior.\n* No more worring about cache sync problems. LScache will automatically purge a page when related article content has changed. You can set a longer cache expiration time to improve visitor experience, confident that the cache will be purged when relevant content changes.\n* An optional private cache (for logged-in users) also will sync automatically when article content changes. No matter which user changes an article, all of the logged-in users will be served the new article content, regardless of the private cache expiration setting.\n\nThe LiteSpeedCache extension was originally written by LiteSpeed Technologies. It is released under the GNU General Public Licence (GPL).\n\nSee https://www.litespeedtech.com/products/cache-plugins for more information.\n\n\n\nPrerequisites\n-------------\nThis version of LiteSpeedCache requires MediaWiki 1.25+ and LiteSpeed LSWS Server 5.2.3+.\n\n\nInstalling\n-------------\n\nDownload latest release and exact it to the extensions folder.\n\nOr if you use Composer to manage dependencies, use the following command in the root folder:\n\n```\ncomposer require litespeed/lscache-mediawiki\n```\n\nModify .htaccess file in MediaWiki site directory, adding the following directives:\n\n```\n    \u003cIfModule LiteSpeed\u003e\n    CacheLookup on\n    \u003c/IfModule\u003e\n```\n\nIf your MediaWiki site has enabled MobileFrontend extension, adding the following directives:\n\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    RewriteRule .* - [E=Cache-Vary:stopMobileRedirect,mf_useformat]\n    \u003c/IfModule\u003e\n```\n\n\nCopy the LiteSpeedCache directory into the extensions folder of your MediaWiki installation. Then, add the following lines to your `LocalSettings.php` file (near the end):\n\n```\n    wfLoadExtension( 'LiteSpeedCache' );\n```\n\nAfter installation, You can navigate to **Special:Version** on your wiki to verify that the extension is successfully installed.\n\nTo find a link to the LiteSpeedCache plugin, navigate to **Special:SpecialPages** on your wiki, and look under the **Data and Tools** category.\n\n\n\nUsage\n-------------\nAfter installation, login as admin and visit **Special:LiteSpeedCache** on your wiki to turn on LiteSpeedCache.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitespeedtech%2Flscache_mediawiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitespeedtech%2Flscache_mediawiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitespeedtech%2Flscache_mediawiki/lists"}