23 items | 2 visits
Links how to scale the web, mainly php
Updated on 2009-08-02
Created on 2009-04-10
Category: Computers & Internet
URL:
You can measure the effective bandwidth of your users on your site
relatively easily, and if the effective bandwidth of users viewing
your pages is substantially below their available downstream bandwidth, it
might be worth attempting to improve this.
Before giving the browser any
external object references (<img src="...">, <link rel="stylesheet"
href="...">, <script src="...">, etc), record the current time.
After the page load is done, subtract the time you began, and include that
time in the URL of an image you reference off of your server.
Sample javascript implementing this:
23 items | 2 visits
Links how to scale the web, mainly php
Updated on 2009-08-02
Created on 2009-04-10
Category: Computers & Internet
URL: