{"id":1717,"date":"2017-09-28T20:27:41","date_gmt":"2017-09-28T18:27:41","guid":{"rendered":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/"},"modified":"2017-09-28T20:27:41","modified_gmt":"2017-09-28T18:27:41","slug":"the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data","status":"publish","type":"post","link":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/","title":{"rendered":"The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data)"},"content":{"rendered":" <style>\r\n  .ui-tabs {display: table; }\r\n  .ui-tabs-nav {display: table;}\r\n \r\na.ui-tabs-anchor {\r\n\tfont-family: Tahoma;\r\n\tfont-size: 15px; \r\n\tcolor: #B52700;\r\n        margin: 5px 20px;\r\n}\r\n\r\ndiv.ui-tabs-panel {\r\n\tfont-family: Tahoma;\r\n\tfont-size: 14px;\r\n\tfont-weight: normal;\r\n\tcolor: #B35B22;\r\n}\r\n\r\n  <\/style><p>See details of post The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) below<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter size-large wp-image-281903\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/non-developer-page-speed-1-800x450.png\" alt=\"A non-developer's guide to speeding up WordPress sites\" width=\"800\" height=\"450\" \/><\/p>\n<p>With Google\u2019s continued focus on user experience and engagement metrics in recent algorithm updates, it\u2019s become even more important for marketers to pay attention to how fast their sites are. Page speed has long been a ranking factor for desktop search results, and it may soon impact mobile rankings as well.<\/p>\n<p>The benefits of improved load times go well beyond their impact on SEO and your site\u2019s organic rankings, however.\u00a0Consider recent Google data, which shows that \u201c53 percent of visits are abandoned if a mobile site takes longer than three seconds to load,\u201d or that \u201cfor every second delay in mobile page load, conversions can fall by up to 20 percent.\u201d<\/p>\n<p>So, how do you actually go about speeding up your site? For many non-technical marketers, trying to figure out how to improve page speed can be a daunting task. Which levers should you actually be pulling to generate a result? And how do you get those changes implemented on <em>your<\/em> site?<\/p>\n<p>I\u2019m not a developer. My company owns and operates a number of different (relatively simple) publishing sites built on WordPress. I set about working to improve load times for these sites\u00a0<strong>without any developer intervention<\/strong> to see what kind of impact could result from some simple tweaks that <em>anyone<\/em> (even me!) could make. In this post, I\u2019ll walk through each of the optimizations, explain what the impact on our sites was and share actual data around load times, Google Speed scores and more.<\/p>\n<p>Three important points I\u2019ll return to later in the post:<\/p>\n<ul>\n<li>As I said, these are fairly simple sites built in WordPress, so the plugins and solutions here are all WordPress-specific.<\/li>\n<li>A more complex site built on a different platform with different functions (e.g., e-commerce sites, more complex publishing sites) will have a lot of additional, more complex concerns and will also respond differently to these tactics than our sites did.<\/li>\n<li>Don\u2019t let the perfect be the enemy of the good when it comes to page speed; developers may tell you that to achieve a pure \u201cbest practice\u201d page load time, you need to redesign your site (which may not be practical for your company at the moment). While that may be the case, there\u2019s likely some combination of the tactics outlined below that you can implement to help improve page speed. Help developers to focus on the right metrics (which we\u2019ll outline below) and work to get better.<\/li>\n<\/ul>\n<p>All of that said, this post (and understanding some of the basic levers available to improving page speed) should help you better understand the potential for speed improvements on your site.<\/p>\n<h2>What are you optimizing for? Choosing the right page speed metrics<\/h2>\n<p>Like a lot of SEOs starting out, I focused my efforts on page speed, based on Google\u2019s free PageSpeed Insights tool recommendations. It\u2019s straight from Google\u2019s mouth, gives very easy-to-understand metrics (a grade, just like school!) and has useful suggestions for speeding up page load times.<\/p>\n<p>The tool can definitely be helpful, but as you dig into page speed, you may recognize that:<\/p>\n<ul>\n<li>the grading can be a bit wonky. Sometimes you will speed up how quickly your page loads, and your score will drop. Sometimes you\u2019ll do nothing, and the score will move around some. Remember that the holy grail here is to speed up your site for your <em>visitors<\/em>, so don\u2019t just study for the test!<\/li>\n<li>it doesn\u2019t appear likely that Google is using this score as a ranking signal so much as load times in Google Chrome <strong>relative to other sites within the search results you\u2019re appearing in<\/strong>, as Search Engine Land contributor Daniel Cristo points out.<\/li>\n<\/ul>\n<p>That bolded bit above about your speed being factored in relative to your SERP competitors is very important; if you have a simple B2B site, you may look at a successful e-commerce site and say, \u201cTheir site is way slower than ours and does great! We should be fine!\u201d But the reality is, that\u2019s not who you\u2019re competing with. You want your site to be as fast as it can be, so you should be comparing it to the sites that are ranking in the most important search results <strong>for your site<\/strong>.<\/p>\n<p>So, if we\u2019re not using Google\u2019s PageSpeed Insight tool scores as the be-all and end-all for our optimization efforts, what metrics <em>should<\/em> we be focusing on?<\/p>\n<p>Search Engine Land columnist Chris Liversidge does a great job of breaking this down in further detail in his excellent post on different page speed events, but effectively my focus was on:<\/p>\n<ul>\n<li><strong>time to first byte (TTFB)<\/strong> \u2014 How quickly after a request is made that your server and\/or CDN (which we\u2019ll get to in a bit) sends the first byte of data.<\/li>\n<li><strong>critical render path\/start render<\/strong>\u00a0\u2014 Essentially, when your \u201cabove the fold\u201d content is rendered.<\/li>\n<li><strong>full page render<\/strong>\u00a0\u2014 When the entire page is loaded.<\/li>\n<\/ul>\n<p>Again, we want to focus on the user experience on our site, so making sure that the content above the fold is delivered lightning-quick and that the entire page loads quickly are really the main concerns. The TTFB metric (while imperfect) can be helpful in that it lets us know if our load time issue is a result of server problems.<\/p>\n<p>So these are our metrics. How do we know if our pages are even slow, though?<\/p>\n<h2>Page speed measurement tools<\/h2>\n<p>First, we\u2019ll need a tool to measure them. Fortunately, there are a lot of great free tools for these purposes. I used Web Page Test, which lays these out pretty simply. Here are the results for Search Engine Land, which are quite good for such a visual home page and a large and complex publishing site:<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-281810 size-large\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/08\/web-page-test-page-speed-results-800x324.jpg\" alt=\"A screenshot of WebPageTest.org\" width=\"800\" height=\"324\" \/><\/p>\n<p>Where tools are concerned, there are a lot of options to measure speed and get suggestions, including:<\/p>\n<p>And others. For our purposes here, I\u2019ll be using data from Web Page Test.<\/p>\n<h2>What are our goals? What\u2019s a \u2018good\u2019 page speed?<\/h2>\n<p>Again, the page load times will vary significantly from niche to niche and SERP to SERP, so our initial goal should simply be \u201cget better.\u201d That said, let\u2019s look at some general best-practice guidelines around target times for these events:<\/p>\n<ul>\n<li><strong>TTFB<\/strong>\u00a0\u2014 Ideally under 200 ms (milliseconds), at least under 500 ms (A Moz study from a few years ago found that many top-ranking sites had a TTFB of 350 ms, while lower-ranked sites were frequently closer to 650 ms.)<\/li>\n<li><strong>Start render<\/strong>\u00a0\u2014 Ideally under 1 second, at least kept under 2 seconds.<\/li>\n<li><strong>Full-page render<\/strong>\u00a0\u2014 Ideally under 3 seconds, at least kept under 5 seconds. (Google\u2019s John Mueller recommends under 2- to 3-second load times and mentions there that he uses Web Page Test as well.)<\/li>\n<\/ul>\n<p>Again, if your full page load times are coming in at 15 seconds, and it\u2019s 5 seconds before critical path rendering is complete, don\u2019t just throw up your hands. Start optimizing and work to get those numbers down, even if you may not be able to get them to under a second.<\/p>\n<p>Faster is better!<\/p>\n<h2>OK, so what can you actually <em>do<\/em> to improve page speed?<\/h2>\n<p>Let\u2019s say you measure your page speed, and it\u2019s slow; what can you do to make a difference?<\/p>\n<p>The most common suggestions from Google\u2019s PageSpeed Insights tool (and from optimization experts) include:<\/p>\n<ul>\n<li>reducing server response time.<\/li>\n<li>enabling compression.<\/li>\n<li>leveraging browser caching.<\/li>\n<li>eliminate render blocking code above the fold (CSS and JS).<\/li>\n<li>minify code.<\/li>\n<li>compress and resize images.<\/li>\n<\/ul>\n<p>I\u2019ll walk through here what optimizations I was able to implement on four different WordPress sites, and the before\/after load times resulting from those optimizations. Again, these numbers won\u2019t be true for all sites, and not every best practice will have the same impact on every site. But I think that through this process, you\u2019ll see how some simple, quick optimizations can have a major impact on speed.<\/p>\n<p>Please note that while there are some optimizations you can make with a basic understanding of HTML, there are some inflection points where it\u2019s important to get a technical resource to jump in and figure out the best way to improve your site\u2019s load times.<\/p>\n<h2>Step 1: Benchmarking our page speed metrics<\/h2>\n<p><img loading=\"lazy\" class=\"has-border aligncenter wp-image-281811 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/08\/page-speed-metrics.jpg\" alt=\"A snapshot of benchmarked pagespeed metrics\" width=\"700\" height=\"661\" \/><\/p>\n<p>First, I took a snapshot of each site\u2019s page speed metrics on the site\u2019s home page and a deeper article page. I did this specifically for the purposes of this post. If you\u2019re looking to optimize your site, you\u2019ll ideally want to look at metrics sitewide, or at least on a sampling of your highest-traffic pages and across a typical page for each template on your site.<\/p>\n<p>Compared with some sites, these numbers aren\u2019t terrible \u2014 but for simple content sites built on WordPress without a lot of bells and whistles, there\u2019s definitely a lot of room for improvement.<\/p>\n<p>What we did was implement four different commonly recommended page speed optimizations. Below, we\u2019ll see the impact of each optimization as it was implemented, and then the cumulative impact of all of the optimizations.<\/p>\n<p>So let\u2019s dig into the optimizations.<\/p>\n<h2>Step 2: Code clean-up<\/h2>\n<p>Google\u2019s PageSpeed Insights tool recommended we \u201cminify\u201d each of the sites\u2019 CSS, JavaScript and HTML. For this, we used a free WordPress plugin called Autoptimize. It took about 20 minutes to set up across the four sites:<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-281812 size-large\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/08\/autoptimize-screen-shot-800x430.jpg\" alt=\"A screenshot of the Autoptimize WordPress plugin\" width=\"800\" height=\"430\" \/><\/p>\n<p>After optimizing HTML, JS and CSS and loading the JS and CSS inline, Google\u2019s tool moved minification and \u201cEliminate render-blocking JavaScript and CSS in above-the-fold content\u201d into the \u201cOptimizations Found\u201d column:<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-281814 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/08\/google-page-speed-optimizations-found.jpg\" alt=\"Google Page Speed Tool Optimizations Found\" width=\"643\" height=\"478\" \/><\/p>\n<p><strong>What was the impact?<\/strong><\/p>\n<p><img loading=\"lazy\" class=\"has-border aligncenter wp-image-281813 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/08\/page-speed-metrics-minification.jpg\" alt=\"A screenshot of page load times after minification\" width=\"700\" height=\"661\" \/><\/p>\n<p>As you can see, a majority of the pages saw improvement, and some saw significant 20-percent-plus upgrades. But in some cases, there was very little percentage improvement, or even worse performance. There is some variance from test to test, but what you see is that while these improvements will generally improve page speed, their level of impact varies and <strong>is dependent on the site<\/strong>.<\/p>\n<p>Please note: This is the free version of the plugin with a \u201cbest guess\u201d at ideal settings. Be careful in making changes to your site\u2019s code, and as I\u2019ll mention later in the post, this is a particular area where you may want to look to a developer for guidance.<\/p>\n<h2>Step 3: Browser caching<\/h2>\n<p>Next, we wanted to leverage browser caching. Typically, you can use WordPress plugins like WP Super Cache\u00a0or WP Rocket for this purpose, but these sites were hosted on WP Engine, which has some compatibility issues with some of those plugins. So, we simply enabled the WP Engine object caching:<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-281894 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/08\/browser-caching-wp-engine.jpg\" alt=\"Screenshot of browser caching within WP Engine\" width=\"605\" height=\"274\" \/><\/p>\n<p><strong>What was the impact?<\/strong><\/p>\n<p><img loading=\"lazy\" class=\"has-border aligncenter wp-image-281895 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/page-speed-metrics-cache.jpg\" alt=\"A representation of all of the metrics for the sites' page speed after browser caching was enabled\" width=\"700\" height=\"661\" \/><\/p>\n<p>As you can see, this had a more dramatic impact than our code cleanup efforts, and for two of the sites we saw dramatic performance improvements of 20 to 30 percent, with just two pages seeing an uptick in start render time.<\/p>\n<h2>Step 4: Implement a CDN<\/h2>\n<p>Again, WP Engine has its own CDN option, so we enabled that, which is also an extremely simple process in WP Engine:<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-281897 size-large\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/enable-wp-engine-cdn-800x277.jpg\" alt=\"A screenshot of enabling the WP Engine CDN\" width=\"800\" height=\"277\" \/><\/p>\n<p><strong>What was the impact?<\/strong><\/p>\n<p><img loading=\"lazy\" class=\"has-border aligncenter wp-image-281896 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/page-speed-metrics-cdn.jpg\" alt=\"A representation of page speed metrics once a CDN is implemented\" width=\"700\" height=\"661\" \/><\/p>\n<p>This is the first implementation where we actually saw a marked drop-off in performance. A few things to note there:<\/p>\n<ul>\n<li>A CDN is implemented to improve page speed for users in different parts of the country, so theoretically its (positive) impact should be more for different test cases in different areas around the world.<\/li>\n<li>Again, this was just one test against a small number of sites \u2014 other folks have tested the WP Engine CDN and seen better results, so your mileage may vary there.<\/li>\n<\/ul>\n<p>The important takeaway here is really more that, once again, not every optimization will have the same impact on every site, and occasionally, some efforts will have minimal or no real impact.<\/p>\n<h2>Step 5: Image optimization<\/h2>\n<p>Finally, we worked on compressing and resizing images on each of the sites. In some cases, the images on the sites had already been compressed, and the biggest culprit was (as you\u2019ll see) the home page for site four. I find that on sites that have been ignoring it, image optimization is frequently the quickest, easiest and highest-impact page speed win.<\/p>\n<p>To do this, we used an image compression plugin called Optimus. We also compressed and resized each of the images on the pages \u201cby hand\u201d to make sure compression didn\u2019t impact quality and that the files were as small as possible:<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-281898 size-large\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/optimus-image-optimization-800x454.jpg\" alt=\"Optimus Image optimizations\" width=\"800\" height=\"454\" \/><\/p>\n<p>There are a number of image optimization plugins for WordPress including, but not limited to:<\/p>\n<p>Whenever you use these kinds of plugins, you do have to be cognizant of potential image quality\/rendering issues somewhere on your site if you\u2019re applying them to all of the existing images in your media library. (After some additional testing\/recommendations from page speed pros \u2014 more on that below \u2014 we actually switched over to Short Pixel.)<\/p>\n<p>There are also a number of tools available to compress individual images before you upload them as well, including:<\/p>\n<p>And there are many others as well.<\/p>\n<p><strong>What was the impact?<\/strong><\/p>\n<p><img loading=\"lazy\" class=\"has-border aligncenter wp-image-281899 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/page-speed-image-optimization.jpg\" alt=\"A representation of page speeds after image optimizations.\" width=\"700\" height=\"661\" \/><\/p>\n<p>As you can see from a couple of the home pages, compressing images can lead to some of the biggest page load wins. Best of all, compressing images and replacing the uncompressed versions is a task for which you won\u2019t generally need any kind of development help.<\/p>\n<p>Again, though, the level of improvement is dependent upon the site. Sites where images have already been compressed and resized (or just happened to be smaller) will obviously see little to no gain from this particular step.<\/p>\n<h2>So, what was the cumulative impact of our efforts?<\/h2>\n<p><img loading=\"lazy\" class=\"has-border aligncenter wp-image-281900 size-full\" src=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/page-speed-total-improvement.jpg\" alt=\"A representation of total page speed improvements\" width=\"700\" height=\"661\" \/><\/p>\n<p>As you can see, the results here vary from site to site. But we\u2019ve shaved as much as 2 seconds off of load times by following these steps, and in almost every instance, we improved the speed at which visitors are seeing our above-the-fold content.<\/p>\n<p>But some load times actually got a bit <em>worse<\/em> for all of our efforts, and it seemed that for a simple site, we should be able to beat a lot of these load times. So, what else can you do?<\/p>\n<h2>BONUS STEP: Hire a pro!<\/h2>\n<p><a target=\"_blank\" href=\"http:\/\/feeds.searchengineland.com\/~r\/searchengineland\/~3\/rc0N5kwoxgM\/non-developers-guide-reducing-wordpress-load-times-2-seconds-data-281809\">check out here<\/a><\/p>\n<script type='text\/javascript'>\r\n jQuery(document).ready(function() {\r\n    jQuery( \"#tabs_1717\" ).tabs({\r\n    collapsible: true,\r\n    active: false\r\n        });\r\n\tjQuery( \".scroller_1717\" ).width(jQuery( \".scroller_1717\" ).width()+1);\r\n\t\r\n\t\r\n\t\r\n  });\r\n  \r\n  <\/script>\r\n  ","protected":false},"excerpt":{"rendered":"<p>See details of post The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) below With Google\u2019s continued focus on user experience and engagement metrics in recent algorithm updates, it\u2019s become even more important for marketers to pay attention to how fast their sites are. Page speed has long been a &hellip; <a href=\"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data)<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) - test<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) - test\" \/>\n<meta property=\"og:description\" content=\"See details of post The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) below With Google\u2019s continued focus on user experience and engagement metrics in recent algorithm updates, it\u2019s become even more important for marketers to pay attention to how fast their sites are. Page speed has long been a &hellip; Continue reading The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data)\" \/>\n<meta property=\"og:url\" content=\"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/\" \/>\n<meta property=\"og:site_name\" content=\"test\" \/>\n<meta property=\"article:author\" content=\"ytuuitutut\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-28T18:27:41+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/non-developer-page-speed-1-800x450.png\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:creator\" content=\"@fdsdfsdf\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"nickisosnowski\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) - test","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/","og_locale":"en_US","og_type":"article","og_title":"The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) - test","og_description":"See details of post The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) below With Google\u2019s continued focus on user experience and engagement metrics in recent algorithm updates, it\u2019s become even more important for marketers to pay attention to how fast their sites are. Page speed has long been a &hellip; Continue reading The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data)","og_url":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/","og_site_name":"test","article_author":"ytuuitutut","article_published_time":"2017-09-28T18:27:41+00:00","og_image":[{"url":"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/non-developer-page-speed-1-800x450.png"}],"twitter_card":"summary","twitter_creator":"@fdsdfsdf","twitter_misc":{"Written by":"nickisosnowski","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"http:\/\/147.91.204.66\/wordpress\/#website","url":"http:\/\/147.91.204.66\/wordpress\/","name":"test","description":"test","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/147.91.204.66\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/#primaryimage","inLanguage":"en-US","url":"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/non-developer-page-speed-1-800x450.png","contentUrl":"http:\/\/searchengineland.com\/figz\/wp-content\/seloads\/2017\/09\/non-developer-page-speed-1-800x450.png"},{"@type":"WebPage","@id":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/#webpage","url":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/","name":"The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data) - test","isPartOf":{"@id":"http:\/\/147.91.204.66\/wordpress\/#website"},"primaryImageOfPage":{"@id":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/#primaryimage"},"datePublished":"2017-09-28T18:27:41+00:00","dateModified":"2017-09-28T18:27:41+00:00","author":{"@id":"http:\/\/147.91.204.66\/wordpress\/#\/schema\/person\/05346933e4e7e1a4b1b7ec131921d054"},"breadcrumb":{"@id":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/147.91.204.66\/wordpress\/the-non-developers-guide-to-reducing-wordpress-load-times-up-to-2-seconds-with-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/147.91.204.66\/wordpress\/"},{"@type":"ListItem","position":2,"name":"The non-developer\u2019s guide to reducing WordPress load times up to 2 seconds (with data)"}]},{"@type":"Person","@id":"http:\/\/147.91.204.66\/wordpress\/#\/schema\/person\/05346933e4e7e1a4b1b7ec131921d054","name":"nickisosnowski","image":{"@type":"ImageObject","@id":"http:\/\/147.91.204.66\/wordpress\/#personlogo","inLanguage":"en-US","url":"http:\/\/1.gravatar.com\/avatar\/7e3b073a75a374e458fb196d0a70fc13?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/7e3b073a75a374e458fb196d0a70fc13?s=96&d=mm&r=g","caption":"nickisosnowski"},"description":"radio sam svuda","sameAs":["ytuuitutut","https:\/\/twitter.com\/fdsdfsdf"],"url":"http:\/\/147.91.204.66\/wordpress\/author\/nickisosnowski\/"}]}},"_links":{"self":[{"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/posts\/1717"}],"collection":[{"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/comments?post=1717"}],"version-history":[{"count":0,"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/posts\/1717\/revisions"}],"wp:attachment":[{"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/media?parent=1717"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/categories?post=1717"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/147.91.204.66\/wordpress\/wp-json\/wp\/v2\/tags?post=1717"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}