帯域幅が大きく異なるユーザーに対応する必要がある Web サイトで作業したことがある人がいるかどうか知りたいです。さまざまなユーザー グループに合わせてサイトを調整したい
1) Low Bandwidth ( <56kbps dial up)
Low Res Images - no javascript framework, no background images
2) Medium Bandwidth ( ~256kbps dial up)
Medium res images, smaller background images, small amount of jquery
3) High Bandwidth ( > 1Mbps)
Full site
帯域幅の速度をテストするために使用できる手法はありますか? Cookie を設定して (ページの実行テストを毎回停止するために)、結果に応じて含まれる css/javascript と画像の URL を調整しますか?