How To: Minimize HTTP Requests ? The Most Important Guideline for Improving Web Site Performance In my previous article 7 Easy-to-Apply Tips to Improve Your Web Site Performance, I described methods to achieve better client-side performance. HTTPのリクエストを最小化するためのTIPS。 イメージマップを使って読みこむ画像数を減らす 複数の画像を読み込んで、画像に個別にリンクするより、イメージマップで読みこむ画像を減らしてリクエスト減少 画像を1個にしてCSSで背景で領域指定する 「Googleの検索結果ページは画像を一つしか読み込んでいない」の方法