Static Cache 4.3
Blog pages static cache
Informations générales
Add a static cache to your installation.
Configuration
You may add the following constants in your main config.php file:
DC_SC_CACHE_ENABLE
: set to false to disable caching system (default false)DC_SC_CACHE_DIR
: full path to cache directory (default to dcstaticcache in your cache directory)
DC_SC_CACHE_BLOGS_ON
: list of blogs ID that should be cached (empty or not defined -> all blogs will be cached)DC_SC_CACHE_BLOGS_OFF
: list of blogs ID that must not be cached (empty or not defined -> no blogs will not be cached)
Note: DC_SC_CACHE_BLOGS_OFF
has higher priority than DC_SC_CACHE_BLOGS_ON
DC_SC_EXCLUDED_URL
: list of URL types excluded from cache
Note: preview and pagespreview URL types are always excluded
Example:
define('DC_SC_CACHE_ENABLE',true); define('DC_SC_CACHE_DIR','/tmp/dcstaticcache'); define('DC_SC_CACHE_BLOGS_ON',''); define('DC_SC_CACHE_BLOGS_OFF','secret,planet'); define('DC_SC_EXCLUDED_URL','sysinfo');
Hint
If you want cache to be called before any connection to database, add a require statement to _post_config.php
at the end of your configuration file.
Informations techniques
- Version du plugin : 4.3
- Version minimale de Dotclear : 2.28
- Licence : GNU GPL v2
- Support : Billet dédié
Anciennes versions
Version | Version minimale de Dotclear | Date | Téléchargement |
---|---|---|---|
4.2 | 2.28 | 2023-11-16 11:42:00 | Télécharger la version 4.2 |
2.4.1 | 2.26 | 2023-08-07 10:09:00 | Télécharger la version 2.4.1 |
2.0 | 2.24 | 2022-11-30 15:24:00 | Télécharger la version 2.0 |
1.2 | 2.23 | 2022-08-10 11:59:00 | Télécharger la version 1.2 |
1.1 | 2.21 | 2022-02-14 17:17:00 | Télécharger la version 1.1 |
1.0 | 2.13 | 2021-08-31 11:39:00 | Télécharger la version 1.0 |
0.9.1 | 2.7 | 2017-02-11 10:29:00 | Télécharger la version 0.9.1 |
0.9 | 2.7 | 2014-12-04 16:37:00 | Télécharger la version 0.9 |
0.8.4 | 2.6 | 2013-12-03 14:00:00 | Télécharger la version 0.8.4 |
0.8.3 | 2.6 | 2013-12-01 13:06:00 | Télécharger la version 0.8.3 |
0.8.2 | 2.6 | 2013-11-18 22:47:00 | Télécharger la version 0.8.2 |
0.8.1 | 2.6 | 2013-11-18 08:43:00 | Télécharger la version 0.8.1 |
0.8 | 2.6 | 2013-11-15 17:01:00 | Télécharger la version 0.8 |
0.7 | 2.0 | 2013-11-15 13:09:00 | Télécharger la version 0.7 |
0.6 | 2.0 | 2010-07-01 20:13:00 | Télécharger la version 0.6 |
0.5-r2126 | 2.0 | 2010-06-08 08:51:00 | Télécharger la version 0.5-r2126 |
Premier dépôt : 08/06/2010, dernière mise à jour au 21/08/2024