https://github.com/YOURLS/cache-stats-pages
YOURLS plugin: serve stat pages (http://sho.rt/blah+) from cache
https://github.com/YOURLS/cache-stats-pages
yourls yourls-plugin
Last synced: 16 days ago
JSON representation
YOURLS plugin: serve stat pages (http://sho.rt/blah+) from cache
- Host: GitHub
- URL: https://github.com/YOURLS/cache-stats-pages
- Owner: YOURLS
- Created: 2012-11-15T22:16:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T22:05:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T00:55:07.420Z (6 months ago)
- Topics: yourls, yourls-plugin
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 9
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome - Cache Stat Pages - Serve stat pages (`http://sho.rt/blah+`) from cache. (Plugins / C)
README
# Plugin for YOURLS : Cache Stats pages [](https://github.com/YOURLS/awesome-yourls/)
## What for
Rudimentary caching system so stats page (eg http://sho.rt/blah+) are generated once every XX hours and served from cache otherwise.
## How to
* In `/user/plugins`, create a new folder named `cache-stats-pages`
* Drop these files in that directory
* Go to the Plugins administration page and activate the plugin
* Have fun## Disclaimer
This is a rudimentary caching system.
It is used on http://yourls.org/ (for instance http://yourls.org/cookie+ -- check the source) but there is a lot of room for improvements (garbage collection for example)