Site optimization--Reduce HTTP requests

Source: Internet
Author: User

There are several procedures required to send an HTTP request

Domain name resolution--TCP connection--Send request--wait--download resource--Parse time

This can take a while, so there are several ways to reduce your Web site's HTTP requests as much as possible:

1. CSS Sprite diagram

2. Image map

Image map can be divided into a number of areas to achieve a click on different areas to jump to different links

<Body>    <imgsrc= "./1.jpg"Usemap= "#map">    <Mapname= "Map">        < AreaShape= "Rect"coords= "80,20,163,72"href= "Javascript:alert (' eye ')"title= "Eyes">        < AreaShape= "Rect"coords= "48,116,197,186"href= "Javascript:alert (' mouth ')"title= "Mouth">        < AreaShape= "Circle"coords= "121,76,15"href= "Javascript:alert (' nose ')"title= "Nose">    </Map></Body>

3. Merging standalone CSS and JS files

4. Images using Base64 coded display

Note: Data can be generated in PHP, the disadvantage is that the size of the HTML file will become larger, suitable for small pictures

Site optimization--Reduce HTTP requests

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.