开发者 | jp2112 |
---|---|
更新时间 | 2015年1月20日 20:32 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
<meta http-equiv="x-dns-prefetch-control" content="on">
In addition, if you configured any additional domains, they should also be listed after the line of code above.Go to Settings » DNS Prefetch and enter any domains you want to be prefetched by Firefox browsers, in addition to the ones already linked on your home page. Make sure the "enabled" checkbox is checked. For example, you might have www.example.com linked on one of your subpages. By adding "//www.example.com" you instruct browsers to resolve the DNS for that domain, decreasing the latency should someone with a Firefox browser visit that page.
Are you caching your pages?
Add this to your functions.php:
remove_action('admin_head', 'insert_dpf_admin_css');