http   32919

« earlier    

Self-updating scripts | High Performance Web Sites
Stoyan and I were discussing this and wondered if there was a way to have longer cache times and update resources when necessary. We came up with a solution. It’s simple and reliable. Adopting this pattern will reduce unnecessary HTTP requests resulting in faster pages and happier users, as well as better Page Speed and YSlow scores.
javascript  http  performance 
11 hours ago by ksmiley
HTTP Conditional Get for RSS Hackers - The Fishbowl
Using http headers for more efficient RSS serving.
rss  http 
18 hours ago by gruner
non-blocking, incremental HTTP access with async-http-client
I hope above shows that while doing incremental, "streaming" processing is bit more work, it is not super difficult to do.

Not even when you have bit of pipelining to do, like uncompressing (or compressing) data on the fly.
http  jvm  async  stream 
yesterday by brandon.w.barry
Bad news for site owners and mobile users: The average web page is now 1 MB
"According to the HTTP Archive, which gathers stats on the top million sites in the world (as ranked by Alexa), the average web page has surpassed the 1 MB mark..."
performance  web  http 
yesterday by Gwendoux
URL - W3C Working Draft 24 May 2012
good to see an API for constructing, parsing, and resolving URIs , this should be part of any web-friendly environment.
http 
yesterday by tamberg
urllib2 - The Missing Manual
proxy_support = urllib2.ProxyHandler({})
>>> opener = urllib2.build_opener(proxy_support)
http  python  web  programming 
yesterday by maxheadroom

« earlier    

Copy this bookmark:



description:


tags: