![]() |
Speed up your web pages
The first of its kind Web Technology Conference on Open Source Technology, WebOSS '07 was being organised in Kolkata today and spoke at the event as one of the participants and thought I will share my presentation here. As download requires you to register at the forum I am sharing the content of the presentation here as well.
Database design
Database Design – Practical approach
Query optimization
Advantages of query optimization.
Fewer HTTP Requests
Fewer HTTP Requests – Case Study
"Expires" Header
Gzip your output
CSS at the Top
Scripts at the Bottom
Avoid CSS Expressions
External JavaScript and CSS
Reduce DNS Lookups
Minify JavaScript
Avoid Redirects
Duplicate Scripts
Configure ETags
General code optimization tips
PDF version of the presentation is available to download as an attachment. |
Re: Speed up your web pages
thanx for the info man
|
Re: Speed up your web pages
The Article is selected for Article of the month for October 2007. Now every one can vote for it to be the winner.
|
Re: Speed up your web pages
thank for this
but if you keep your code clean, thats also optimize the page load time |
Re: Speed up your web pages
Nope. Clean code means lots of formatting and lots of formatted code in HTML / JavaScript means more bytes need to be transfered and so it will not be optimal. Now if you have clean server side code that hardly makes a difference.
|
Re: Speed up your web pages
Ouch, how nice :) Thank You
Thank You |
Re: Speed up your web pages
Excellent post. your post is very informative and very useful for me.
Thanks for the great post. |
Re: Speed up your web pages
one prb i got stuck wid is in css, editors suggest to use like formate type: likedis, likedat;
but i found in dis article as not to use if. wat's d diff? |
Re: Speed up your web pages
Quote:
|
Re: Speed up your web pages
I have never this kind of post elsewhere, so it is an education by itself.
Thanks |
Re: Speed up your web pages
hi...
Thanks many to share the site optimization in speed up process...!!! meet again. |
Re: Speed up your web pages
the tips is very simple but very useful and necessary.
|
Re: Speed up your web pages
thanks for sharing, very well done. I use pagespeed plugin in firefox and yslow, but your tips are easier to understand
|
Re: Speed up your web pages
Very informative post.
|
Re: Speed up your web pages
A fast loading web page is an important factor that heavily weighs into a user’s experience on your web site. And it’s not just your audience taking notice of how quickly a page loads into their browser, Google uses this metric as part of their PageRank algorithm. Web designers and developers who are creating web sites will want to take this into consideration, and usually do by optimizing image filesizes, using semantic HTML and CSS, and controlling the amount of content that appears on any given page. However, web designers and developers can decrease their page load times even more by forcing the browser to cache specific types of content via the Expires header. In fact, both Google and Yahoo recommend implementing browser caching by setting the Expires header.
...................................... |
Re: Speed up your web pages
This is the great post. The tip is very informative and very helpful. Thanks for the tip given here.
|
These are great ways of speeding up my web pages
|
Re: Speed up your web pages
fantastic information
|
Re: Speed up your web pages
Good stuff! Thanks for sharing.
|
Re: Speed up your web pages
i think in a page the scripts are the ones that burden it
|
Re: Speed up your web pages
Thanks for this useful information. You explained all the things finely with examples. Nice.
|
Re: Speed up your web pages
Very informatics thread speed is very important for web pages because if it takes time to open, no body waits they switch to another website.
|
Re: Speed up your web pages
Thanks for the information you provided here. great
|
Re: Speed up your web pages
thanks buddy
|
Re: Speed up your web pages
Very good post about the start of normalisation though on the practical part it's not actually in mysql's view actually joning tables. Just as a bit of a tip you lose allot of the good features of joining in MySQL if you just use FROM table1, table2, table3...
What you need to be doing to adhere to formally be joining tables is something like so: SELECT * FROM students JOIN attendance ON students.studentid = attendance.studentid There's other kinds of joints like 'INNER JOIN', 'OUTER JOIN', 'LEFT JOIN' and 'RIGHT JOIN' on the contrast FROM keyword/command will work, just it's more like using 'JOIN' but you do lose allot of MySQL's performance (i.e.when you want to omit any rows completely if the relational table you are joining has no data for the row on the primary table tuples/entities/rows). |
| All times are GMT +5.5. The time now is 18:01. |