{"id":714,"date":"2016-04-05T10:00:13","date_gmt":"2016-04-05T08:00:13","guid":{"rendered":"https:\/\/wp-rocket.me\/blog\/?p=714"},"modified":"2024-03-12T18:13:08","modified_gmt":"2024-03-12T17:13:08","slug":"testing-the7-wordpress-theme-how-fast-is-it","status":"publish","type":"post","link":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/","title":{"rendered":"Testing The7 Theme &#8211; How fast is it?"},"content":{"rendered":"<p>In this blog post we are going to cover&nbsp;another very popular WordPress Theme, The7. In previous reviews, we&nbsp;looked at&nbsp;<a title=\"Is the Avada WordPress Theme Really Fast?\" href=\"https:\/\/wp-rocket.me\/blog\/is-avada-theme-really-fast\/\">Avada<\/a> and <a title=\"How Fast Is The X WordPress Theme?\" href=\"https:\/\/wp-rocket.me\/blog\/how-fast-is-the-x-wordpress-theme\/\">TheX<\/a> theme, and we shared our insights&nbsp;on those. We also&nbsp;tested their performance in relation to WP Rocket.<\/p><p>Our main goal with these posts is to show some general pros and cons of themes in the context of performance, as well as how they handle processes operated&nbsp;by WP Rocket.<\/p><h2 class=\"wp-block-heading\">The 7<\/h2><p>The theme authors state:<\/p><blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>People new to multipurpose WordPress themes will be delighted with The7 Design Wizard. It allows to choose basic settings like branding, colors, header layout, etc. and intelligently calculates all the rest. Voil\u00e0, your pro-grade site design is ready in mere minutes. Automatically!<\/p>\n\n<p>Add a seamless integration with Visual Composer page builder, Slider Revolution, WooCommerce, WPML (as well as other most popular plugins), and you get the definitive web-development toolkit.<\/p><\/blockquote><p>It\u2019s true\u2014this theme is indeed easy to install and configure.<\/p><p>Some of The7 theme\u2019s features are:<\/p><ul class=\"wp-block-list\"><li>Design Wizard \u2013 a tool that helps you calculate ideal values for your website\u2019s design based on general settings you provide<\/li>\n\n<li>Design Library \u2013 25 ready-to-use templates that you can run and also update to fit your needs<\/li>\n\n<li>Theme Options \u2013 over 630 options you can use to fit your needs<\/li>\n\n<li>Visual Composer with Ultimate Add-ons and The7 Elements<\/li>\n\n<li>A lot of other things such as specific Custom Post Types, Page Templates, WooCommerce ready, MegaMenu etc.<\/li><\/ul><h2 class=\"wp-block-heading\">Setting up the Test<\/h2><p>We use&nbsp;<a href=\"https:\/\/tools.pingdom.com\/\">Pingdom Tools<\/a>&nbsp;for speed testing in this example.&nbsp;Lucy, a member of the WP Rocket team, has written a great guide on&nbsp;<a href=\"https:\/\/wp-rocket.me\/blog\/correctly-measure-websites-page-load-time\/\">how to correctly measure website page load time<\/a>.&nbsp;Read that one if you haven\u2019t yet, it\u2019s really useful.<\/p><p>We speed-test pages and\/or posts without WP Rocket installed at first. After that, we are going to activate &nbsp;WP Rocket and figure out&nbsp;the best configuration.<\/p><p>We will work with the&nbsp;<strong>Compact Demo<\/strong>&nbsp;which is recommended by the theme author. However, there are more choices\u2014Business, Creative, One Page, News, Shop, Photography, Conference, and Full Demo (which is not recommended).<\/p><h2 class=\"wp-block-heading\">Speed Test Results<\/h2><p>Here are our speed test results&nbsp;when caching is turned off and on, as well as the gain we get with WP Rocket.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/rocket-the7-speed.png\" alt=\"rocket-the7-speed\" class=\"wp-image-722\"\/><\/figure><\/div><h2 class=\"wp-block-heading\">Page Speed Test \u2013 No Cache<\/h2><p>Without cache we&nbsp;got pretty solid results for&nbsp;The7 theme.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/home-rocket-off.png\"><img loading=\"lazy\" decoding=\"async\" width=\"608\" height=\"209\" src=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/home-rocket-off.png\" alt=\"home-rocket-off\" class=\"wp-image-718\"\/><\/a><\/figure><\/div><p>Page Speed Test with&nbsp;WP Rocket activated<\/p><p>We &nbsp;turned on the following options of WP Rocket:<\/p><ul class=\"wp-block-list\"><li>LazyLoad<\/li>\n\n<li>HTML Optimization<\/li>\n\n<li>Google Fonts Optimization<\/li>\n\n<li>CSS Minification<\/li>\n\n<li>JS Minification<\/li>\n\n<li>DNS Pre-fetching<\/li><\/ul><div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/home-rocket-on.png\"><img loading=\"lazy\" decoding=\"async\" width=\"608\" height=\"210\" src=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/home-rocket-on.png\" alt=\"home-rocket-on\" class=\"wp-image-719\"\/><\/a><\/figure><\/div><p>There was only one issue we found. When CSS minification is activated, we had display issues &#8211; the layout was broken. In order to resolve this, we had to&nbsp;exclude a number of custom CSS files from being minified by WP Rocket:<\/p><div class=\"wp-block-wab-pastacode\">\n\t<div class=\"code-embed-wrapper\"> <pre class=\"language-markup code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markup code-embed-code\">\/wp-content\/uploads\/wp-less\/dt-the7\/css\/custom-old-ie-da2ef4bad9.css<br\/>\/wp-content\/uploads\/wp-less\/dt-the7\/css\/main-da2ef4bad9.css<br\/>\/wp-content\/uploads\/wp-less\/dt-the7\/css\/custom-da2ef4bad9.css<\/code><\/pre> <div class=\"code-embed-infos\"> <\/div> <\/div><\/div><p>Note: You can use regex to exclude multiple files at once:<\/p><div class=\"wp-block-wab-pastacode\">\n\t<div class=\"code-embed-wrapper\"> <pre class=\"language-markup code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markup code-embed-code\">\/wp-content\/uploads\/wp-less\/dt-the7\/css\/custom-old-ie-(.*).css<br\/>\/wp-content\/uploads\/wp-less\/dt-the7\/css\/main-(.*).css<br\/>\/wp-content\/uploads\/wp-less\/dt-the7\/css\/custom-(.*).css<\/code><\/pre> <div class=\"code-embed-infos\"> <\/div> <\/div><\/div><p>By using regex you can control multiple files with one line of code. While I could place something like this:<\/p><div class=\"wp-block-wab-pastacode\">\n\t<div class=\"code-embed-wrapper\"> <pre class=\"language-markup code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markup code-embed-code\">\/wp-content\/uploads\/wp-less\/dt-the7\/css\/(.*)<\/code><\/pre> <div class=\"code-embed-infos\"> <\/div> <\/div><\/div><p>I didn&#8217;t do it in this case, just to show what kind of files can appear in there. You can read more about excluding dynamic filenames from minification process in our <a href=\"https:\/\/docs.wp-rocket.me\/article\/132-excluding-dynamic-filenames-the7-theme\" target=\"_blank\" rel=\"noopener noreferrer\">Knowledge Base<\/a>.<\/p><p>Please note that in real-life environments, you may&nbsp;or may&nbsp;not see other behaviors,&nbsp;depending&nbsp;on your additional plugins, server settings, or other reasons. In our test we were using a basic installation, with only&nbsp;recommended plugins activated.<\/p><div id=\"om-jbyojf9wimyywstllxy9-holder\"><\/div>\n\t<script>(function (d, u, ac) {\n\t\t\tvar s = d.createElement('script')\n\t\t\ts.type = 'text\/javascript'\n\t\t\ts.src = 'https:\/\/a.omappapi.com\/app\/js\/api.min.js'\n\t\t\ts.async = true\n\t\t\ts.dataset.user = u\n\t\t\ts.dataset.campaign = ac\n\t\t\td.getElementsByTagName('head')[0].appendChild(s)\n\t\t})(document, 20440, 'jbyojf9wimyywstllxy9')<\/script><h2 class=\"wp-block-heading\">Pros<\/h2><p>Just like&nbsp;other multi-purpose WordPress themes, The7 has pretty much all the features that you can imagine. <span style=\"color: #2c2d30;\">One may or may not like multipurpose themes, however, the 3 themes we tested so far gave us good results if there is no need<\/span>&nbsp;for creating a completely custom solution. This theme would be the right choice for you in that case. You would be able to generate multiple different websites on the same framework. The real advantage in comparison to other themes I had a chance to use so far, is the&nbsp;Design Wizard&nbsp;which seems like one of features that would convince me to buy it.<\/p><h2 class=\"wp-block-heading\">Cons<\/h2><p>Too many options can cause problems for&nbsp;beginners or intermediate users. You can get lost in possibilities and try to combine everything which can distract you from your initial plan, to create simple solution that will work. I must say this problem is not unique to The7 theme, but rather&nbsp;is a general issue for most themes of this category.<\/p><h2 class=\"wp-block-heading\">Personal Opinion<\/h2><p>Although I am not big fan of multipurpose themes, I can say The7 can be considered as one of the best themes of that type available on the market. &nbsp;All in all, these three themes we tested so far gave us very good results, and many users are happy with how they work with WP Rocket and what speed they gain.<\/p><h2 class=\"wp-block-heading\">Conclusion<\/h2><p>After devoting some time to&nbsp;analyzing and testing this kind of theme, it looks like you can expect solid results as long as you use a good hosting provider, don&#8217;t add a lot of large images (<a href=\"https:\/\/imagify.io\/\" target=\"_blank\" rel=\"noopener noreferrer\">Imagify<\/a> can help you with this) and use well-written plugins.<\/p><p><span style=\"color: #2c2d30;\">Have you had experiences with The7 theme? What\u2019s your take on multipurpose themes regarding&nbsp;performance? We\u2019d love to hear your comments, so&nbsp;<\/span>I encourage you to share your opinion as well as to recommend the next theme that should be included&nbsp;in this series.<\/p>","protected":false},"excerpt":{"rendered":"<p>The7 theme is one of the most popular multi-purpose WordPress themes. We review it to see how fast it is out of the box, and how much faster we can make it with WP&nbsp;Rocket. <\/p>\n","protected":false},"author":4720,"featured_media":319634,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"kia_subtitle":"","footnotes":""},"categories":[117],"tags":[],"class_list":["post-714","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-themes-plugin"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Testing The7 WordPress Theme - How Fast Is It?<\/title>\n<meta name=\"description\" content=\"We review the The7 WordPress theme to see how fast it is, and how much faster we can make it with WP Rocket.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Testing The7 WordPress Theme - How Fast Is It?\" \/>\n<meta property=\"og:description\" content=\"We review the The7 WordPress theme to see how fast it is, and how much faster we can make it with WP Rocket.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Rocket\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-05T08:00:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-12T17:13:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"509\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Marko Nikolic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wp_rocket\" \/>\n<meta name=\"twitter:site\" content=\"@wp_rocket\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marko Nikolic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/\"},\"author\":{\"name\":\"Marko Nikolic\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/04d07a24b27af1fd1fae7aee122cd389\"},\"headline\":\"Testing The7 Theme &#8211; How fast is it?\",\"datePublished\":\"2016-04-05T08:00:13+00:00\",\"dateModified\":\"2024-03-12T17:13:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/\"},\"wordCount\":929,\"commentCount\":18,\"publisher\":{\"@id\":\"https:\/\/wp-rocket.me\/#organization\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg\",\"articleSection\":[\"Themes &amp; Plugins\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/\",\"url\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/\",\"name\":\"Testing The7 WordPress Theme - How Fast Is It?\",\"isPartOf\":{\"@id\":\"https:\/\/wp-rocket.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg\",\"datePublished\":\"2016-04-05T08:00:13+00:00\",\"dateModified\":\"2024-03-12T17:13:08+00:00\",\"description\":\"We review the The7 WordPress theme to see how fast it is, and how much faster we can make it with WP Rocket.\",\"breadcrumb\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg\",\"width\":900,\"height\":509},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wp-rocket.me\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Themes &amp; Plugins\",\"item\":\"https:\/\/wp-rocket.me\/blog\/wordpress-themes-plugin\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Testing The7 Theme &#8211; How fast is it?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wp-rocket.me\/#website\",\"url\":\"https:\/\/wp-rocket.me\/\",\"name\":\"WP Rocket\",\"description\":\"Plugin d&#039;optimisation de sites WordPress\",\"publisher\":{\"@id\":\"https:\/\/wp-rocket.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wp-rocket.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wp-rocket.me\/#organization\",\"name\":\"WP Rocket\",\"url\":\"https:\/\/wp-rocket.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"width\":150,\"height\":41,\"caption\":\"WP Rocket\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\",\"https:\/\/x.com\/wp_rocket\",\"https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/04d07a24b27af1fd1fae7aee122cd389\",\"name\":\"Marko Nikolic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/48235d307adf1be1efa98e9a8ca81d88?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/48235d307adf1be1efa98e9a8ca81d88?s=96&d=mm&r=g\",\"caption\":\"Marko Nikolic\"},\"description\":\"WordPress fan since 2008. with main focus on providing valuable customer support service. Early bird.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Testing The7 WordPress Theme - How Fast Is It?","description":"We review the The7 WordPress theme to see how fast it is, and how much faster we can make it with WP Rocket.","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":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/","og_locale":"en_US","og_type":"article","og_title":"Testing The7 WordPress Theme - How Fast Is It?","og_description":"We review the The7 WordPress theme to see how fast it is, and how much faster we can make it with WP Rocket.","og_url":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/","og_site_name":"WP Rocket","article_publisher":"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","article_published_time":"2016-04-05T08:00:13+00:00","article_modified_time":"2024-03-12T17:13:08+00:00","og_image":[{"width":900,"height":509,"url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg","type":"image\/jpeg"}],"author":"Marko Nikolic","twitter_card":"summary_large_image","twitter_creator":"@wp_rocket","twitter_site":"@wp_rocket","twitter_misc":{"Written by":"Marko Nikolic","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#article","isPartOf":{"@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/"},"author":{"name":"Marko Nikolic","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/04d07a24b27af1fd1fae7aee122cd389"},"headline":"Testing The7 Theme &#8211; How fast is it?","datePublished":"2016-04-05T08:00:13+00:00","dateModified":"2024-03-12T17:13:08+00:00","mainEntityOfPage":{"@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/"},"wordCount":929,"commentCount":18,"publisher":{"@id":"https:\/\/wp-rocket.me\/#organization"},"image":{"@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg","articleSection":["Themes &amp; Plugins"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/","url":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/","name":"Testing The7 WordPress Theme - How Fast Is It?","isPartOf":{"@id":"https:\/\/wp-rocket.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage"},"image":{"@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg","datePublished":"2016-04-05T08:00:13+00:00","dateModified":"2024-03-12T17:13:08+00:00","description":"We review the The7 WordPress theme to see how fast it is, and how much faster we can make it with WP Rocket.","breadcrumb":{"@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#primaryimage","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/2\/the-7-feat.jpg","width":900,"height":509},{"@type":"BreadcrumbList","@id":"https:\/\/wp-rocket.me\/blog\/testing-the7-wordpress-theme-how-fast-is-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp-rocket.me"},{"@type":"ListItem","position":2,"name":"Themes &amp; Plugins","item":"https:\/\/wp-rocket.me\/blog\/wordpress-themes-plugin\/"},{"@type":"ListItem","position":3,"name":"Testing The7 Theme &#8211; How fast is it?"}]},{"@type":"WebSite","@id":"https:\/\/wp-rocket.me\/#website","url":"https:\/\/wp-rocket.me\/","name":"WP Rocket","description":"Plugin d&#039;optimisation de sites WordPress","publisher":{"@id":"https:\/\/wp-rocket.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wp-rocket.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wp-rocket.me\/#organization","name":"WP Rocket","url":"https:\/\/wp-rocket.me\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","width":150,"height":41,"caption":"WP Rocket"},"image":{"@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","https:\/\/x.com\/wp_rocket","https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q"]},{"@type":"Person","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/04d07a24b27af1fd1fae7aee122cd389","name":"Marko Nikolic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/48235d307adf1be1efa98e9a8ca81d88?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48235d307adf1be1efa98e9a8ca81d88?s=96&d=mm&r=g","caption":"Marko Nikolic"},"description":"WordPress fan since 2008. with main focus on providing valuable customer support service. Early bird."}]}},"_links":{"self":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts\/714"}],"collection":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/users\/4720"}],"replies":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/comments?post=714"}],"version-history":[{"count":0,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts\/714\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/media\/319634"}],"wp:attachment":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/media?parent=714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/categories?post=714"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/tags?post=714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}