Skip to content

zstergios/Opencart-2.x-APCU-Caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencart v2.x APCU CACHING

Upload the files on your website root folder (like public_html or httpdocs)

version < 2.2.0 Edit the index.php, find the

$cache = new Cache('file'); and change it to

$cache = new Cache('apcu');

version >= 2.2.0
Edit the /system/config/default.php, find

$_['cache_type'] = 'file'; // apc, file or mem $_['cache_expire'] = 3600;

change it to

$_['cache_type'] = 'apcu'; // apc, file or mem $_['cache_expire'] = 3600;

About

APCU for Opencart v2.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published