php p
Moderator: General Moderators
-
nitin16286
- Forum Newbie
- Posts: 2
- Joined: Fri Sep 10, 2010 4:16 am
php p
is there any procedure or method by which we can reduce the loading time of php pages that includes session
Re: php p
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.
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.