http 32919
Self-updating scripts | High Performance Web Sites
11 hours ago by ksmiley
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
18 hours ago by gruner
Using http headers for more efficient RSS serving.
rss
http
18 hours ago by gruner
Doing actual non-blocking, incremental HTTP access with async-http-client
19 hours ago by alexp
Asynchronous HTTP calls in Java via @cowtowncoder
java
asynchronous
http
from twitter_favs
19 hours ago by alexp
non-blocking, incremental HTTP access with async-http-client
yesterday by brandon.w.barry
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
Not even when you have bit of pipelining to do, like uncompressing (or compressing) data on the fly.
yesterday by brandon.w.barry
Bad news for site owners and mobile users: The average web page is now 1 MB
yesterday by Gwendoux
"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
yesterday by tamberg
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
yesterday by maxheadroom
proxy_support = urllib2.ProxyHandler({})
>>> opener = urllib2.build_opener(proxy_support)
http
python
web
programming
>>> opener = urllib2.build_opener(proxy_support)
yesterday by maxheadroom
Copy this bookmark: