{"id":4047,"date":"2021-10-08T13:00:33","date_gmt":"2021-10-08T12:00:33","guid":{"rendered":"https:\/\/unihost.com\/blog\/?p=4047"},"modified":"2026-01-09T13:05:29","modified_gmt":"2026-01-09T11:05:29","slug":"how-to-optimize-wordpress","status":"publish","type":"post","link":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/","title":{"rendered":"How to optimize WordPress websites"},"content":{"rendered":"<p class=\"head-text\">The slower your website, the less people are willing to use it. And the less users you have, the less traffic and conversions you get. At least, that\u2019s what the research by\u00a0<span class=\"c14\"><a class=\"c6\" href=\"https:\/\/www.fastcompany.com\/1825005\/how-one-second-could-cost-amazon-16-billion-sales\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Amazon<\/a><\/span>,\u00a0<span class=\"c14\"><a class=\"c6\" href=\"http:\/\/www.webperformancetoday.com\/2012\/02\/28\/4-awesome-slides-showing-how-page-speed-correlates-to-business-metrics-at-walmart-com\/\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Walmart<\/a><\/span>,\u00a0<span class=\"c14\"><a class=\"c6\" href=\"https:\/\/www.hobo-web.co.uk\/your-website-design-should-load-in-4-seconds\/\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Akamai<\/a><\/span>\u00a0and\u00a0<span class=\"c14\"><a class=\"c6\" href=\"http:\/\/www.aberdeen.com\/research\/5136\/ra-performance-web-application\/content.aspx\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Aberdeen Group<\/a><\/span>\u00a0proves.<\/p>\n<p class=\"c2\"><span class=\"c0\">The main culprit that slows down your website are the HTTP-requests. Browser sends one of those for each element of the web page. Add the fact that the requests are sent not simultaneously, but sequentially. Therefore, the more elements (images, music, etc.) you have on the web page \u2014 the longer the loading speed.<\/span><\/p>\n<p class=\"c2\">You can learn why it happens in an article\u00a0<span class=\"c14\"><a class=\"c6\" href=\"https:\/\/www.google.com\/url?q=https:\/\/unihost.com\/blog\/en\/9-ways-to-speed-up-the-loading-of-your-website\/&amp;sa=D&amp;ust=1501497206936000&amp;usg=AFQjCNEy19rppOwPcFoyywa_j8Gd7i4RGg\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">9 ways to speed up the loading of your website<\/a><\/span>\u00a0that discusses the most common reasons for slow website loading and how to deal with them properly.<\/p>\n<h2 id=\"h.3r19trix1dx4\" class=\"c16\"><span class=\"c19 c23\">In context of WordPress<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">WordPress is rather well optimized by itself. But the more content the website has, the slower it becomes. So, let\u2019s discuss some techniques that will help your website not to slow down with its age and even regain some of its speed.<\/span><\/p>\n<h3 id=\"h.3yngxkuvkpzw\" class=\"c22\"><span class=\"c12\">Use cache<\/span><\/h3>\n<p class=\"c2\"><span class=\"c0\">Every website has elements that repeat on every page. For example, a logo. Or the main CSS file. And there is simply no need to load them from the server each time, over and over, increasing the loading time.<\/span><\/p>\n<p class=\"c2\">And that\u2019s what the cache is for. Cache is a copy of some website\u2019s elements on the client device. The process of creating this copy is called\u00a0<span class=\"c8\">caching<\/span><span class=\"c0\">. When a computer has cache, client doesn\u2019t download the cached elements from the website, but takes them from the cache instead. This leads to lesser amount of requests sent and faster loading time.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">You can also increase the speed of the server procedures. By default, the hosting that contains your website, doesn\u2019t keep the web pages. It keeps only the PHP scripts that contain instructions on how to create the pages, and remakes them each time the user requests a page. It is done to save the storage space, but the drawback is in increased load on the server and longer loading times.<\/span><\/p>\n<p class=\"c2\">That\u2019s why you should use\u00a0<span class=\"c8\">supercaching.\u00a0<\/span><span class=\"c0\">It is a technique, that allows the server to make the web pages in advance and keep them in a separate folder. They will take up more storage space, but the performance of the server and the loading times will greatly improve.<\/span><\/p>\n<p class=\"c2\"><span class=\"c8\">IMPORTANT.\u00a0<\/span><span class=\"c0\">Despite all the advantages of the caching, you should be careful about it. When you change the elements that has already been cached, no one will see any changes until the cache is updated. Which means that if you regularly update, for example, the header of your website \u2014 you should turn the caching off for it.<\/span><\/p>\n<p class=\"c2\">The best plugin for caching and supercaching is <a href=\"https:\/\/ru.wordpress.org\/plugins\/wp-super-cache\/\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">WP Super Cache<\/a>. It automatically detects which elements of the page should be cached and which caching method will be a better fit for it.<\/p>\n<p class=\"c2\"><span class=\"c0\">Here are the settings of WP Super Cache that I use on my website.<\/span><\/p>\n<p class=\"c2\"><a href=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1060\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM1.png\" alt=\"WP Super Cache Settings\" width=\"560\" height=\"145\" \/ title=\"How to optimize WordPress websites - Image 1\"><\/a><\/p>\n<p class=\"c2\"><a href=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1061\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM2.png\" alt=\"WP Super Cache Settings\" width=\"1062\" height=\"506\" \/ title=\"How to optimize WordPress websites - Image 2\"><\/a><\/p>\n<p class=\"c2\"><span class=\"c0\">Switching to Expert mode would give me a very little boost in loading speed, but in order to use it correctly, I\u2019d have to edit the configuration files on my hosting. Which is something I prefer not to do without a good reason.<\/span><\/p>\n<h2 id=\"h.ehqaltadk0if\" class=\"c16\"><span class=\"c19 c23\">Make the web page load sequentially<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">By default, the browser downloads the complete web page and only then shows it to the user. Which takes quite a lot of time if the page has a lot of content, and may lead to user just closing the tab before the page loads.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">The solution lies in sequential (or so called lazy) loading. In this case, the browser will load only the elements of the page the user can see right now. The rest will be loaded as needed. So while the overall loading speed of the page does increase, the user gets the page much faster and doesn\u2019t have to wait for the pictures in the footer to load.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">In order to turn on the sequential loading, you need a plugin Rocket Lazy Load. Just install it, activate it and check two marks in the settings.<\/span><\/p>\n<p><a href=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1062\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM3.png\" alt=\"Rocket Lazy Load Settings\" width=\"787\" height=\"488\" \/ title=\"How to optimize WordPress websites - Image 3\"><\/a><\/p>\n<h2 id=\"h.tste7ow5f35i\" class=\"c16\"><span class=\"c19 c23\">Combine the styles and scripts<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">JavaScript and CSS are the foundation of the modern web design. But a lot of webmasters can\u2019t use them correctly. They paste them in-line with the rest of the code, instead of creating a separate file and calling them in from it. The server wastes more resources to process the in-line styles and scripts, while the code of the web page itself becomes much harder to read.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">The best solution would be to write better code. But if you already have a website where you use inline CSS and JavaScript \u2014 it still needs to be fixed.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">The best way to do it is to rewrite the code manually. But if you are not familiar with CSS, HTML and JS and have no means or desire to hire a specialist \u2014 you can use a plugin instead.<\/span><\/p>\n<p class=\"c2\">I prefer Merge + Minify + Refresh. It automatically combines all styles and scripts on your website and pushes them from in-line to separate files.<\/p>\n<p class=\"c2\"><span class=\"c0\">The plugin has many insteresting settings, but if you do not know how HTTP works \u2014 do not change them. Just install the plugin and activate it, the default settings are decent enough.<\/span><\/p>\n<h2 id=\"h.u4plspexd5p2\" class=\"c16\"><span class=\"c19 c23\">Disable hotlinking<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">What do you do when you find a funny picture on the internet and want to use it on your website? The right way to do it is to download the image on your website and only then share it with the world. Like this:<\/span><\/p>\n<p><code>img src=\"image.jpg\" height=\"1080\" width=\"1920\"&gt;<\/code><\/p>\n<p class=\"c2\"><span class=\"c0\">But most people just right-click the image, copi its address and post it on their website. Like this:<\/span><\/p>\n<p><code>img src=\"http:\/\/somebodyswebsite.com\/image.jpg\" height=\"1080\" width=\"1920\"<\/code><\/p>\n<p class=\"c2\"><span class=\"c0\">Now, each time their page is loaded, the picture is grabbed from its native server. And the website on that native server gets slower due to having to process unrelated outside requests.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">This is called hotlinking and is a huge breach of web building etiquette. In order to prevent someone from hotlinking your media, you should turn the hotlinking off on your website. If people want to share \u2014 let them link directly to your website and bring you traffic.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">There are special image hostings. For example, <a href=\"http:\/\/imgur.com\/\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Imgur<\/a>. You can and actually should hotlink from them, since that is the whole purpose of those websites. So if you want to share a picture and not waste your storage space on it \u2014 go to Imgur and post the link from there.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">In order to protect my website from unethical behaviour, I use <a href=\"https:\/\/wordpress.org\/plugins\/all-in-one-wp-security-and-firewall\/\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">All-In-One WP Security and Firewall<\/a>. It\u2019s a light, but pretty great plugin that protects my website from bruteforcing, secures the accounts of my users, blocks connections with already known hackers and protects from hotlinking.<\/span><\/p>\n<p class=\"c2\">In the plugin\u2019s settings, hotlinking protection can be enabled in\u00a0<span class=\"c4\">Firewall &gt; Prevent hotlinks<\/span><span class=\"c0\">:<\/span><\/p>\n<p class=\"c2\"><a href=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM8.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1063\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM8.png\" alt=\"WP Security settings\" width=\"1013\" height=\"676\" \/ title=\"How to optimize WordPress websites - Image 4\"><\/a><\/p>\n<p class=\"c2\"><span class=\"c0\">But I recommend you to walk through all the menus and enable the recommended settings.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1648 size-full\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/08\/hnet.com-image.png\" alt=\"Dashboard\" width=\"1576\" height=\"799\" \/ title=\"How to optimize WordPress websites - Image 5\"><\/p>\n<h2 id=\"h.mj0j4isg4hw3\" class=\"c16\"><span class=\"c19 c23\">Optimize the database<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">Database contains all the info about your website. It contains posts\u2019 contents, comments, settings and many other things. If you want to, you can restore the website from the database only and you will lose only the mediafiles that were kept directly on the website.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">But there\u2019s a problem. WordPress database grows with time and gets filled with trash. And the larger the database \u2014 the slower the website.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">I solve this problem with <a href=\"https:\/\/ru.wordpress.org\/plugins\/advanced-database-cleaner\/\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Advanced Database Cleaner<\/a> plugin. It deletes:<\/span><\/p>\n<ol class=\"c5 lst-kix_9v0to2r88nkz-0 start\">\n<li class=\"c2 c9\"><span class=\"c0\">Old revisions and drafts of my posts.<\/span><\/li>\n<li class=\"c2 c9\"><span class=\"c0\">Unapproved comments, spam and comments in the Trash.<\/span><\/li>\n<li class=\"c2 c9\"><span class=\"c0\">Unused tags and metadata \u2014 for example, from deleted posts and comments.<\/span><\/li>\n<\/ol>\n<p class=\"c2\"><span class=\"c0\">The thing I like the most is an ability to automate the clean-up:<\/span><\/p>\n<p class=\"c2\"><a href=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1065\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM4.png\" alt=\"Advanced Database Cleaner settings\" width=\"828\" height=\"535\" \/ title=\"How to optimize WordPress websites - Image 6\"><\/a><\/p>\n<p class=\"c2\"><span class=\"c0\">And optimization:<\/span><\/p>\n<p class=\"c2\"><a href=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1066\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM5.png\" alt=\"Advanced Database Cleaner settings\" width=\"836\" height=\"271\" \/ title=\"How to optimize WordPress websites - Image 7\"><\/a><\/p>\n<p class=\"c2\"><span class=\"c0\">Premium version of the plugin also can delete the unused values in the tables that are left from deleted plugins and themes. But I already use the plugins very carefully and do not install anything I do not need.<\/span><\/p>\n<h2 id=\"h.i0gl3fhx09j3\" class=\"c16\"><span class=\"c19 c23\">Use only the themes that come from reliable sources<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">WordPress theme engine has a lot of features. With it, you can make your website look like literally anything and then publish this design to the web, for anyone to use. But it\u2019s not all sunshine and rainbows \u2014 quite often, theme not only gives your website its own atmosphere, but also serves as the main resource hog.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">I have two rules for picking a theme for a website:<\/span><\/p>\n<ul class=\"c5 lst-kix_n7m5hrc7o56u-0 start\">\n<li class=\"c2 c9\"><span class=\"c8\">Fear the themes from newbies.\u00a0<\/span>WordPress is not fool-proof. Nothing stops the theme author from using full-size images in the theme instead of CSS, utilize in-line scripts and styles and overall forget about optimization.<\/li>\n<\/ul>\n<p class=\"c2 c21\"><span class=\"c0\">That\u2019s why when I pick a theme, I look not only at the screenshots, but at the reviews too. And if other users are not satisfied with the performance \u2014 I\u2019d rather keep looking.<\/span><\/p>\n<ul class=\"c5 lst-kix_htunp88jcqn9-0 start\">\n<li class=\"c2 c9\"><span class=\"c8\">Don\u2019t prioritize bells and whistles.\u00a0<\/span><span class=\"c0\">Pretty animation are interesting only the first couple times. Afterwards, users stop caring about the way your menu expands \u2014 they\u2019ve come to your website for the content and not to look at the menu.<\/span><\/li>\n<\/ul>\n<p class=\"c2 c21\">So if your decorative elements slow the website down \u2014 remove them now, despite however cool they look.<\/p>\n<h2 id=\"h.j2hph9ldpsx\" class=\"c16\"><span class=\"c19 c23\">Remove all unnecessary plugins<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">Plugins are the add-ons for WordPress. And that means that they need additional resources to work properly. The more plugins the more of a resource hog your website becomes.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">That\u2019s why the plugins are evil. Even despite the fact that I want you to install a couple plugins myself \u2014 it\u2019s only because they speed your website more than they slow it down.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">So, if your website can function without a plugin \u2014 you don\u2019t need it. Especially when it comes to plugins that add animation and other decorative elements to the website.<\/span><\/p>\n<p class=\"c2\">You can check how much does the website slow your website down with\u00a0<span class=\"c14\"><a class=\"c6\" href=\"https:\/\/wordpress.org\/plugins\/p3-profiler\/\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\">Plugin Performance Profiler<\/a><\/span><span class=\"c0\">.<\/span><\/p>\n<p class=\"c2\"><a href=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM6.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1067\" src=\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/WPOPTIM6.png\" alt=\"Plugin Performance Profiler report\" width=\"805\" height=\"377\" \/ title=\"How to optimize WordPress websites - Image 8\"><\/a><\/p>\n<h2 id=\"h.rvn6rrpco903\" class=\"c16\"><span class=\"c19 c23\">Connect your website to the CDN<\/span><\/h2>\n<p class=\"c2\"><span class=\"c0\">CDN is a content distribution network that improves your website\u2019s loading speed for user from other countries.<\/span><\/p>\n<p class=\"c2\"><span class=\"c0\">CDN won\u2019t help if your website is just slow by itself. But if you promote your website abroad, CDN is the best possible solution.<\/span><\/p>\n<p class=\"c2\">The most popular CDN is CloudFlare. Our review on it and a manual on connecting it to WordPress can be found at\u00a0<span class=\"c14\"><a class=\"c6\" href=\"https:\/\/unihost.com\/blog\/what-is-cloudflare\/\">What is Cloudflare and how it speeds up your website<\/a><\/span><span class=\"c0\">.<\/span><\/p>\n<hr \/>\n<p class=\"c2\"><span class=\"c0\">Finally, you can just admit defeat and upgrade to a better hosting plan. Or directly to the VPS, if your website is really heavy. But before you start throwing money at the problem, try optimization. Trust me, the results will surprise you.<\/span><\/p>\n<!--themify_builder_content-->\n<div id=\"themify_builder_content-4047\" data-postid=\"4047\" class=\"themify_builder_content themify_builder_content-4047 themify_builder tf_clear\">\n                    <div  data-lazy=\"1\" class=\"module_row themify_builder_row tb_0p9q806 tb_first tf_w\">\n                        <div class=\"row_inner col_align_top tb_col_count_1 tf_box tf_rel\">\n                        <div  data-lazy=\"1\" class=\"module_column tb-column col-full tb_3bp7808 first\">\n                    <!-- module template_part -->\n<div  class=\"module module-layout-part tb_5s98692 \">\n    <\/div>\n<!-- \/module template_part -->        <\/div>\n                        <\/div>\n        <\/div>\n        <\/div>\n<!--\/themify_builder_content-->","protected":false},"excerpt":{"rendered":"<p>The slower your website, the less people are willing to use it. And the less users you have, the less traffic and conversions you get. At least, that\u2019s what the research by\u00a0Amazon,\u00a0Walmart,\u00a0Akamai\u00a0and\u00a0Aberdeen Group\u00a0proves. The main culprit that slows down your website are the HTTP-requests. Browser sends one of those for each element of the web [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":1758,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-4047","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-webdev","has-post-title","has-post-date","has-post-category","has-post-tag","has-post-comment","has-post-author",""],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to optimize Wordpress websites - Unihost.com Blog<\/title>\n<meta name=\"description\" content=\"Wordpress is rather well optimized by itself. But the more content the website has, the slower it becomes. - Unihost.com Blog\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to optimize Wordpress websites - Unihost.com Blog\" \/>\n<meta property=\"og:description\" content=\"Wordpress is rather well optimized by itself. But the more content the website has, the slower it becomes. - Unihost.com Blog\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.com Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-08T12:00:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-09T11:05:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/blog\/minio.php?2017\/03\/logo7.png\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"34\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alex Shevchuk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alex Shevchuk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/\"},\"author\":{\"name\":\"Alex Shevchuk\",\"@id\":\"https:\/\/unihost.com\/blog\/#\/schema\/person\/92e127fbc9a0ce4ca134886442a54474\"},\"headline\":\"How to optimize WordPress websites\",\"datePublished\":\"2021-10-08T12:00:33+00:00\",\"dateModified\":\"2026-01-09T11:05:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/\"},\"wordCount\":1798,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg\",\"articleSection\":[\"WebDev\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/\",\"url\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/\",\"name\":\"How to optimize Wordpress websites - Unihost.com Blog\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg\",\"datePublished\":\"2021-10-08T12:00:33+00:00\",\"dateModified\":\"2026-01-09T11:05:29+00:00\",\"description\":\"Wordpress is rather well optimized by itself. But the more content the website has, the slower it becomes. - Unihost.com Blog\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg\",\"contentUrl\":\"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg\",\"caption\":\"Wp-speed\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\/\/unihost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to optimize WordPress websites\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/blog\/#website\",\"url\":\"https:\/\/unihost.com\/blog\/\",\"name\":\"Unihost.com Blog\",\"description\":\"Web hosting, Online marketing and Web News\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/blog\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/blog\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/blog\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\",\"https:\/\/x.com\/unihost\",\"https:\/\/instagram.com\/unihost\",\"https:\/\/www.linkedin.com\/company\/unihost-com\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/blog\/#\/schema\/person\/92e127fbc9a0ce4ca134886442a54474\",\"name\":\"Alex Shevchuk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/37068b7d8dd334ae091ca77c586798519f5157257b25f6bc5dbe0daa5f828510?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/37068b7d8dd334ae091ca77c586798519f5157257b25f6bc5dbe0daa5f828510?s=96&d=mm&r=g\",\"caption\":\"Alex Shevchuk\"},\"description\":\"Alex Shevchuk is the Head of DevOps with extensive experience in building, scaling, and maintaining reliable cloud and on-premise infrastructure. He specializes in automation, high-availability systems, CI\/CD pipelines, and DevOps best practices, helping teams deliver stable and scalable production environments. LinkedIn: https:\/\/www.linkedin.com\/in\/alex1shevchuk\/\",\"url\":\"https:\/\/unihost.com\/blog\/author\/alex-shevchuk\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to optimize Wordpress websites - Unihost.com Blog","description":"Wordpress is rather well optimized by itself. But the more content the website has, the slower it becomes. - Unihost.com Blog","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:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to optimize Wordpress websites - Unihost.com Blog","og_description":"Wordpress is rather well optimized by itself. But the more content the website has, the slower it becomes. - Unihost.com Blog","og_url":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/","og_site_name":"Unihost.com Blog","article_publisher":"https:\/\/www.facebook.com\/unihost","article_published_time":"2021-10-08T12:00:33+00:00","article_modified_time":"2026-01-09T11:05:29+00:00","og_image":[{"width":200,"height":34,"url":"https:\/\/unihost.com\/blog\/minio.php?2017\/03\/logo7.png","type":"image\/png"}],"author":"Alex Shevchuk","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Alex Shevchuk","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/"},"author":{"name":"Alex Shevchuk","@id":"https:\/\/unihost.com\/blog\/#\/schema\/person\/92e127fbc9a0ce4ca134886442a54474"},"headline":"How to optimize WordPress websites","datePublished":"2021-10-08T12:00:33+00:00","dateModified":"2026-01-09T11:05:29+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/"},"wordCount":1798,"publisher":{"@id":"https:\/\/unihost.com\/blog\/#organization"},"image":{"@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg","articleSection":["WebDev"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/","url":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/","name":"How to optimize Wordpress websites - Unihost.com Blog","isPartOf":{"@id":"https:\/\/unihost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg","datePublished":"2021-10-08T12:00:33+00:00","dateModified":"2026-01-09T11:05:29+00:00","description":"Wordpress is rather well optimized by itself. But the more content the website has, the slower it becomes. - Unihost.com Blog","breadcrumb":{"@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#primaryimage","url":"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg","contentUrl":"https:\/\/unihost.com\/blog\/minio.php?2017\/07\/Wp-speed.svg","caption":"Wp-speed"},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/blog\/how-to-optimize-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/unihost.com\/blog\/"},{"@type":"ListItem","position":3,"name":"How to optimize WordPress websites"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/blog\/#website","url":"https:\/\/unihost.com\/blog\/","name":"Unihost.com Blog","description":"Web hosting, Online marketing and Web News","publisher":{"@id":"https:\/\/unihost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/blog\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/blog\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/blog\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost","https:\/\/x.com\/unihost","https:\/\/instagram.com\/unihost","https:\/\/www.linkedin.com\/company\/unihost-com"]},{"@type":"Person","@id":"https:\/\/unihost.com\/blog\/#\/schema\/person\/92e127fbc9a0ce4ca134886442a54474","name":"Alex Shevchuk","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/37068b7d8dd334ae091ca77c586798519f5157257b25f6bc5dbe0daa5f828510?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/37068b7d8dd334ae091ca77c586798519f5157257b25f6bc5dbe0daa5f828510?s=96&d=mm&r=g","caption":"Alex Shevchuk"},"description":"Alex Shevchuk is the Head of DevOps with extensive experience in building, scaling, and maintaining reliable cloud and on-premise infrastructure. He specializes in automation, high-availability systems, CI\/CD pipelines, and DevOps best practices, helping teams deliver stable and scalable production environments. LinkedIn: https:\/\/www.linkedin.com\/in\/alex1shevchuk\/","url":"https:\/\/unihost.com\/blog\/author\/alex-shevchuk\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/posts\/4047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/comments?post=4047"}],"version-history":[{"count":4,"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/posts\/4047\/revisions"}],"predecessor-version":[{"id":8291,"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/posts\/4047\/revisions\/8291"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/media\/1758"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/media?parent=4047"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/categories?post=4047"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/blog\/wp-json\/wp\/v2\/tags?post=4047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}