I know it is possible but will this be a part of the system in the future?
I don't see why html and script blocks are not cached already. Their output will never change unless edited.
PHP on the other hand changes but you have two options there. 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.
Is this being looked into or at least considered?
Thanks in advance.
