{"id":45147,"date":"2019-08-21T09:00:07","date_gmt":"2019-08-21T14:00:07","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=45147"},"modified":"2023-07-07T10:57:05","modified_gmt":"2023-07-07T14:57:05","slug":"how-many-php-workers-do-i-need-for-my-wordpress-website","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/","title":{"rendered":"How Many PHP Workers Do I Need for My WordPress Website?"},"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\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png\" alt=\"How Many PHP Workers Do I Need for My WordPress Website? - Hero Image\" class=\"wp-image-105496\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#php-workers\">What Are PHP Workers?<\/a><\/li>\n\n\n\n<li><a href=\"#how-many-php-workers\">How Many PHP Workers Do I Need?<\/a><\/li>\n\n\n\n<li><a href=\"#dont-have-enough-php-workers\">What Happens if You Don\u2019t Have Enough PHP Workers?<\/a><\/li>\n\n\n\n<li><a href=\"#choose-wp-hosting-plan\">Choosing the Right WordPress Hosting Plan<\/a><\/li>\n<\/ul>\n\n\n\n<p><strong>NOTE:<\/strong>  This article applies to the <a href=\"\/support\/product-guides\/wordpress-hosting\/the-wordpress-hosting-stack\/\">WordPress Optimized Stack<\/a> available in our <a href=\"https:\/\/www.inmotionhosting.com\/wordpress-hosting\">Shared WordPress Hosting<\/a>, <a href=\"https:\/\/www.inmotionhosting.com\/wordpress-vps\">WordPress VPS<\/a>, and <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-wordpress-hosting\">WordPress Dedicated Hosting<\/a> Plans.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"php-workers\">What Are PHP Workers?<\/h2>\n\n\n\n<p>PHP workers process the PHP code used to develop your WordPress website. When visiting your website, the user\u2019s browser requests to load the website. This request is first met by NGINX. NGINX utilizes the <a href=\"\/support\/edu\/wordpress\/nginx-cache-management\/\">Cache Manager<\/a> to determine how to handle the request.<\/p>\n\n\n\n<p>The request is immediately served from the cache (if available) or sent to Apache for handling. Apache assigns the PHP process(es) to a pool of PHP workers. A PHP worker runs the script. Apache receives the response and updates the NGINX cache. Finally, NGINX serves the response to the client\u2019s browser.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/support\/wp-content\/uploads\/2019\/08\/wp-stack-nginx-diagram-1024x640.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"640\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/wp-stack-nginx-diagram-1024x640.png\" alt=\"Diagram of WordPress NGINX\" class=\"wp-image-45186\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/wp-stack-nginx-diagram-1024x640.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/wp-stack-nginx-diagram-300x188.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/wp-stack-nginx-diagram-768x480.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/wp-stack-nginx-diagram.png 1400w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a><\/figure>\n\n\n\n<p>PHP workers only handle requests that are not cached. So, a static website does not need a large number of PHP workers. In this case, most of the content does not change so caching is sufficient. On the contrary, a dynamic website or one with a lot of complexity may need more PHP workers. A complex website with more PHP workers prevents requests from queuing up.<\/p>\n\n\n\n<p>Generally, more PHP workers will help your website load faster. However, not all websites need a lot of workers. Read on to learn more about how you can determine how many PHP workers is right for you.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-many-php-workers\">How Many PHP Workers Do I Need?<\/h2>\n\n\n\n<p>To ensure stability and quick access to your website, you need to allocate enough PHP workers. A large number of workers prevents a delay in waiting for other PHP workers to finish before it can accept\/process new requests. However, a large number of workers may not be necessary, say if you are running a static website with caching.<\/p>\n\n\n\n<div class=\"wp-block-columns has-2-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p><strong> Examples of a static website:<\/strong> <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Small Business Website<\/li>\n\n\n\n<li>Brochure Website<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p> <strong>Examples of a dynamic website:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>eCommerce Website<\/li>\n\n\n\n<li>Forum Website<\/li>\n<\/ul>\n\n\n\n<p> <\/p>\n<\/div>\n<\/div>\n\n\n\n<p>The number of PHP workers needed is highly dependent on the amount of dynamic content your website uses. For instance, a forum website is limited in the ability to cache pages. This is because the content is changing and a cached page would miss the most recent content added. Similarly, shopping cart pages are never the same for prospects, so they can not be cached either.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"dont-have-enough-php-workers\"><strong>What Happens if You Don\u2019t Have Enough PHP Workers?<\/strong><\/h2>\n\n\n\n<p>Determining the right amount of PHP workers is important to prevent performance issues. When you reach your\u00a0PHP worker limit, they will start building up in a queue and eventually begin moving out the oldest requests. The result for users could be the dreaded 504 errors, 502 bad gateway errors or other incomplete requests. Often times there will be slow uncached requests that delay processing, but this problem is solved easily by increasing the number of PHP workers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"choose-wp-hosting-plan\">Choosing the Right WordPress Hosting Plan<\/h2>\n\n\n\n<p>Your website is a critical component of your business. For optimal performance, it should be hosted in an environment that is secure and fast. Our <a href=\"https:\/\/www.inmotionhosting.com\/wordpress-hosting\">WordPress Hosting plans<\/a> offer a variety of configurations to suit your needs (and at a price your budget will appreciate). The table below indicates the amount of PHP Workers included in each tier of WordPress Hosting.<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"table table-bordered table-striped\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">WordPress Plan<\/td><td class=\"has-text-align-center\" data-align=\"center\">WP-Core<\/td><td class=\"has-text-align-center\" data-align=\"center\">WP-Launch<\/td><td class=\"has-text-align-center\" data-align=\"center\">WP-Power<\/td><td class=\"has-text-align-center\" data-align=\"center\">WP-Pro<\/td><td class=\"has-text-align-center\" data-align=\"center\">WP-VPS<\/td><td class=\"has-text-align-center\" data-align=\"center\">WP-Dedicated<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">PHP Workers<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">3<\/td><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">6<\/td><td class=\"has-text-align-center\" data-align=\"center\">No Limit<\/td><td class=\"has-text-align-center\" data-align=\"center\">No Limit<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>When analyzing how many PHP workers you will need for your website, it is best to consider the number of simultaneous visits in addition to the amount of dynamic content. If you are running an eCommerce website, you can compare PHP workers to the number of checkout lanes you want to open for your visitors to make a purchase.<\/p>\n\n\n\n<p>Also, be sure to consider how many websites you will be running. Depending on the complexity of the website(s) and simultaneous traffic we recommend between 2 \u2013 4 workers per website.<\/p>\n\n\n\n<p>Now that you have a better understanding of what PHP workers are, you can make a more educated assessment of your WordPress website\u2019s needs.  Want to learn more about our WordPress Hosting plans?  <a href=\"https:\/\/secure1.inmotionhosting.com\/amp\/chat\/survey\" target=\"_blank\" rel=\"noopener noreferrer\">Chat with a WordPress expert<\/a> anytime. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website. NOTE: This article applies to the WordPress Optimized Stack available in our Shared WordPress Hosting, WordPress VPS, and WordPress Dedicated Hosting Plans. What Are PHP Workers? PHP workers process the PHP code used to<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288,4325,56],"tags":[],"class_list":["post-45147","post","type-post","status-publish","format-standard","hentry","category-website","category-wordpress-hosting","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Many PHP Workers Do I Need for My WordPress Website?<\/title>\n<meta name=\"description\" content=\"This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website.\" \/>\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\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Many PHP Workers Do I Need for My WordPress Website?\" \/>\n<meta property=\"og:description\" content=\"This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\" \/>\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=\"2019-08-21T14:00:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-07T14:57:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How Many PHP Workers Do I Need for My WordPress Website?\",\"datePublished\":\"2019-08-21T14:00:07+00:00\",\"dateModified\":\"2023-07-07T14:57:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\"},\"wordCount\":733,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png\",\"articleSection\":[\"Website\",\"WordPress Hosting\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\",\"name\":\"How Many PHP Workers Do I Need for My WordPress Website?\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png\",\"datePublished\":\"2019-08-21T14:00:07+00:00\",\"dateModified\":\"2023-07-07T14:57:05+00:00\",\"description\":\"This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Many PHP Workers Do I Need for My WordPress Website?\"}]},{\"@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\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Many PHP Workers Do I Need for My WordPress Website?","description":"This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website.","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\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/","og_locale":"en_US","og_type":"article","og_title":"How Many PHP Workers Do I Need for My WordPress Website?","og_description":"This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-08-21T14:00:07+00:00","article_modified_time":"2023-07-07T14:57:05+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How Many PHP Workers Do I Need for My WordPress Website?","datePublished":"2019-08-21T14:00:07+00:00","dateModified":"2023-07-07T14:57:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/"},"wordCount":733,"commentCount":3,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png","articleSection":["Website","WordPress Hosting","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/","name":"How Many PHP Workers Do I Need for My WordPress Website?","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website-1024x538.png","datePublished":"2019-08-21T14:00:07+00:00","dateModified":"2023-07-07T14:57:05+00:00","description":"This article describes what PHP workers are, how your website uses them, and how many you need for your WordPress website.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/08\/How-Many-PHP-Workers-Do-I-Need-for-My-WordPress-Website.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-many-php-workers-do-i-need-for-my-wordpress-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How Many PHP Workers Do I Need for My WordPress Website?"}]},{"@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\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4288,"name":"Website","slug":"website","link":"https:\/\/www.inmotionhosting.com\/support\/website\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/45147","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\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=45147"}],"version-history":[{"count":25,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/45147\/revisions"}],"predecessor-version":[{"id":105498,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/45147\/revisions\/105498"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=45147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=45147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=45147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}