php p

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nitin16286
Forum Newbie
Posts: 2
Joined: Fri Sep 10, 2010 4:16 am

php p

Post by nitin16286 »

is there any procedure or method by which we can reduce the loading time of php pages that includes session
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: php p

Post 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.
Post Reply