PHP Classes

Easy MySQL Cache: Cache MySQL query results in MySQL memory tables

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 49%Total: 1,408 This week: 1All time: 2,771 This week: 560Up
Version License PHP version Categories
ezmc 0.2GNU General Publi...5.0PHP 5, Cache
Description 

Author

This class can cache MySQL query results in MySQL memory tables.

It can execute a given MySQL query and store the results in a record of a MySQL table of type MEMORY, so it can be used as cache.

The class can retrieve the results from the cache table if the same query is executed again and the cache has not yet expired.

The MEMORY type cache table can be created automatically when the given database is selected, if it does not yet exist.

Innovation Award
PHP Programming Innovation award nominee
October 2011
Number 3


Prize: One copy of RadPHP XE
Database queries are often what takes more time to execute when you access a Web page.

This class implements a clever approach to reduce the time to run frequently executed MySQL database queries.

It retrieves the query results and stores them in MySQL tables of type MEMORY. The next time the same query is executed, the results are retrieved much faster from those memory based tables.

Manuel Lemos
Picture of Kaan Tunçel
  Performance   Level  
Name: Kaan Tunçel <contact>
Classes: 1 package by
Country: Turkey Turkey
Age: 49
All time rank: 192433 in Turkey Turkey
Week rank: 416 Up9 in Turkey Turkey Up
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Plain text file ezmc.class.php Class Example included

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,408
This week:1
All time:2,771
This week:560Up
User Ratings User Comments (1)
 All time
Utility:83%StarStarStarStarStar
Consistency:83%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:49%StarStarStar
Rank:2726
 
good job
12 years ago (tuncay bahadir)
60%StarStarStarStar