Edge Rails Goody: Distributed Asset Hosts

Posted by Daniel Fri, 02 Mar 2007 12:38:00 GMT

Edge Rails Goody: Distributed Asset Hosts: It turns out this problem is even worse than I previously realized. According to this page (which I found out about in the patch I’ll mention in the next paragraph), most browsers impose a limit on how many connections can be made to a single named host at any given time. And on the internet’s most popular browser, this number is a whopping two. Add to this the fact that HTTP Pipelining is disabled by default, and a resource-heavy page is a recipe for a sluggish user experience. [We knew we’d need to collapse the files at the very least.]
Source: ChadFowler.com

Posted in ,  | no comments | 1 trackback

Mike Clark's File Upload Fu

Posted by Daniel Fri, 02 Mar 2007 12:25:00 GMT

File Upload Fu: A picture might be worth a thousand words, but how many lines of code does it take to upload one to your Rails application? Sounds like a fun feature to tackle on a Friday. Let's upload some mug shots. You know, to identify the goofballs around the office. [Nice.]

Posted in  | no comments | no trackbacks