I'm working on a project where users can manipulate the layout of PHP output.
The way I came up with is to store each cached section separately and then let the user open them using fopen() fread() function.
Is this bad for performance?
What's a better way to cache PHP output?