Tag: performance
-
Advanced caching technique
As every developer knows, a way to get a better performance is page-caching. This boost performance because fewer database queries has to be executed, but you can take caching a bit further. A plain html page is much faster loaded than one that is created by an interpreter like php, but it is not flexible…