What should I optimize first in my web page?

submit to reddit

I start with the optimization process …

It’s a common question! Where do I begin with the optimization process. Should I start with JavaScript or with some simple Apache optimizations? The answer is pretty simple and it’s related to a very, very simple technique.

Look what Firebug is saying

Yeah, look at the Firebug. You can check what’s taking most of the time to load. If it’s some server site script you can try caching it, if it’s a JavaScript file load, than you can try minify/compile it. Another good tool is the Safari developer tool. Than you can graphically understand what part of the sites’ components are slowing down the loading process. Whether the images or the JavaScript, well check that out with the Safari browser.

Finally what I do?

Once you know what’s the thing slowing down the site, start with its optimization! It’s really simple.

Related posts:

  1. What should be optimized in one web page?
  2. Speed up the JavaScript. It can change dramatically the user experience.
  3. JavaScript optimization. Lazy loading.

You are a GREAT developer? Click here to answer the weekly quiz!

This entry was posted in web development and tagged , , , , , , , . Bookmark the permalink.

One Response to What should I optimize first in my web page?

  1. Mengu says:

    You might know about a Firebug addon named YSlow however I wanted to remind it. It is really a great one to find out what is slow on your web site and how to fix it.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">