Skip to content

cocazoulou/opencart-mysql-cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

OpenCart 1.4.x/1.5.x compatible!

1. Copy mysql_cached.php file into the /system/library/database
2. Change /config.php file only:

  define('DB_DRIVER', 'mysql_cached');
  define('DB_CACHED_EXPIRE', 120);

3. For reset SQL cache, you can save in cache with key 'sql_globalresetcache' current time (time()).

About

Caching MySQL SELECT queries for OpenCart 1.4.x/1.5.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%