This maybe a very stupid question as PHP is server side programming
But if minifying CSS and minifying Javascript (although they are client side) is a good thing to do to optimise for speed, is there such a thing as minifying PHP and would it have any performance gains on the server?
..or would this simply be a waste of time and effort?