Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

How To Make Your Website Super Fast

Share this post!
 Vote this!

An Introduction to Speed

HTTP Requests

A web browser, just like the one you’re using now, uses HTTP requests to load a webpage. The absolute minimum number of HTTP requests a page can make is 1. That would be, requesting the page you’re on assuming it doesn’t include any other files.

Cache

Making an HTTP request takes a bit of time, so the more you have the slower things are going to get. You might then assume that it’d be better to put your CSS and Javascript all in the same file, but then caching comes into the picture.

More...

0 comments:

Post a Comment