williamZanelli Posted July 8, 2009 Share Posted July 8, 2009 Hi guys, I want to incorprate caching into my system. Ideally everytime a transaction takes please via the DB, I want it to be cached, on subsuqent requests it is checked if the cache is valid/invalid, and so saving DB transactions, is this possible? I open to trying differnet methodologies of optimising my webiste Thanks Will Quote Link to comment Share on other sites More sharing options...
ignace Posted July 8, 2009 Share Posted July 8, 2009 Take a look at memcache as it probably is the best around: http://be.php.net/memcache Quote Link to comment Share on other sites More sharing options...
williamZanelli Posted July 10, 2009 Author Share Posted July 10, 2009 Awesome.. thanks for this Quote Link to comment Share on other sites More sharing options...
dreamwest Posted July 10, 2009 Share Posted July 10, 2009 you can also flush you page to present the tables and text first. Put it in you header template flush(); 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.