{"id":96355,"date":"2022-05-04T16:14:47","date_gmt":"2022-05-04T20:14:47","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=96355"},"modified":"2022-12-07T15:03:06","modified_gmt":"2022-12-07T20:03:06","slug":"experimental-modules","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/","title":{"rendered":"Using &#8220;Experimental&#8221; Modules in The WordPress Performance Lab Plugin"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-1024x538.png\" alt=\"Using the experimental modules in the WordPress performance lab plugin\" class=\"wp-image-96356\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>In this article, we\u2019ll take a look at some experimental modules in the <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/install-performance-lab\/\">performance lab plugin<\/a>, and how they work. The purpose of the performance lab plugin is to help you identify potential bottlenecks in your site that can affect overall performance and these additional modules can help you do exactly that. <\/p>\n\n\n\n<p>We\u2019ll also discuss exactly what these modules are checking for and how they can affect performance. But keep in mind that these features are considered experimental for a reason \u2014 they may not always work as expected, so use them at your own risk.  With that said, let\u2019s get started. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#how\">How to enable the experimental modules<\/a><\/li>\n\n\n\n<li><a href=\"#audit-assets\">Audit Enqueued Assets<\/a><\/li>\n\n\n\n<li><a href=\"#autoload\">Audit Autoloaded Options<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how\">How to Enable the Experimental Modules<\/h2>\n\n\n\n<p>Enabling these experimental modules is easy. You will find them in the <em>Settings<\/em> &gt; <strong>Performance<\/strong> section of your WordPress dashboard, along with all the other performance lab modules. Just check the boxes to enable the experimental modules.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"645\" height=\"235\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/wp-performance-lab-experimental-modules.png\" alt=\"Where to enable the experimental modules in the WordPress performance lab plugin\" class=\"wp-image-96390\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/wp-performance-lab-experimental-modules.png 645w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/wp-performance-lab-experimental-modules-300x109.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"audit-assets\">Audit Enqueued Assets<\/h2>\n\n\n\n<p>First, we will take a look at the module for auditing enqueued assets. Enqueuing a script in WordPress is the process of adding a script or stylesheet to the list of scripts that WordPress should load on a page. This is done using the <code>wp_enqueue_script()<\/code> function. The enqueue system ensures that all dependencies are loaded before a script is executed. However, enqueuing too many scripts can cause performance issues, as each script must be loaded and executed before the next one can run.<\/p>\n\n\n\n<p> The \u201caudit enqueued assets\u201d module in the performance lab will add a health check to your site to show you exactly how many assets, if any, are being enqueued. Some themes and plugins do not use enqueued assets. This is good information to have for several reasons: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Analysis: <\/strong>find out why the page is loading slowly<\/li>\n\n\n\n<li><strong>Diagnostic purposes:<\/strong> you can provide information to your developer to help speed up these assets or load them in a more optimized way<\/li>\n\n\n\n<li><strong>Priority: <\/strong>do you need to change a theme or disable a plugin?<\/li>\n<\/ul>\n\n\n\n<p>Once you have checked this module in the performance settings, you will either see no additional health check, meaning you have no enqueued assets, or you will see a check indicating that enqueued assets are being used: <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"179\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/enqued-styles.png\" alt=\"Enqueued styles site health check\" class=\"wp-image-96358\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/enqued-styles.png 793w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/enqued-styles-300x68.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/enqued-styles-768x173.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">What Can You Do About Enqueued Assets?<\/h3>\n\n\n\n<p>If too many enqueued assets are hurting your site, there are alternatives.  One option is to use inline styles or scripts.  This allows you to specifically target the elements that need styling or behavior, and prevents unneeded code from being loaded.  <\/p>\n\n\n\n<p>Another option is to use a CDN (Content Delivery Network).  This can help improve performance by sharing the load with another server.  <\/p>\n\n\n\n<p>Finally, you can also consider bundling assets together.  This can help reduce the number of HTTP requests and can make it easier to manage files.  Ultimately, there isn\u2019t a single best solution for all situations.  The best approach will vary depending on your specific needs. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"autoload\">Audit Autoloaded Options<\/h2>\n\n\n\n<p>Just like enqueued assets, having too many autoloaded options can also slow down your site.  When you autoload an option in WordPress, it basically means that the option is stored in the database and loaded every time a page is accessed.  This can be useful if you have an option that is required on every page, such as a tracking code or social media widget. <\/p>\n\n\n\n<p>However, autoloaded options can also slow down your site because they add an extra step to the loading process.  If you have too many autoloaded options, it can slow down the server and make your site slow to load for the user. <\/p>\n\n\n\n<p> If your site has an acceptable amount of autoloaded options, you will see a health check similar to the one below: <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"156\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/autoloaded-options-acceptable.png\" alt=\"Autoload options site health check\" class=\"wp-image-96360\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/autoloaded-options-acceptable.png 793w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/autoloaded-options-acceptable-300x59.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/autoloaded-options-acceptable-768x151.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">What Can You Do?<\/h3>\n\n\n\n<p>If autoload options are kept to an acceptable level in your site, as seen in the image above, then no action is required. However, you may want to check your site health regularly to make sure that no additional plugins you install over time are adding too many autoloading options to your site configuration.<\/p>\n\n\n\n<p>In general, you should only autoload the options that are absolutely essential to the operation of the site.  If you\u2019re not sure whether an option needs to be autoloaded, try deactivating the plugin that calls for it and see if your site loads any faster. <\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\">\n\n\n\n<p>Speeding up your WordPress site can be easy with the right tools. When you can avoid enqueued assets and autoloaded options, it\u2019s often best to do so. Minimizing any unnecessary scripts and options is always preferable. The <a href=\"https:\/\/wordpress.org\/plugins\/performance-lab\/\" target=\"_blank\" rel=\"noreferrer noopener\">performance lab plugin<\/a> helps you identify these potential bottlenecks before they become a problem. If you have any questions about how to speed up your WordPress site, never hesitate to reach out to our live support team for assistance. We\u2019re always happy to help.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we&#8217;ll take a look at some experimental modules in the performance lab plugin, and how they work. The purpose of the performance lab plugin is to help you identify potential bottlenecks in your site that can affect overall performance and these additional modules can help you do exactly that. We&#8217;ll also discuss<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\"> Read More ><\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4530],"tags":[],"class_list":["post-96355","post","type-post","status-publish","format-standard","hentry","category-lab"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using Experimental Modules in the Performance Lab Plugin<\/title>\n<meta name=\"description\" content=\"In this article, we&#039;ll take a look at some experimental modules in the performance lab plugin, and how they work.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Experimental Modules in the Performance Lab Plugin\" \/>\n<meta property=\"og:description\" content=\"In this article, we&#039;ll take a look at some experimental modules in the performance lab plugin, and how they work.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-04T20:14:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-07T20:03:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christopher Maiorana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Using Experimental Modules in the Performance Lab Plugin\" \/>\n<meta name=\"twitter:description\" content=\"In this article, we&#039;ll take a look at some experimental modules in the performance lab plugin, and how they work.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Maiorana\" \/>\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:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"Using &#8220;Experimental&#8221; Modules in The WordPress Performance Lab Plugin\",\"datePublished\":\"2022-05-04T20:14:47+00:00\",\"dateModified\":\"2022-12-07T20:03:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\"},\"wordCount\":816,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-1024x538.png\",\"articleSection\":[\"Performance Lab\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\",\"name\":\"Using Experimental Modules in the Performance Lab Plugin\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-1024x538.png\",\"datePublished\":\"2022-05-04T20:14:47+00:00\",\"dateModified\":\"2022-12-07T20:03:06+00:00\",\"description\":\"In this article, we'll take a look at some experimental modules in the performance lab plugin, and how they work.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using &#8220;Experimental&#8221; Modules in The WordPress Performance Lab Plugin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\",\"name\":\"Christopher Maiorana\",\"description\":\"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using Experimental Modules in the Performance Lab Plugin","description":"In this article, we'll take a look at some experimental modules in the performance lab plugin, and how they work.","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:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/","og_locale":"en_US","og_type":"article","og_title":"Using Experimental Modules in the Performance Lab Plugin","og_description":"In this article, we'll take a look at some experimental modules in the performance lab plugin, and how they work.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2022-05-04T20:14:47+00:00","article_modified_time":"2022-12-07T20:03:06+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png","type":"image\/png"}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_title":"Using Experimental Modules in the Performance Lab Plugin","twitter_description":"In this article, we'll take a look at some experimental modules in the performance lab plugin, and how they work.","twitter_image":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"Using &#8220;Experimental&#8221; Modules in The WordPress Performance Lab Plugin","datePublished":"2022-05-04T20:14:47+00:00","dateModified":"2022-12-07T20:03:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/"},"wordCount":816,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-1024x538.png","articleSection":["Performance Lab"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/","name":"Using Experimental Modules in the Performance Lab Plugin","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules-1024x538.png","datePublished":"2022-05-04T20:14:47+00:00","dateModified":"2022-12-07T20:03:06+00:00","description":"In this article, we'll take a look at some experimental modules in the performance lab plugin, and how they work.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/05\/WordPress-Performance-Lab-Experimental-Modules.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/performance\/lab\/experimental-modules\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Using &#8220;Experimental&#8221; Modules in The WordPress Performance Lab Plugin"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f","name":"Christopher Maiorana","description":"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.","sameAs":["https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/96355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=96355"}],"version-history":[{"count":18,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/96355\/revisions"}],"predecessor-version":[{"id":101936,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/96355\/revisions\/101936"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=96355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=96355"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=96355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}