The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
74 views

Is no cache meta tag bad for performance?

I see many websites, seemingly arbitrarily adding the no cache meta tag on every page. Like this: <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="CACHE-CONTROL" ...
1
vote
2answers
93 views

What is the default behavior of Cache-Control

If no private nor public were defined in the cache-control, e.g. Cache-Control: max-age=31461276 What is the expected behavior?
0
votes
1answer
74 views

Is there a backorder service that keeps bids private? [closed]

I want to dropcatch a domain name that is about to expire, but all the major services (SnapNames/Pool/NameJet/Godaddy) publicly announce that you backordered it, which leads to many other people ...
0
votes
1answer
166 views

Is a good technique to buy abandoned domains to get link juice? [duplicate]

Possible Duplicate: Could I buy a domain name to increase traffic to my site like this? Yesterday I was discussing with a friend an idea he had. To promote your site about, for example, ...
1
vote
1answer
90 views

Setting Cache-Control and Expires headers for the end client only

I am trying to add explicit caching to 301 redirects. However, I am worried that a permanent redirect for one user might not be permanent for another user. So I'd like to use Cache-Control: no-cache ...
4
votes
3answers
1k views

expires headers and forcing cache-loading instead of 304?

so here is a little mystery. google analytics javascript somehow always loads from browser cache on F5 (in Firefox). i cannot get the same thing to happen with my own scripts. here are the headers ...
5
votes
1answer
2k views

Can I set a variable “Expires” in Amazon S3?

I have a ton of files in Amazon S3 (served via Cloudfront) for which I have added an Expires header of Mon, Jan 1 2024 11:11:11 GMT However, I have recently learned that setting an Expires header ...