Feature #4859
Implement prefetch tags
Status:
Feature implemented
Priority:
Normal
Assignee:
Category:
Global / Others / Misc
Target version:
Start date:
07/06/2012
Due date:
% Done:
100%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
When using the CDN feature described in #4653, add the prefetch tags to enable prefetching CDN URLs. For example:
<meta http-equiv="x-dns-prefetch-control" content="on" /> <link rel="dns-prefetch" href="//cdn.beeznest.com" /> <link rel="dns-prefetch" href="//cdn2.beeznest.com" />
Related issues
History
Updated by Yannick Warnier almost 5 years ago
- Category set to Global / Others / Misc
- Status changed from New to Feature implemented
- % Done changed from 0 to 100
Done in 1.9 already (see template.lib.php)