An open letter to the BRAVOtv.com webmasters

Dear BRAVOtv.com webmasters,

I could suggest all manner of ways in which you could make BRAVOtv.com less of a "hot mess" of clusterfucked Flash. I could point out all the navigational quirks which make your content confusing. I could plead for the use of fewer images to display plain text.

But all that pales in comparrison to the fact your site gets slammed regularly, and the strain on your PHP-database backend results in glacial load times.

Instead, I would like to propose the judicious use of the following line of code:

header("Cache-Control: private");

By allowing users to cache the pages on your site, you can reduce the frustration they feel when they attempt to access a page to which they’ve been before, only to be hindered by a non-responsive server. I started using this line of code when I started getting frustrated by the load times of my own websites.

And my websites never had to contend with the kind of traffic you guys get.

If you could somehow work that into the code for the site, it would be a tremendous help and probably a nice ease on your servers.

Looking out for your best interests,

G.