Combining cache methods - memcache/disk based
问题 Here's the deal. We would have taken the complete static html road to solve performance issues, but since the site will be partially dynamic, this won't work out for us. What we have thought of instead is using memcache + eAccelerator to speed up PHP and take care of caching for the most used data. Here's our two approaches that we have thought of right now: Using memcache on >>all<< major queries and leaving it alone to do what it does best. Usinc memcache for most commonly retrieved data,