I'm thinking about frameworks. I know they make life a lot easier, but as far as I understand they also significantly burden the server, don't they?
I'm looking for some kind of benchmarks, famous frameworks to basic php comparisons.
I have a will to create a kind of my own framework - a way simplier (no ORM and other cool stuff, only main ideas), but more flexible and faster.
Maybe the main question I'm interested in - How slower frameworks are comparing to basic framework-like PHP code with classes and other stuff, but with no ORM.
I'm not really sure whether I made myself clear - sorry for that.