mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 01:34:31 +02:00
Additional improvements to WireCache, WireCacheInterface and WireCacheDatabase
This commit is contained in:
@@ -1662,14 +1662,15 @@ $config->modals = array(
|
||||
* This is an optimization that can reduce some database overhead.
|
||||
*
|
||||
* @var array
|
||||
* @deprecated No longer in use as of 3.0.218
|
||||
*
|
||||
*/
|
||||
$config->preloadCacheNames = array(
|
||||
'Modules.info',
|
||||
//'Modules.info',
|
||||
//'ModulesVerbose.info',
|
||||
'ModulesVersions.info',
|
||||
'Modules.wire/modules/',
|
||||
'Modules.site/modules/',
|
||||
//'ModulesVersions.info',
|
||||
//'Modules.wire/modules/',
|
||||
//'Modules.site/modules/',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user