I created the framework for the project. A project performs an average number of query requests (but the traffic that it will receive will make it more for each user). Views are mixed HTML and PHP.
Just look for the best minimalist ways how I should cache my view files (the controller uses output buffering, maybe I can use this?) And cache my requests. I looked around, but could only find large / bloated libraries or very rude methods when doing these things that didn't interest me.
Thanks for the help!
source
share