Should PHP code be compressed like javascript for live site?
Posted: Wed Oct 08, 2008 4:24 am
I hope I don't post in wrong thread.
I want know should PHP code to be compressed like javascript code in live server for sake of optimization and faster processing of code?
If so, then I want to ask if anyone know the name of tool to compress PHP code?
Also I want to know too if I remove all comments from PHP code (/*..*/ or //), does it help optimizing the server processing too?
Does obsfucated PHP code would affect the performance of code?
Sorry for my bad english, I hope you understand what I am talking about,
Thanks in advance.
I want know should PHP code to be compressed like javascript code in live server for sake of optimization and faster processing of code?
If so, then I want to ask if anyone know the name of tool to compress PHP code?
Also I want to know too if I remove all comments from PHP code (/*..*/ or //), does it help optimizing the server processing too?
Does obsfucated PHP code would affect the performance of code?
Sorry for my bad english, I hope you understand what I am talking about,
Thanks in advance.