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! Quote Link to comment Share on other sites More sharing options...
Solution n1concepts Posted July 13, 2013 Author Solution 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.