I am currently building a PHP framework (original, i know) and im working on some optimisation features for it. One dilema I have come accross is what is the best way to ca
Mysql caches result of query, may be you should increase mysql query cache size? Or cache result of big query in standalone table?