Tagged Questions

7
votes
3answers
1k views

Mixing Secure and Non-Secure Content on Web Pages - Is it a good idea?

I'm trying to come up with ways to speed up my secure web site. Because there are a lot of CSS images that need to be loaded, it can slow down the site since secure resources are not cached to disk by ...
3
votes
4answers
373 views

Static file versioning with Django

I am setting far-future expires headers for my CSS/Javascript so that the browsers don't ever ask for the files again once they get cached. I also have a simple versioning mechanism so that if the ...
1
vote
1answer
172 views

Google Web Optimizer (A/B Testing) Why no clear winner?

I've previously asked how long it takes for a winning combination to appear on Google's Web Optimizer, but now I have another weird problem during an A/B test: For the past two days has Google ...
0
votes
1answer
28 views

Problem with google webmasters site performance review

I noticed that i have not being getting traffic via google organic searches. I decided to find out what the problem may be, and i registered on Google webmasters. From what i saw, it seems my site is ...
0
votes
3answers
42 views

Concurrent Downloads

I've been monitoring the Net panel of Firebug and noticed that the HTML has to be downloaded first before any other resources are downloaded. I guess this make sense since the other resources are ...