Jump to content

Performance


kaikai

Recommended Posts

Help, I need help with information on performance for both web user and web servers points of view. I need to know the things what can affect/influence the performance a website from a web user point of view and I need to know what can affect/influence on performances from a server point of view as well.If you know then please help me out. :):) Thanks

Link to comment
Share on other sites

Performance is a vast topic that can't be explained in a single topic. There are tons of things that can always be opimized in any language.On the client side of things, the best reference you can find today is the Yahoo! performance page. In addition, if you use JavaScript, you might be interested in searching for JavaScript performance articles. One I really reccomend is Opera's "Efficient JavaScript" article.On the server side of things, there's usually a lot of "hidden" tips in the documentations of whatever you are using. Whether it's Apache, PHP, IIS and ASP, etc.

Link to comment
Share on other sites

Performance is a vast topic that can't be explained in a single topic
Contradiction? lol
Link to comment
Share on other sites

Contradiction? lol
Not completely. What I said covers the basics, and if all of the guidelines in Yahoo! are performed, sites run 50%+ faster, but fine tunings can still be made and for them, you have to make tests yourself and/or find them in other articles, not mentioned above.
Link to comment
Share on other sites

  • 1 month later...

For Client-Side performance:Download the firebug extension for firefox and get the yslow extensions for firebug from yahoo. This will tell you exactly how long it takes each file to load and it will give you suggestions on what you can improve on.For FireFoxhttp://www.mozilla.com/en-US/firefox/For Firebughttps://addons.mozilla.org/en-US/firefox/addon/1843YSlowhttp://developer.yahoo.com/yslow/For Server-Side Performance (Apache):Try to contain all the configuration in the httpd.confUsing .htaccess all over your site can hurt processing performanceBeside that, it depends on what you're trying to do... Just read the online manuals and pay close attentions to strengths/weaknesses of different techniques that people there point out.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...