CINXE.COM

Site Accelerator (formerly photon)

<!DOCTYPE html> <!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie10 lt-ie9" lang="en"> <![endif]--> <!--[if IE 9]><html class="no-js lt-ie10" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]--> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://jetpack.com/support/site-accelerator/","20190828152717","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1567006037"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title> Site Accelerator (formerly&nbsp;photon) </title> <meta name="description" content="Essential Security &amp; Performance for WordPress"> <meta name="author" content="WordPress.com / Automattic Inc."> <meta name="viewport" content="width=device-width"> <meta name="google-site-verification" content="gprBhnJ5dQ2j8I3RU2MexFOZp5a6Ty3tLmUpKk4cbPg"/> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.remove(); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[i].remove(); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://web.archive.org/web/20190828152717/https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20190828152717/https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://web.archive.org/web/20190828152717/https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://web.archive.org/web/20190828152717/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9qZXRwYWNrLmNvbQ%3D%3D" + "&wpcomid=20115252" + "&time=1567006037"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20190828152717/https://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190828152717/https://jetpackme.wordpress.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190828152717/https://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190828152717/https://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190828152717/https://wordpress.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190828152717/https://fonts.googleapis.com/"/> <link rel="alternate" type="application/rss+xml" title="Jetpack — Essential Security &amp; Performance for WordPress » Feed" href="https://web.archive.org/web/20190828152717/https://jetpack.com/feed/"/> <link rel="alternate" type="application/rss+xml" title="Jetpack — Essential Security &amp; Performance for WordPress » Comments Feed" href="https://web.archive.org/web/20190828152717/https://jetpack.com/comments/feed/"/> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2.3-RC1-45884"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20190828152717cs_/https://s2.wp.com/_static/??-eJyNktFugzAMRX9oicvUsb5M+5YAHk1JIIqNaP9+JoFNa7doL8g2Ptc3TmAJqp1GxpHBzyq4ubcjwRLaySvy1uHtLtMt0RP8jkV0hrFTYSK+y0qYswMSXJCDaQeVsof2vbefJW0w9vInItT6WR+gma3roHFTwpto4g2Ibw7/IZMoArbjgHHPsmBZop225kpXq4nOEmcPpDOZVP7kP2bnFFlGhZ2V8f22DzjoWleQtianIc6msv59tbTWdUFS98Hw2uFljEGHXtpK2GK7HuX6pGWLFeO1iPhQ74PW8GzWHZRGpAfVNCEikZKvt7NXfBZvRU6o1X1+Isngj0pGLYwTW6HpK3jQzKPAnNr92XlUIy7fV/7u36qXuj6+VqdjffkEreAtRw==?cssminify=yes" type="text/css" media="all"/> <link rel="stylesheet" id="jetpackme-fonts-css" href="https://web.archive.org/web/20190828152717cs_/https://fonts.googleapis.com/css?family=Open+Sans%3A400italic%2C400%2C700%2C600%2C800&amp;ver=2.0" type="text/css" media="all"/> <link rel="stylesheet" id="all-css-2-1" href="https://web.archive.org/web/20190828152717cs_/https://s0.wp.com/_static/??-eJx9kNEOgjAMRX/IWUmAhAfjt4xRR03ZyDpC/HuHZKIh8nba3nvbDeZRGe8iugjDpEaeLDkBiw4DpcEfPBuREyQvOcNThwKpAZ2Wfh0P5D6SHM/UAnujGZWdUASDkpmi6TFABjVTZzFmXW7vsr5OXR0C0Y9q9JJI4pPxyGLRq2VDJO9+CnVnTYfbArbsbUL7fvFWHpm0WcJbHTbayWOPQ/rGvgTLvtW8CG7DtajqS1k3RVM9XkTuoIo=?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript"> /* <![CDATA[ */ var related_posts_js_options = {"post_heading":"h4"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190828152717js_/https://s0.wp.com/_static/??-eJylkOFOxCAQhF9IjphLL/fH+CwcnWu3wlLZpahPL02uP6wXjTEhgYVvZ5mxdTbEPpQeYqe2Xgvy+207TPJgfwJMpCE7xSESb7BPrGBd2TmJRoi4AXdeY7pQgCmC3ADWNuaa9lwsZg5lIBabEdqo3qyqu+qO+lcjxAuh/opN0Nn5F5Mh9PHtzzqiubHu7O0NjDCMuuos4D5lO2oMnYy0/KX3Cqclo/nv8bZvDHSxIXnXkhpKyxLZSCX1I7LdDqZSP0A3brv+j5Rmx9ISpsRrus/x6bHrzsfudOqO0yc1b9Ru"></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jetpackme.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="shortlink" href="https://web.archive.org/web/20190828152717/https://wp.me/p1moTy-bmY"/> <style> @font-face { font-family: Recoleta; src: url('https://web.archive.org/web/20190828152717im_/https://s1.wp.com/i/fonts/recoleta/400.woff2') } </style> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20190828152717/https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fjetpack.com%2Fsupport%2Fsite-accelerator%2F&amp;for=wpcom-auto-discovery"/><link rel="alternate" type="application/xml+oembed" href="https://web.archive.org/web/20190828152717/https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fjetpack.com%2Fsupport%2Fsite-accelerator%2F&amp;for=wpcom-auto-discovery"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article"/> <meta property="og:title" content="Site Accelerator (formerly photon) "/> <meta property="og:url" content="https://web.archive.org/web/20190828152717/https://jetpack.com/support/site-accelerator/"/> <meta property="og:description" content="Jetpack’s global Content Delivery Network (CDN) optimizes files and images so your visitors enjoy the fastest experience regardless of device or location."/> <meta property="article:published_time" content="2018-11-05T22:05:12+00:00"/> <meta property="article:modified_time" content="2019-08-20T10:54:00+00:00"/> <meta property="og:site_name" content="Jetpack — Essential Security &amp; Performance for WordPress"/> <meta property="og:image" content="https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:site" content="@jetpack"/> <meta name="twitter:text:title" content="Site Accelerator (formerly photon)"/> <meta name="twitter:card" content="summary"/> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/> <meta name="twitter:app:name:iphone" content="WordPress"/> <meta name="twitter:app:id:iphone" content="335703880"/> <meta name="twitter:app:name:ipad" content="WordPress"/> <meta name="twitter:app:id:ipad" content="335703880"/> <meta name="twitter:app:name:googleplay" content="WordPress"/> <meta name="twitter:app:id:googleplay" content="org.wordpress.android"/> <!-- End Jetpack Open Graph Tags --> <link rel="openid.server" href="https://jetpack.com/?openidserver=1"/> <link rel="openid.delegate" href="https://jetpack.com/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190828152717/https://jetpack.com/osd.xml" title="Jetpack — Essential Security &amp; Performance for WordPress"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190828152717/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <script type="text/javascript" id="webfont-output"> WebFontConfig = {"typekit":{"id":"kdm2zue"}}; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><link rel="canonical" href="https://web.archive.org/web/20190828152717/https://jetpack.com/support/site-accelerator/"/> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="Jetpack — Essential Security &amp; Performance for WordPress"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="Essential Security &amp; Performance for WordPress"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://jetpack.com/feed/;icon-uri=https://jetpackme.files.wordpress.com/2018/04/cropped-jetpack-favicon-2018.png?w=16"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="Jetpack's global Content Delivery Network (CDN) optimizes files and images so your visitors enjoy the fastest experience regardless of device or location."/> <link rel="icon" href="https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/04/cropped-jetpack-favicon-2018.png?w=32" sizes="32x32"/> <link rel="icon" href="https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/04/cropped-jetpack-favicon-2018.png?w=192" sizes="192x192"/> <link rel="apple-touch-icon-precomposed" href="https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/04/cropped-jetpack-favicon-2018.png?w=180"/> <meta name="msapplication-TileImage" content="https://jetpackme.files.wordpress.com/2018/04/cropped-jetpack-favicon-2018.png?w=270"/> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://web.archive.org/web/20190828152717cs_/https://s2.wp.com/?custom-css=1&amp;csblog=1moTy&amp;cscache=6&amp;csrev=214"/> </head> <body class="jetpack_support-template-default single single-jetpack_support postid-43708 mp6 customizer-styles-applied highlander-enabled highlander-light"> <header class="mast"> <div class="sticky-nav"> <div class="in"> <nav role="navigation"> <a href="/web/20190828152717/https://jetpack.com/" title="Jetpack" class="logo"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 385.9 104.8"> <path class="jetpack-emblem" d="M52.4 0C23.5 0 0 23.5 0 52.4c0 28.9 23.5 52.4 52.4 52.4 28.9 0 52.4-23.5 52.4-52.4C104.8 23.5 81.3 0 52.4 0zM49.7 61.1H23.6l26.1-50.8V61.1zM55 94.4V43.6h26.1L55 94.4z"/><path d="M135.3 87c-1.5-2.3-2.9-4.6-4.3-6.8 7.4-4.5 9.9-8.1 9.9-14.9V26h-8.7v-7.5h18.5v44.8C150.7 74.7 147.4 81.1 135.3 87z"/><path d="M212.8 60.2c0 3.8 2.7 4.2 4.5 4.2s4.4-0.6 6.4-1.2v7c-2.8 0.9-5.7 1.6-9.7 1.6 -4.8 0-10.4-1.8-10.4-10.2V41h-5.1v-7.1h5.1V23.4h9.2v10.5h11.6V41h-11.6V60.2z"/><path d="M232 90.5V33.8h8.8v3.4c3.5-2.7 7.4-4.4 12.2-4.4 8.3 0 14.9 5.8 14.9 18.3 0 12.4-7.2 20.6-19.1 20.6 -2.9 0-5.2-0.4-7.6-0.9v19.6H232zM250.6 40.4c-2.7 0-6.1 1.3-9.3 4.1v19.3c2 0.4 4.1 0.7 6.9 0.7 6.5 0 10.2-4.1 10.2-12.7C258.4 43.9 255.7 40.4 250.6 40.4z"/><path d="M304.1 70.9h-8.6v-4.1h-0.2c-3 2.3-6.7 4.8-12.2 4.8 -4.8 0-10-3.5-10-10.6 0-9.5 8.1-11.3 13.8-12.1l8.1-1.1v-1.1c0-5-2-6.6-6.7-6.6 -2.3 0-7.7 0.7-12.1 2.5l-0.8-7.4c4-1.4 9.5-2.4 14.1-2.4 9 0 14.8 3.6 14.8 14.3V70.9zM294.9 53.6l-7.6 1.2c-2.3 0.3-4.7 1.7-4.7 5.1 0 3 1.7 4.7 4.2 4.7 2.7 0 5.6-1.6 8.1-3.4V53.6z"/><path d="M342.1 69.7c-3.8 1.3-7.2 2.1-11.5 2.1 -13.8 0-19.3-7.9-19.3-19.4 0-12.1 7.6-19.6 19.9-19.6 4.6 0 7.4 0.8 10.5 1.8v7.8c-2.7-1-6.6-2.1-10.4-2.1 -5.6 0-10.4 3-10.4 11.6 0 9.5 4.8 12.4 10.9 12.4 2.9 0 6.1-0.6 10.4-2.3V69.7z"/><path d="M359.5 49.8c0.8-0.9 1.4-1.8 13-15.9h12l-15 17.6 16.4 19.5h-12l-14.3-17.6v17.6h-9.2V18.5h9.2V49.8z"/><path d="M191.6 69.7c-4.8 1.5-8.9 2.1-13.7 2.1 -11.8 0-19.1-5.9-19.1-19.7 0-10.1 6.2-19.3 18.1-19.3 11.8 0 15.9 8.2 15.9 16 0 2.6-0.2 4-0.3 5.5h-23.8c0.2 8.1 4.8 10 11.7 10 3.8 0 7.2-0.9 11.1-2.3V69.7zM183.2 48.2c0-4.5-1.5-8.4-6.4-8.4 -4.6 0-7.4 3.3-8 8.4H183.2z"/> </svg> </a> <div class="nav-container"> <button id="mobilenav-toggle" class="mobilenav mobilenav-animate" type="button" aria-label="Menu" aria-controls="navigation"> <span class="mobilenav-box"> <span class="mobilenav-inner"></span> </span> <span class="mobilenav-label">Menu</span> </button> <ul class="pri-nav "> <li><a id="masthead-features" href="/web/20190828152717/https://jetpack.com/features/">Product Tour</a></li> <li><a id="masthead-pricing" href="/web/20190828152717/https://jetpack.com/pricing/">Pricing</a></li> <li><a id="masthead-support" href="/web/20190828152717/https://jetpack.com/support/" class="current">Support</a></li> <li><a id="masthead-blog" href="/web/20190828152717/https://jetpack.com/blog/">Blog</a></li> <li class="install"><a id="masthead-install-page-43708" href="https://web.archive.org/web/20190828152717/https://jetpack.com/install/">Get started</a></li> <li class="lang-select"> <a href="#" class="wp-button language-toggle"> <span>en</span> <svg class="gridicon gridicons-chevron-down" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"></path></g></svg> </a> </li> </ul> <script> // toggles is-active class on click of mobilenav-toggle id. ( function(){ var mobilenav = document.getElementById( 'mobilenav-toggle' ); mobilenav.addEventListener( 'click', function() { var classNameArray = this.className.split(" "); var isActiveIndex = classNameArray.indexOf( 'is-active' ); if ( isActiveIndex >= 0) { delete classNameArray.splice( isActiveIndex, 1); } else { classNameArray.push( 'is-active' ); } this.className = classNameArray.join( ' ' ); }, false ); })(); </script> </div> </nav> </div> </div> <div class="in revolving-headers"> </div> <script> jQuery( "#masthead-install-cta" ).click(function() { _tkq.push(['recordEvent', 'jetpack_main_nav_cta_install_click',[]]); }); </script> </header> <div class="in j-content"> <div class="l-side"> <div class="jetpack-support-breadcrumbs"> <a href="/web/20190828152717/https://jetpack.com/support">Support Home</a> <span>&gt;</span> <a href="//web.archive.org/web/20190828152717/https://jetpack.com/support/performance">Performance</a> <span>&gt;</span> Site Accelerator (formerly photon) </div> <div id="post-43708" class="post-43708 jetpack_support type-jetpack_support status-publish hentry jetpack_support_category-performance jetpack_support_tag-accelerator jetpack_support_tag-asset jetpack_support_tag-cdn jetpack_support_tag-images-2 jetpack_support_tag-performance jetpack_support_tag-photon jetpack_support_tag-site-accelerator jetpack_support_tag-speed"> <h1 class="entry-title">Site Accelerator (formerly&nbsp;photon)</h1> <div class="entry-content"> <h4 style="background:#eee;padding:20px;margin-bottom:20px;"><span style="color:#55b943;">Note:</span> &#8220;Photon&#8221; is now part of Site Accelerator.</h4> <p><em>Jetpack&#8217;s Site Accelerator helps your pages load faster by allowing Jetpack to optimize your images and serve your images and static files (like CSS and JavaScript) from our global network of servers.</em></p> <h3 id="how-to-activate-the-site-accelerator">How to Activate the Site Accelerator</h3> <ol> <li>In your site&#8217;s dashboard, go to <em>Jetpack → Settings→ Performance.</em></li> <li>In the <strong>Performance &amp; speed</strong> section, toggle on &#8220;<span class="form-toggle__label-content"><span class="jp-form-toggle-explanation">Enable site accelerator.&#8221;</span></span></li> </ol> <p><img data-attachment-id="47025" data-permalink="https://web.archive.org/web/20190828152717/https://jetpack.com/siteaccelerator/" data-orig-file="https://web.archive.org/web/20190828152717/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png" data-orig-size="1458,532" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="siteaccelerator" data-image-description="" data-medium-file="https://web.archive.org/web/20190828152717/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=300" data-large-file="https://web.archive.org/web/20190828152717/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=788" class="wp-image-47025" src="https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=788" alt="" srcset="https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=788 788w, https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=150 150w, https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=300 300w, https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=768 768w, https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png?w=1024 1024w, https://web.archive.org/web/20190828152717im_/https://jetpackme.files.wordpress.com/2018/11/siteaccelerator.png 1458w" sizes="(max-width: 788px) 100vw, 788px"/></p> <h3 id="how-site-acceleration-works">How Site Acceleration Works</h3> <h4 id="images-cdn">Images</h4> <p><em>Our image CDN (formerly Photon) is an image acceleration and editing service. That means that we host your images from our servers, alleviating the load on your server and providing faster image loading for your readers.</em></p> <ul> <li>It filters content but doesn&#8217;t change the info in the database.</li> <li>It currently only acts on images in posts and pages, as well as featured images/post thumbnails via the <code>image_downsize</code> filter.</li> <li>It will apply to old posts and new ones alike and can be turned on or off easily.</li> </ul> <h4 id="static-files">Static Files</h4> <p><em>We host static assets like JavaScript and CSS shipped with WordPress Core, Jetpack, and WooCommerce from our servers as content delivery network (CDN), alleviating the load on your server.</em></p> <ul> <li>It filters URLs of assets that are loaded with every WordPress page.</li> <li>It currently only acts on assets shipped with WordPress Core, Jetpack, and WooCommerce. Theme and other plugin assets are not supported at this time.</li> </ul> <h3 id="questions-and-answers">Questions &amp; Answers</h3> <ul> <li style="padding-bottom:1em;"><strong>How does Site Accelerator determine which dimensions to serve for an image?</strong><br/> It looks at the img element&#8217;s width and height attributes and then serves an image resized to those dimensions or to the width of the containing element (whichever is smaller).</li> <li><strong>Is there any way to keep the “width” and “height” attributes in the CDN-generated HTML?</strong><br/> We remove the width and height arguments to prevent your images from skewing when the resized image doesn’t have the same dimensions as the original. This is particularly important when you switch from one theme to another, and the new theme is narrower than the previous theme. One of the benefits of it is that it will automatically resize your images so they don’t exceed the width supported by your theme.</li> </ul> <h3 id="limitations">Limitations</h3> <ul> <li>No cache invalidations – currently the images are cached &#8220;forever&#8221; and static assets will be tied to the public version of WordPress, Jetpack, or WooCommerce that you&#8217;re using. For images, if you want to &#8220;refresh&#8221; an image you will need to change its file name. Adding random query arguments, commonly known as cachebusters, will not work.</li> <li>If there is an image you&#8217;d like us to purge, please <a href="https://web.archive.org/web/20190828152717/https://jetpack.com/contact-support/?rel=support">contact us</a> with a direct link to the file as it appears on your site. These will begin with <code>i0.wp.com</code>, <code>i1.wp.com</code>, or <code>i2.wp.com</code>.</li> <li>We only fetch, resize, and serve <strong>gif, png, and jpg</strong> images from servers that listen on <strong>port 80 for HTTP and port 443 for HTTPS</strong>. This is about 99.99% of the web servers in the world. If you are having issues, please try using <a href="https://web.archive.org/web/20190828152717/https://developer.jetpack.com/hooks/jetpack_photon_reject_https/">the jetpack_photon_reject_https filter</a>.</li> <li>We will not “upscale” an image in most circumstances. If your original image is 1000px wide and you ask for us to make it 5000px, we will serve you the original 1000px image. Upscaled images are usually of poor quality and we want to avoid that.</li> <li>If your server takes longer than 10 seconds to upload the image to our CDN, the upload will time out and your image will appear to be broken. Try to upload a differently-named image with a smaller file size if this happens.</li> </ul> <p>Themes and plugins can also use the Photon API to transform images using GET query arguments. Developers will find <a href="https://web.archive.org/web/20190828152717/https://developer.wordpress.com/docs/photon/api/">Photon API examples and documentation on developer.wordpress.com</a>.</p> <p><em>This is only allowed to be used by sites hosted on WordPress.com, or on Jetpack-connected WordPress sites. If you move to another platform, or disconnect Jetpack from your site, please also switch to another magic image service. Abuse of Jetpack or violation of the WordPress.com <a href="https://web.archive.org/web/20190828152717/https://en.wordpress.com/tos/">Terms of Service</a> could result in suspension of your site from WordPress.com-connected services.</em></p> <h3 id="troubleshooting-tips">Troubleshooting Tips</h3> <h4><strong>I enabled site accelerator and the images have disappeared</strong></h4> <ul> <li>As a first step,<span style="font-weight:400;"> <a href="https://web.archive.org/web/20190828152717/https://jetpack.com/support/getting-started-with-jetpack/fixing-jetpack-connection-issues/">check that your Jetpack connection</a> is working properly.</span></li> <li style="font-weight:400;"><span style="font-weight:400;">As a next step, it is possible that there may be another plugin on your site conflicting with Site Accelerator. Please try to disable all of your plugins except Jetpack, then try checking your images again. If they are displaying properly, we&#8217;ll know that another plugin is interfering here. You can find out which plugin is the culprit by enabling each plugin one by one and checking images after each one.</span></li> <li style="font-weight:400;"><span style="font-weight:400;">If it still is not working after disabling the plugins, it may be the theme. To test this, you can switch to one of the default themes such as <a href="https://web.archive.org/web/20190828152717/https://wordpress.org/themes/twentyseventeen/">Twenty Seventeen</a>.</span><span style="font-weight:400;">  If the issue is resolved then you know it’s a problem with the theme, and you’ll need to contact the theme author for further assistance.</span></li> <li style="font-weight:400;"><span style="font-weight:400;"><span style="font-weight:400;">If Site Accelerator is still not working after that, <a href="https://web.archive.org/web/20190828152717/https://jetpack.com/contact-support/?rel=support">please reach out to us for more support</a>.</span></span></li> </ul> <h3 id="privacy">Privacy Information</h3> <p>This feature is <span style="color:#00be28;"><strong>deactivated</strong></span> by default. If you ever need to deactivate this feature, you can toggle them off under the <strong>Performance &amp; speed</strong> section from <strong>Jetpack — Settings — Performance</strong> in your dashboard.</p> <table class="privacy" width="100%" cellpadding="10"> <tbody> <tr> <th colspan="2">Data Used</th> </tr> <tr> <td><strong style="color:#00be28;">Site Owners / Users</strong></p> <p>While not actively used in the delivery of this functionality, EXIF data may exist (and be accessible to site visitors) in any of the images that you upload to your site.Additionally, for activity tracking (detailed below): IP address, WordPress.com user ID, WordPress.com username, WordPress.com-connected site ID and URL, Jetpack version, user agent, visiting URL, referring URL, timestamp of event, browser language, country code.</td> <td><strong style="color:#0087be;">Site Visitors</strong></p> <p>None.</td> </tr> <tr> <th colspan="2">Activity Tracked</th> </tr> <tr> <td><strong style="color:#00be28;">Site Owners / Users</strong></p> <p>We track when, and by which user, the feature is activated and deactivated.</td> <td><strong style="color:#0087be;">Site Visitors</strong></p> <p>None.</td> </tr> <tr> <th colspan="2">Data Synced (<a href="https://web.archive.org/web/20190828152717/https://jetpack.com/support/what-data-does-jetpack-sync/">Read More</a>)</th> </tr> <tr> <td><strong style="color:#00be28;">Site Owners / Users</strong></p> <p>We sync a single option that identifies whether or not the feature is activated.</td> <td><strong style="color:#0087be;">Site Visitors</strong></p> <p>None.</td> </tr> </tbody> </table> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"> <div id="jp-relatedposts" class="jp-relatedposts"> <h3 class="jp-relatedposts-headline"><em>Related</em></h3> </div></div> </div><!-- .entry-content --> </div><!-- #post-## --> </div> <div class="r-side"><li id="widget-toc" class="widget-container widget_toc"> <h3 class="widget-title">Table Of Contents</h3> <ul id="toc-contents"><li><a href="#how-to-activate-the-site-accelerator">How to Activate the Site Accelerator</a></li><li><a href="#how-site-acceleration-works">How Site Acceleration Works</a></li><li><a href="#questions-and-answers">Questions &amp; Answers</a></li><li><a href="#limitations">Limitations</a></li><li><a href="#troubleshooting-tips">Troubleshooting Tips</a></li><li><a href="#privacy">Privacy Information</a></li></ul> </li><li id="text-16" class="widget-container widget_text"><h3 class="widget-title">Categories</h3> <div class="textwidget"><ul> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/getting-started-with-jetpack/">Getting Started</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/social">Social</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/wordpress-com-stats/">WordPress.com Stats</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/appearance/">Appearance</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/photos-and-videos/">Photos and Videos</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/mobile">Mobile</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/writing">Writing</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/utilities/">Utilities</a></li> <li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/security/">Security</a></li><li><a href="https://web.archive.org/web/20190828152717/http://jetpack.me/support/privacy/">Privacy</a></li> </ul></div> </li><li id="text-17" class="widget-container widget_text"><h3 class="widget-title">Contact Us</h3> <div class="textwidget">Need more help? Feel free to <a href="/web/20190828152717/https://jetpack.com/contact-support/?rel=support">contact us</a>.</div> </li></div> </div> <footer class="jp-anchor"> <div class="in"> <div class="footer-cols"> <div class="footer-col"> <a href="/web/20190828152717/https://jetpack.com/" title="Jetpack" class="jp-logo"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 385.9 104.8"> <path class="jetpack-emblem" d="M52.4 0C23.5 0 0 23.5 0 52.4c0 28.9 23.5 52.4 52.4 52.4 28.9 0 52.4-23.5 52.4-52.4C104.8 23.5 81.3 0 52.4 0zM49.7 61.1H23.6l26.1-50.8V61.1zM55 94.4V43.6h26.1L55 94.4z"/><path d="M135.3 87c-1.5-2.3-2.9-4.6-4.3-6.8 7.4-4.5 9.9-8.1 9.9-14.9V26h-8.7v-7.5h18.5v44.8C150.7 74.7 147.4 81.1 135.3 87z"/><path d="M212.8 60.2c0 3.8 2.7 4.2 4.5 4.2s4.4-0.6 6.4-1.2v7c-2.8 0.9-5.7 1.6-9.7 1.6 -4.8 0-10.4-1.8-10.4-10.2V41h-5.1v-7.1h5.1V23.4h9.2v10.5h11.6V41h-11.6V60.2z"/><path d="M232 90.5V33.8h8.8v3.4c3.5-2.7 7.4-4.4 12.2-4.4 8.3 0 14.9 5.8 14.9 18.3 0 12.4-7.2 20.6-19.1 20.6 -2.9 0-5.2-0.4-7.6-0.9v19.6H232zM250.6 40.4c-2.7 0-6.1 1.3-9.3 4.1v19.3c2 0.4 4.1 0.7 6.9 0.7 6.5 0 10.2-4.1 10.2-12.7C258.4 43.9 255.7 40.4 250.6 40.4z"/><path d="M304.1 70.9h-8.6v-4.1h-0.2c-3 2.3-6.7 4.8-12.2 4.8 -4.8 0-10-3.5-10-10.6 0-9.5 8.1-11.3 13.8-12.1l8.1-1.1v-1.1c0-5-2-6.6-6.7-6.6 -2.3 0-7.7 0.7-12.1 2.5l-0.8-7.4c4-1.4 9.5-2.4 14.1-2.4 9 0 14.8 3.6 14.8 14.3V70.9zM294.9 53.6l-7.6 1.2c-2.3 0.3-4.7 1.7-4.7 5.1 0 3 1.7 4.7 4.2 4.7 2.7 0 5.6-1.6 8.1-3.4V53.6z"/><path d="M342.1 69.7c-3.8 1.3-7.2 2.1-11.5 2.1 -13.8 0-19.3-7.9-19.3-19.4 0-12.1 7.6-19.6 19.9-19.6 4.6 0 7.4 0.8 10.5 1.8v7.8c-2.7-1-6.6-2.1-10.4-2.1 -5.6 0-10.4 3-10.4 11.6 0 9.5 4.8 12.4 10.9 12.4 2.9 0 6.1-0.6 10.4-2.3V69.7z"/><path d="M359.5 49.8c0.8-0.9 1.4-1.8 13-15.9h12l-15 17.6 16.4 19.5h-12l-14.3-17.6v17.6h-9.2V18.5h9.2V49.8z"/><path d="M191.6 69.7c-4.8 1.5-8.9 2.1-13.7 2.1 -11.8 0-19.1-5.9-19.1-19.7 0-10.1 6.2-19.3 18.1-19.3 11.8 0 15.9 8.2 15.9 16 0 2.6-0.2 4-0.3 5.5h-23.8c0.2 8.1 4.8 10 11.7 10 3.8 0 7.2-0.9 11.1-2.3V69.7zM183.2 48.2c0-4.5-1.5-8.4-6.4-8.4 -4.6 0-7.4 3.3-8 8.4H183.2z"/> </svg> </a> <a href="#" class="wp-button language-toggle"> <span>en</span> <svg class="gridicon gridicons-chevron-down" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"></path></g></svg> </a> </div> <div class="footer-col"> <nav> <h4 title="Product">Product</h4> <ul> <li><a id="footer-cta-tour" href="https://web.archive.org/web/20190828152717/https://jetpack.com/features/" title="Take a tour of Jetpack">Tour</a></li> <li><a id="footer-cta-pricing" href="https://web.archive.org/web/20190828152717/https://jetpack.com/pricing/" title="View Jetpack Pricing">Pricing</a></li> <li><a id="footer-cta-blog" href="https://web.archive.org/web/20190828152717/https://jetpack.com/blog/" title="Jetpack News">News</a></li> <li><a id="footer-cta-about" href="https://web.archive.org/web/20190828152717/https://jetpack.com/about/" title="About Jetpack">About</a></li> <li><a id="footer-cta-apps" href="https://web.archive.org/web/20190828152717/https://apps.wordpress.com/get?utm_source=jetpack-com-footer&amp;utm_medium=direct&amp;utm_campaign=get-apps-promo" title="WordPress at your fingertips">Mobile app</a></li> <li><a id="footer-cta-privacy" href="https://web.archive.org/web/20190828152717/http://automattic.com/privacy/" title="Privacy Policy">Privacy Policy</a></li> <li><a id="footer-cta-tos" href="https://web.archive.org/web/20190828152717/http://wordpress.com/tos/" title="Terms of Service">Terms of Service</a></li> </ul> </nav> </div> <div class="footer-col"> <nav> <h4 title="Support &amp; Resources">Support &amp; Resources</h4> <ul> <li><a id="footer-cta-support" href="https://web.archive.org/web/20190828152717/https://jetpack.com/support/" title="Knowledge Base">Knowledge Base</a></li> <li><a id="footer-cta-forums" href="https://web.archive.org/web/20190828152717/https://wordpress.org/support/plugin/jetpack" title="Support Forums">Forums</a></li> <li><a id="footer-cta-contact" href="https://web.archive.org/web/20190828152717/https://jetpack.com/contact-support/" title="Contact Us">Contact Us</a></li> <li><a id="footer-cta-press" href="https://web.archive.org/web/20190828152717/https://automattic.com/press/" target="_blank" title="Press information and Jetpack branding materials">Press</a></li> <li><a id="footer-cta-themes" href="https://web.archive.org/web/20190828152717/https://jetpack.com/features/design/themes/showcase" title="Theme Showcase">Theme Showcase</a></li> <li><a id="footer-cta-security-library" href="https://web.archive.org/web/20190828152717/https://jetpack.com/features/security/library" title="Security Library">Security Library</a></li> <li><a id="footer-cta-biz-guide" href="https://web.archive.org/web/20190828152717/https://jetpack.com/business-guide" title="Business Guide">Business Guide</a></li> <li><a id="footer-cta-hosting-guide" href="https://web.archive.org/web/20190828152717/https://jetpack.com/hosting" title="Hosting Guide">Hosting Guide</a></li> </ul> </nav> </div> <div class="footer-col"> <nav> <h4 title="Developers">Developers</h4> <ul> <li><a id="footer-cta-developer" href="https://web.archive.org/web/20190828152717/https://developer.jetpack.com/" title="Developers Site">Developers Site</a></li> <li><a id="footer-cta-beta" href="https://web.archive.org/web/20190828152717/https://jetpack.com/beta/" title="Sign up for the Jetpack BETA Program">Beta Program</a></li> <li><a id="footer-cta-contribute" href="https://web.archive.org/web/20190828152717/https://jetpack.com/contribute/" title="Contribute to Jetpack">Contribute to Jetpack</a></li> <li><a id="footer-cta-dev-network" href="https://web.archive.org/web/20190828152717/https://jetpack.pro/" title="Developer Network">Developer Network</a></li> <li><a id="footer-cta-work" href="https://web.archive.org/web/20190828152717/https://automattic.com/work-with-us/?utm_source=jetpackcom&amp;utm_medium=link" title="Work With Us">Work With Us</a></li> </ul> </nav> </div> <div class="footer-col"> <nav> <h4 title="Partnerships">Partnerships</h4> <ul> <li><a id="footer-cta-affiliate" href="https://web.archive.org/web/20190828152717/https://jetpack.com/for/affiliates/" title="Become an Affiliate">Become an Affiliate</a></li> <li><a id="footer-cta-partner" href="https://web.archive.org/web/20190828152717/https://jetpack.com/for/hosts/" title="Become a Partner">Become a Partner</a></li> <li><a id="footer-cta-hosting-criteria" href="https://web.archive.org/web/20190828152717/https://jetpack.com/hosting/#criteria" title="Listing Criteria">Listing Criteria</a></li> </ul> </nav> </div> </div> </div> <div class="footer-plugs"> <div class="in"> <div class="a8c-services"> <a href="https://web.archive.org/web/20190828152717/https://wordpress.com/" title="Powering WordPress.com">Powering WordPress.com</a> </div> <div class="a8c-attr"> <a href="https://web.archive.org/web/20190828152717/http://automattic.com/" title="Automattic – makers of WordPress.com and more!"> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewbox="0 0 928 38" xml:space="preserve"> <path d="M317.1 38.2c-12.6 0-20.7-9.1-20.7-18.5v-1.2c0-9.6 8.2-18.5 20.7-18.5 12.6 0 20.8 8.9 20.8 18.5v1.2C337.9 29.1 329.7 38.2 317.1 38.2zM331.2 18.6c0-6.9-5-13-14.1-13s-14 6.1-14 13v0.9c0 6.9 5 13.1 14 13.1s14.1-6.2 14.1-13.1V18.6zM175 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7L157 1.3h5.5l19.5 35.5H175zM159.7 8.2l-7.7 14.9h15.7L159.7 8.2zM212.4 38.2c-12.7 0-18.7-6.9-18.7-16.2V1.3h6.6v20.9c0 6.6 4.3 10.5 12.5 10.5 8.4 0 11.9-3.9 11.9-10.5V1.3h6.7V22C231.4 30.8 225.8 38.2 212.4 38.2zM268.6 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H268.6zM397.3 36.8V8.7l-1.8 3.1 -14.9 25h-3.3l-14.7-25 -1.8-3.1v28.1h-6.5V1.3h9.2l14 24.4 1.7 3 1.7-3 13.9-24.4h9.1v35.5H397.3zM454.4 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7l19.2-35.5h5.5l19.5 35.5H454.4zM439.1 8.2l-7.7 14.9h15.7L439.1 8.2zM488.4 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H488.4zM537.3 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H537.3zM569.3 36.8V4.6c2.7 0 3.7-1.4 3.7-3.4h2.8v35.5H569.3zM628 11.3c-3.2-2.9-7.9-5.7-14.2-5.7 -9.5 0-14.8 6.5-14.8 13.3v0.7c0 6.7 5.4 13 15.3 13 5.9 0 10.8-2.8 13.9-5.7l4 4.2c-3.9 3.8-10.5 7.1-18.3 7.1 -13.4 0-21.6-8.7-21.6-18.3v-1.2c0-9.6 8.9-18.7 21.9-18.7 7.5 0 14.3 3.1 18 7.1L628 11.3zM321.5 12.4c1.2 0.8 1.5 2.4 0.8 3.6l-6.1 9.4c-0.8 1.2-2.4 1.6-3.6 0.8l0 0c-1.2-0.8-1.5-2.4-0.8-3.6l6.1-9.4C318.7 11.9 320.3 11.6 321.5 12.4L321.5 12.4z"/> <path d="M37.5 36.7l-4.7-8.9H11.7l-4.6 8.9H0L19.4 0.8H25l19.7 35.9H37.5zM22 7.8l-7.8 15.1h15.9L22 7.8zM82.8 36.7l-23.3-24 -2.3-2.5v26.6h-6.7V0.8H57l22.6 24 2.3 2.6V0.8h6.7v35.9H82.8z"/> <g display="none"> <path display="inline" d="M694.6 38c-6.4 0-11.3-2-15.4-5.3l3.3-4.6c3.2 2.5 7.1 4.3 11.7 4.3 5.6 0 8.2-2.6 8.2-6.9V1.1h6.7v24.8C708.9 32.8 703.6 38 694.6 38zM750.7 36.6l-4.7-8.8h-20.8l-4.5 8.8h-7l19.2-35.5h5.5l19.5 35.5H750.7zM735.4 8L727.7 23h15.7L735.4 8zM806.4 36.6V8.5l-1.8 3.1 -14.9 25h-3.2l-14.7-25 -1.8-3.1v28.1h-6.5V1.1h9.2l14 24.3 1.7 3 1.7-3L804 1.1h9.1v35.5H806.4z"/> </g> <path d="M718.1 36.6l-4.7-8.7h-20.7l-4.5 8.7h-7l19-35.2h5.5l19.3 35.2H718.1zM702.9 8.3l-7.7 14.8h15.6L702.9 8.3zM730.9 36.6V1.4h6.6v35.2H730.9zM777.9 36.6c-1.8 0-2.6-2.5-2.8-5.7l-0.2-3.6c-0.2-3.5-1.6-5-8.2-5h-12.5v14.2h-6.6V1.4h19.2c10.6 0 15.3 4.2 15.3 9.7 0 3.9-2 7.5-8.8 8.8 6.9 0.5 8.4 3.6 8.4 7.8l0.1 2.9c0.1 2.4 0.5 4.2 2.2 5.9v0.2H777.9zM775.4 11.9c0-2.5-2.1-5-7.7-5h-13.5v10.6h14.1c4.9 0 7.1-2.3 7.1-5.1V11.9zM791.4 36.6V1.4h6.6v29.7h27.5v5.5H791.4zM832.4 36.6V1.4h6.6v35.2H832.4zM880.7 36.6l-22.9-23.6 -2.2-2.5v26.1H849V1.4h6.3l22.2 23.5 2.3 2.5V1.4h6.6v35.2H880.7zM896.5 36.6V1.4h32v5.5h-25.4v9h19.5v5.3h-19.5v9.8h25.4v5.5H896.5z"/> <g display="none"> <rect x="88.4" y="1.2" display="inline" fill="#DEDDDD" width="49.4" height="35.5"/> <rect x="632.4" y="1.2" display="inline" fill="#DEDDDD" width="49.4" height="35.5"/> </g> </svg> </a> </div> </div> </div> <div class="in"> <div class="hiring"> <a id="code-wrangler" href="https://web.archive.org/web/20190828152717/https://automattic.com/work-with-us/code-wrangler/?utm_source=jetpackcom&amp;utm_campaign=cw-php-we" title="We are super nice :)">We are hiring PHP developers. Join us!</a> </div> <script> var cwLink = document.getElementById( 'code-wrangler' ); var alternatives = [ {text: 'Automattic is hiring PHP developers. Join us!', campaign: 'cw-php-a8c'}, {text: 'Automattic is hiring backend developers. Join us!', campaign: 'cw-backend-a8c'}, {text: 'We are hiring backend developers. Join us!', campaign: 'cw-backend-we'}, {text: 'Automattic is hiring PHP developers anywhere in the world. Join us!', campaign: 'cw-php-a8c-anywhere'}, {text: 'Automattic is hiring backend developers anywhere in the world. Join us!', campaign: 'cw-backend-a8c-anywhere'}, {text: 'Know PHP and want to improve Jetpack? Join us!', campaign: 'cw-knowphp-jetpack'}, {text: 'Know PHP and want to improve Jetpack from anywhere in the world? Join us!', campaign: 'cw-knowphp-jetpack-anywhere'} ]; var chosen = alternatives[ Math.floor( Math.random() * alternatives.length ) ]; cwLink.href = 'https://web.archive.org/web/20190828152717/https://automattic.com/work-with-us/code-wrangler/?utm_source=jetpackcom&utm_medium=link&utm_campaign=' + chosen.campaign; cwLink.innerHTML = chosen.text; </script> </div> <script> // Language switcher widget (function($) { 'use strict'; var locales = [{"code":"en","lname":"English","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/en.jetpack.com\/support\/site-accelerator\/"},{"code":"ar","lname":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/ar.jetpack.com\/support\/site-accelerator\/"},{"code":"de","lname":"Deutsch","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/de.jetpack.com\/support\/site-accelerator\/"},{"code":"es","lname":"Espa\u00f1ol","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/es.jetpack.com\/support\/site-accelerator\/"},{"code":"fr","lname":"Fran\u00e7ais","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/fr.jetpack.com\/support\/site-accelerator\/"},{"code":"he","lname":"\u05e2\u05b4\u05d1\u05b0\u05e8\u05b4\u05d9\u05ea","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/he.jetpack.com\/support\/site-accelerator\/"},{"code":"id","lname":"Bahasa Indonesia","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/id.jetpack.com\/support\/site-accelerator\/"},{"code":"it","lname":"Italiano","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/it.jetpack.com\/support\/site-accelerator\/"},{"code":"ja","lname":"\u65e5\u672c\u8a9e","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/ja.jetpack.com\/support\/site-accelerator\/"},{"code":"ko","lname":"\ud55c\uad6d\uc5b4","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/ko.jetpack.com\/support\/site-accelerator\/"},{"code":"nl","lname":"Nederlands","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/nl.jetpack.com\/support\/site-accelerator\/"},{"code":"pt-br","lname":"Portugu\u00eas do Brasil","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/br.jetpack.com\/support\/site-accelerator\/"},{"code":"ro","lname":"Rom\u00e2n\u0103","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/ro.jetpack.com\/support\/site-accelerator\/"},{"code":"ru","lname":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/ru.jetpack.com\/support\/site-accelerator\/"},{"code":"sv","lname":"Svenska","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/sv.jetpack.com\/support\/site-accelerator\/"},{"code":"tr","lname":"T\u00fcrk\u00e7e","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/tr.jetpack.com\/support\/site-accelerator\/"},{"code":"zh-cn","lname":"\u7b80\u4f53\u4e2d\u6587","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/zh-cn.jetpack.com\/support\/site-accelerator\/"},{"code":"zh-tw","lname":"\u7e41\u9ad4\u4e2d\u6587","href":"\/\/web.archive.org\/web\/20190828152717\/https:\/\/zh-tw.jetpack.com\/support\/site-accelerator\/"}]; window.WPCOMLocaleSwitcher.init( locales, 'en', '.jetpack.com' ); $( '.language-toggle' ).on( 'click', function( event ) { event.preventDefault(); window.WPCOMLocaleSwitcher.toggle(); }); })(jQuery); </script> </footer> <!-- wpcom_wp_footer --> <!-- A8C Analytics [start] --> <script type="text/javascript"> ( function( $ ) { 'use strict'; if ( ! $ ) return; // No jQuery. window.a8cAnalyticsConfig = {"cookieBanner":{"text":"Our websites and dashboards use cookies. By continuing, you agree to their use. <a target=\"_blank\" href=\"https:\/\/automattic.com\/cookies\">Learn more<\/a>, including how to control cookies.","buttonText":"Got It!","cookieName":"sensitive_pixel_option","skipBanner":false,"cssZIndex":50001,"cookieDomain":"jetpack.com"},"fireAnalyticsOptions":[]}; } )( window.jQuery ); </script> <script type="text/javascript"> $document = jQuery( window.document ); $document.on( 'a8c-analytics:loaded', function() { 'use strict'; var kit = window.a8cAnalytics.kit; var gao = kit.getQueryVar( 'gao' ) || ''; var _gaexp = String( kit.docCookies.getItem( '_gaexp' ) || '' ); var gaOptimize = window.a8cGAOptimize || null; gaOptimize = gaOptimize && gaOptimize.isEnabled() ? gaOptimize : null; function fireAffiliateReferrals() { kit.attachScriptElement( 'https://web.archive.org/web/20190828152717/https://refer.wordpress.com/wp-content/themes/refer-wordpress/assets/js/referrals.min.js?v=20181205', { 'data-vendor': 67401, } ); } function fireGoogleAnalytics( id ) { kit.loadGoogleAnalytics(); ga( 'create', id, 'auto' ); ga( 'set', 'transport', 'function' === typeof navigator.sendBeacon ? 'beacon' : 'xhr' ); ga( 'set', 'anonymizeIp', true ); if ( gaOptimize ) { ga( 'require', gaOptimize.config.id ); } ga( 'send', 'pageview' ); if ( gaOptimize ) { if ( gao ) { resetGAOptimizeExperiment( gao ); } gaOptimize.push( 'event', 'optimize.callback', { callback: fireGAOptimizeCallback } ); gaOptimize.dataLayer.push( { event: 'optimize.activate' } ); } } function resetGAOptimizeExperiment( experimentDotVar ) { experimentDotVar = String( experimentDotVar || '' ); var gaexps = []; var shouldUpdate = false; var experimentId = experimentDotVar.split( '.' )[0]; var variationId = experimentDotVar.split( '.' )[1] || ''; var experiments = _gaexp.split( '.' ).slice( 2 ).join( '.' ).split( /\!/ ); var prefix = _gaexp.split( '.' ).slice( 0, 2 ).join( '.' ) || ''; experiments.forEach( function( experiment ) { if ( 0 === experiment.indexOf( experimentId + '.' ) && ! ( new RegExp( '(?:^|\\.)' + kit.escRegex( experimentId ) + '\\.[0-9]+\\.' + kit.escRegex( variationId ) + '$' ) ).test( experiment ) ) { shouldUpdate = true; } else { gaexps.push( experiment ); } } ); if ( shouldUpdate ) { _gaexp = ( prefix ? prefix + '.' : '' ) + gaexps.join( '!' ); kit.docCookies.setItem( '_gaexp', _gaexp, 86400 * 90, '/', '.rootDomain' ); } } function fireGAOptimizeCallback( variationId, experimentId ) { if ( ! experimentId || ! variationId ) { return; } if ( gaOptimize.refs.tracked[ experimentId ] || -1 !== _gaexp.indexOf( '.' + experimentId + '.' ) || -1 !== _gaexp.indexOf( '!' + experimentId + '.' ) ) { return; } var props = { lp_name: config.lpName, lp_variation: config.lpVariation, lp_personal_variation: config.lpPersonalVariation, experiment_id: experimentId, variation_id: variationId, }; gaOptimize.refs.tracked[ experimentId ] = variationId; window._tkq.push( [ 'recordEvent', 'wpcom_gaexp_start', props ] ); } function fireFacebook() { kit.loadFacebook(); fbq( 'init', '919484458159593' ); fbq( 'track', "PageView" ); } function fireBing() { (function( w, d, t, r, u ) { var f, n, i; w[ u ] = w[ u ] || [], f = function() { var o = { ti: "4074038" }; o.q = w[ u ], w[ u ] = new UET( o ), w[ u ].push( "pageLoad" ) }, n = d.createElement( t ), n.src = r, n.async = 1, n.onload = n.onreadystatechange = function() { var s = this.readyState; s && s !== "loaded" && s !== "complete" || ( f(), n.onload = n.onreadystatechange = null ) }, i = d.getElementsByTagName( t )[ 0 ], i.parentNode.insertBefore( n, i ) } )( window, document, "script", "//web.archive.org/web/20190828152717/https://s1.wp.com/wp-content/mu-plugins/a8c-analytics/3rd-party/bing/bat.js?v=20190826", "uetq" ); } function loadGoogleAdsGtag() { kit.loadGtag( 'AW-946162814' ); } if ( kit.doNotTrack() ) { if ( gaOptimize ) { gaOptimize.endAsyncDim(); } return; } // ------- Fire Normal Pixels ------- fireAffiliateReferrals(); // ------- Fire "Sensitive" Pixels ------- $document.on( 'a8c-analytics:fire-sensitive-pixels', function() { fireGoogleAnalytics( 'UA-52447-43' ); loadGoogleAdsGtag(); fireFacebook(); fireBing(); kit.fireHotjar( '6240' ); } ); } ); </script> <script type="text/javascript"> ( function( $ ) { 'use strict'; if ( ! $ ) return; // No jQuery. $.ajax( { async: true, cache: true, dataType: 'script', url: "https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/s1.wp.com\/wp-content\/mu-plugins\/a8c-analytics\/a8c-analytics.js?v=1565090810", } ); } )( window.jQuery ); </script> <!-- A8C Analytics [end] --> <script type="text/javascript" src="//web.archive.org/web/20190828152717js_/https://0.gravatar.com/js/gprofiles.js?ver=201935y"></script> <script type="text/javascript"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190828152717js_/https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h"></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">Cancel</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post"/> <input type="hidden" id="carousel-reblog-blog-id" value="20115252"/> <input type="hidden" id="carousel-reblog-blog-url" value="https://jetpack.com"/> <input type="hidden" id="carousel-reblog-blog-title" value="Jetpack — Essential Security &amp; Performance for WordPress"/> <input type="hidden" id="carousel-reblog-post-url" value=""/> <input type="hidden" id="carousel-reblog-post-title" value=""/> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="6a1f4955ff"/><input type="hidden" name="_wp_http_referer" value="/support/site-accelerator/"/> </form> <div class="arrow"></div> </div> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20190828152717cs_/https://s0.wp.com/wp-content/mu-plugins/carousel/jetpack-carousel.css?m=1563361695h&amp;cssminify=yes" type="text/css" media="all"/> <script type="text/javascript"> /* <![CDATA[ */ var comment_like_text = {"loading":"Loading..."}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var actionbardata = {"siteID":"20115252","siteName":"Jetpack \u2014 Essential Security & Performance for WordPress","siteURL":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/jetpack.com","icon":"<img alt='' src='https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/jetpackme.files.wordpress.com\/2018\/04\/cropped-jetpack-favicon-2018.png?w=50' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"a8c\/jetpackme-new","signupURL":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fjetpack.com%2Fsupport%2Fsite-accelerator%2F&signup_flow=account&domain=jetpack.com","themeURL":"","xhrURL":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/jetpack.com\/wp-admin\/admin-ajax.php","nonce":"7ae2fd6193","isSingular":"1","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"617da005e8\" \/>","referer":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/jetpack.com\/support\/site-accelerator\/","canFollow":"1","feedID":"45339984","statusMessage":"","customizeLink":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/jetpackme.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fjetpackme.wordpress.com%2Fsupport%2Fsite-accelerator%2F","postID":"43708","shortlink":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/wp.me\/p1moTy-bmY","canEditPost":"","editLink":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/wordpress.com\/edit\/jetpack_support\/jetpack.com\/43708","statsLink":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/wordpress.com\/stats\/post\/43708\/jetpack.com","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Jetpackme New","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 105,861 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fjetpack.com%2Fsupport%2Fsite-accelerator%2F&signup_flow=account&domain=jetpack.com\">Log in now.<\/a>","stats":"Stats"}}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/jetpack.com\/wp-admin\/admin-ajax.php","nonce":"8ace7c281f","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/web.archive.org\/web\/20190828152717\/https:\/\/jetpackme.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fjetpack.com%2Fsupport%2Fsite-accelerator%2F","blog_id":"20115252","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=20115252&v=wpcom&tz=0&user_id=0&subd=jetpackme","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190828152717js_/https://s0.wp.com/_static/??-eJyVkN0OATEQhV9IdyKxuBHPUu1gqn86reXtVbB2EYmrTs6Zr3NmoItCBZ/RZzAMGk+kMJ4bwxMYWK6IaMuOPIOlAzIcCxbcS68tph/NKjhXJXGHzI3eAHcU8R9oJLyD1Tc1Tbo8nmZLZ9GRDh03jvyPOVJXX2xkAic5Y6qVCCdMiXSd22t//pCTVIePlENIZQr+BvXVs5u8skXfl+b4Cj/Ux8sOu76dUqZQGC0YzLHmEk+hMmu3mrbzWdsulsuZuQLIVMNa"></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//web.archive.org/web/20190828152717js_/https://stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'20115252','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'20115252','v':'wpcom','tz':'0','user_id':'0','post':'43708','subd':'jetpackme'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxFU0VMK3ppSG1wamM0bi81JStxN2lKP1pvVnxQRHk3W0d3VEh0SklpNENJfHppaiZjVlFtdzJJS0ovSDNEK0wuP0ZBPW5mTU1iSjY2dXExbCVab2ZBfFM9U2RrZW1xX1lNfHBnclY1UX4tXWp+eks2SEtsVlk9dFJSdWdDeGRkWHFCeERRLFN+WiswS1pxX11IZXdXdk9tbXkzbmldbHklW1RxRVoxbE5kQUQ3OT1xY2hsMEhXY25ZWHJTOWM5YllNc0ZuKy5Jc1dYSFc0SU9FMUxuXUdfPUVfTlBaeFUyb1VXMHJiSWZ4TGNUU1ZwZSZlZnZ+R2ttaUZjY3omfmhITk1qPW4zOXNdJjl4XXR6MTZ1SVNvU1RVL3Rk'}]); _stq.push([ 'clickTrackerInit', '20115252', '43708' ]); </script> <noscript><img src="https://web.archive.org/web/20190828152717im_/https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt=""/></noscript> <script type="text/javascript" src="https://web.archive.org/web/20190828152717js_/https://s1.wp.com/wp-content/themes/a8c/jetpackme-new/js/utm-tracking.js?m=1541183651h"></script> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//web.archive.org/web/20190828152717/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script><!-- FILE ARCHIVED ON 15:27:17 Aug 28, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:21:04 Feb 27, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.573 exclusion.robots: 0.03 exclusion.robots.policy: 0.018 esindex: 0.009 cdx.remote: 20.881 LoadShardBlock: 140.974 (3) PetaboxLoader3.datanode: 147.614 (4) PetaboxLoader3.resolve: 117.844 (2) load_resource: 167.201 -->

Pages: 1 2 3 4 5 6 7 8 9 10