The static-content tag has no wiki summary.
15
votes
4answers
1k views
What's the best way to version CSS and JS URLs?
As per Yahoo's much-ballyhooed Best Practices for Speeding Up Your Site, we serve up static content from a CDN using far-future cache expiration headers. Of course, we need to occasionally update ...
9
votes
2answers
314 views
How many domains to split components across?
I understand how splitting components across domains can maximize parallel downloads, and enable you to have cookie-free static content domains, but since there's a time cost for each domain lookup ...
1
vote
2answers
212 views
Script + template to generate static web site?
After giving it more thought, I don't actually need a PHP-based CMS for a small, static web site.
Does someone know of a good solution that can run on Windows that would take basic HTML pages and JPG ...
1
vote
1answer
235 views
What's the best way to version CSS and JS URLs - part 2
This is a follow up question on the following question
What's the best way to version CSS and JS URLs
Both of the solutions mentioned there would require modification to the files where the css and ...