Having implemented a Magento REDIS cache management solution I wanted to see what effect using the Magento cache had on page load times. To measure the Magento page load time…Continue reading
Efficient Page View Counter using PHP and Memcache
Are you looking for the most efficient way to increment a counter to use on a web page e.g. to display specific page views or amount of times an object…Continue reading
PHP Memcache & MYSQL Wrapper Classes
I needed to implement some cacheing on a website I was developing and looked around for some PHP solutions to cache the data I was generating from multiple different sql…Continue reading