0 Members and 1 Guest are viewing this topic.
I don't see why html and script blocks are not cached already. Their output will never change unless edited.
Cache the PHP code or cache the PHP output. If you cache the code you possibly eliminate a db request unless the code request one. If you cache the output you eliminate a db request all together.