Page 1 of 1

php p

Posted: Fri Sep 10, 2010 5:26 am
by nitin16286
is there any procedure or method by which we can reduce the loading time of php pages that includes session

Re: php p

Posted: Fri Sep 10, 2010 11:05 am
by JakeJ
Make all of your variable names no more than two characters and remove all documentation and white space from your code.

JUST KIDDING!!

Become familiar with php "best practices" (you can find all kinds of info if you google it). Also, there are some code optimizers out there though I have never used. Those are supposed to improve performance. Mileage may vary.