n1concepts Posted July 13, 2013 Share Posted July 13, 2013 Q: Anybody got info to show how to setup caching (php scripts) to reduce having to perform MySQL queries on each HTTP request - being alot of the data is unchanged? I need to cache this info which will eliminate about 80% of 'repeat' queries to a db that's under constant load. Any info to help define this process appreciated - thx! Link to comment https://forums.phpfreaks.com/topic/280133-memcache-or-apc-to-reduce-mysql-queries/ Share on other sites More sharing options...
n1concepts Posted July 13, 2013 Author Share Posted July 13, 2013 Found afew examples - this will do what i need: http://papermashup.com/using-memcache-with-php http://dev.mysql.com/doc/refman/5.1/en/ha-memcached-interfaces-php.html Link to comment https://forums.phpfreaks.com/topic/280133-memcache-or-apc-to-reduce-mysql-queries/#findComment-1440643 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.