mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 12:48:00 +02:00
Prefetch DNS to reduce look up times #202
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<meta http-equiv="x-dns-prefetch-control" content="on">
|
||||||
|
<link rel="dns-prefetch" href="<?php echo Site::url(); ?>" />
|
||||||
|
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
||||||
|
<link rel="dns-prefetch" href="//www.gravatar.com" />
|
||||||
|
|
||||||
<title>Monstra :: <?php echo __('Administration', 'system'); ?></title>
|
<title>Monstra :: <?php echo __('Administration', 'system'); ?></title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="Monstra Admin Area" />
|
<meta name="description" content="Monstra Admin Area" />
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="x-dns-prefetch-control" content="on">
|
||||||
|
<link rel="dns-prefetch" href="<?php echo Site::url(); ?>" />
|
||||||
|
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
||||||
|
|
||||||
<title><?php echo Site::name() . ' - ' . Site::title(); ?></title>
|
<title><?php echo Site::name() . ' - ' . Site::title(); ?></title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="<?php echo Site::description(); ?>">
|
<meta name="description" content="<?php echo Site::description(); ?>">
|
||||||
@@ -63,4 +67,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user