{"id":526,"date":"2019-04-27T13:29:24","date_gmt":"2019-04-27T13:29:24","guid":{"rendered":"https:\/\/www.discussdigital.online\/?p=513"},"modified":"2019-06-16T12:01:52","modified_gmt":"2019-06-16T06:31:52","slug":"optimize-your-wordpress-website-2","status":"publish","type":"post","link":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/","title":{"rendered":"Optimize Your WordPress Website"},"content":{"rendered":"\n<p>WordPress is one of the most widespread and easily customizable CMSs. However, it&#8217;s pretty slow in the default configuration, especially, if the site has a lot of visitors and heavy content, or uses a complex theme.&nbsp; <\/p>\n\n\n\n<p>You can check your website using online tools such as the ones below to track the website speed results after each step:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/developers.google.com\/speed\/pagespeed\/insights\/\" target=\"_blank\" rel=\"noreferrer noopener\">Google Page Speed<\/a><\/li><li><a href=\"https:\/\/gtmetrix.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">GTmetrix<\/a><\/li><li><a href=\"https:\/\/tools.pingdom.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Pingdom<\/a><\/li><\/ul>\n\n\n\n<p> All these tools will provide insight on how your website loads and which parts of the website take more time to load than others (i.e. which need to be optimized). <\/p>\n\n\n\n<p>There are some tips to optimize and improve performance of your wordpress website:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Choosing Theme<\/strong><\/h4>\n\n\n\n<p>The main and the most important rule about choosing a theme for the WordPress website is that WordPress theme should correspond to the content of your website. You should define the topic of your website and the content first, and only then choose a theme which will suit your needs. Many WordPress themes are customizable and allow WordPress users to tweak multiple theme options to create the desired look for their websites. However, these options, if they are coded improperly, can create issues with changing the theme to another one.<\/p>\n\n\n\n<p>\n\nSome WordPress themes which are quite attractive at first glance can actually make your website load more slowly than it should. Below are several useful tips to help you select the best theme for your WordPress website:&nbsp;<\/p>\n\n\n\n<p>1. The simpler, the better.&nbsp;<br>2. Choose a theme with a responsive design.&nbsp;<br>3. Try to choose only highly-rated plugins compatible with your version of WordPress<br>4. Pay attention to the presence of page builders which come with the theme.&nbsp;<br>5. Consider SEO friendliness of the theme.\n\n<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Minimizing Plugins<\/strong> <br><\/h4>\n\n\n\n<p>Deactivate and delete any unnecessary plugins. Try selectively disabling plugins to measure server performance.&nbsp; Then you can look at <strong>optimizing plugins<\/strong>. You can use Caching Plugins to start optimization process.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Caching Plugins<\/h4>\n\n\n\n<p>Caching plugins can be easily installed and will cache your WordPress posts and pages as static files. These static files are then served to users, reducing the processing load on the server. This can improve performance several hundred times over for fairly static pages. When combined with a system level page cache such as Varnish, this can be quite powerful. If your posts\/pages have a lot of dynamic content configuring caching can be more complex.<\/p>\n\n\n\n<p>\n\nA number of WP caching plugins are in use, and the vast majority of them drastically improve the page load time.&nbsp;<br><a href=\"https:\/\/wordpress.org\/plugins\/w3-total-cache\/\">W3 Total Cache<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/wordpress.org\/plugins\/wp-super-cache\/\">WP Super Cache<\/a>&nbsp;are the most popular ones. The main difference between them is that&nbsp;<strong>W3 Total Cache<\/strong>&nbsp;is more customizable. W3TC utilizes multiple techniques to improve performance, including:&nbsp;<br><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>page caching<\/li><li>HTML, CSS, and javascript minification<\/li><li>gzip compression<\/li><li><a href=\"https:\/\/www.keycdn.com\/what-is-a-cdn\">CDN<\/a>&nbsp;(Content Distribution Network) support<\/li><li>browser caching via ETags<\/li><\/ul>\n\n\n\n<p>Below are the guidelines for its initial setup and tweaking.&nbsp;<\/p>\n\n\n\n<p>To configure the plugin, go to&nbsp;<strong>Plugins &gt;&gt; Installed Plugins &gt;&gt;&nbsp;<\/strong>find&nbsp;<strong>W3 Total Cache &gt;&gt; Settings<\/strong>:\n\n<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png?w=640&#038;ssl=1\" alt=\"\" class=\"wp-image-514\" data-recalc-dims=\"1\"\/><\/figure>\n\n\n\n<p>On Plugin page, scroll down the page and check <strong>Enable&nbsp;<\/strong>next to the following options:&nbsp;<\/p>\n\n\n\n<p>1. Page Cache&nbsp;<br>2. Minify&nbsp;<br>3. Browser Cache (more details on browser cache setup in W3 Total Cache can be found in the next paragraph)&nbsp;<\/p>\n\n\n\n<p>Then click on the&nbsp;<strong>Save All Settings<\/strong>&nbsp;button.\n\n<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Optimizing the database<br><\/h4>\n\n\n\n<p>\n\nOptimizing the database may also be useful for a WordPress blog. Currently, WordPress has 11 core tables. Most WordPress websites have even more tables because plugins and some themes save additional settings and other data in the WordPress database.<\/p>\n\n\n\n<p>You can use specialized WordPress plugins such as:<\/p>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/plugins\/wp-optimize\/\">WP-Optimize<\/a><br><a href=\"https:\/\/wordpress.org\/plugins\/rvg-optimize-database\/\">Optimize Database after Deleting Revisions<\/a><br><a href=\"https:\/\/wordpress.org\/plugins\/wp-sweep\/\">WP-Sweep<\/a><br><a href=\"https:\/\/wordpress.org\/plugins\/wp-dbmanager\/\">WP-DB Manager<\/a><\/p>\n\n\n\n<p><strong>WP-Sweep<\/strong>&nbsp;uses proper WordPress delete functions as much as possible instead of running direct delete MySQL queries, whereas the&nbsp;<strong>WP-Optimize<\/strong>&nbsp;plugin uses direct delete SQL queries which can leave orphaned data left behind.&nbsp;<\/p>\n\n\n\n<p><strong>Note:<\/strong> Back up the database and\/or the whole website before making any major adjustments, especially to third-party plugins. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Clean Up Your Media Library and Post Revisions<\/h4>\n\n\n\n<p>As your site grows, your media library will fill up with images, documents, and other files. Even if you use image optimization, this many files can start to strain your server resources. A fair amount of these files might not even be used anymore. Identifying and deleting unused media files can be an incredible pain if done manually, however. Fortunately, there are plugins that can help you out.<br>In this case, we recommend that you use the&nbsp;<a href=\"https:\/\/wordpress.org\/plugins\/media-cleaner\/\">Media Cleaner<\/a> plugin.<\/p>\n\n\n\n<p>This plugin will automatically find and delete any unused media files in your library. It will search for files that don\u2019t appear on any pages or posts and place them in a trash bin. This enables you to sort through them and save files you want to keep even if they\u2019re not used on the site.<\/p>\n\n\n\n<p>Another potential resource-waster is&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/revisions\/\">post revisions<\/a>. These enable you to see earlier versions of posts, which can be helpful while you\u2019re creating content. However, since these are essentially copies of your existing posts, they can also take up a considerable amount of unnecessary space<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.dreamhost.com\/blog\/wp-content\/uploads\/2018\/05\/optimize_wp_site_speed_21.png?resize=557%2C355&#038;ssl=1\" alt=\"\" width=\"557\" height=\"355\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>You should, therefore, make sure to regularly clean up your revision archive. One plugin that enables you to do this is&nbsp;<a href=\"http:\/\/wordpress.org\/plugins\/wp-optimize\/\">WP-Optimize<\/a>, which also cleans up your comments table in the process.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Smush Image Compression And Optimization<\/h4>\n\n\n\n<p>One of the biggest drains on your site\u2019s resources is its images. They\u2019re great for making your site look amazing and for supplementing your text content, but they also require both server space and bandwidth. This is especially true if your site contains high-quality images, such as in a portfolio or online store. <br>Large file sizes have a negative effect on loading times and bandwidth usage, which harms the overall user experience. <\/p>\n\n\n\n<p>Using a plugin like <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/wp-smushit\/\" target=\"_blank\">Smush Image Compression and Optimization<\/a> can make a huge impact on page load times.  Image optimization is a process that compresses the size of an image file without noticeably affecting its quality. <br>The plugin works to resize, optimize and compress all of your images for the web so they load faster than before. If your site is photo-rich, then this plugin is a must-have. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Overview<\/h4>\n\n\n\n<p> Optimizing your website is no longer an option. A slow site can lead to a significant drop in the number of visitors who stick around, which will negatively affect your bottom line. <br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress is one of the most widespread and easily customizable CMSs. However, it&#8217;s pretty slow in the default configuration, especially, if the site has a lot of visitors and heavy content, or uses a complex theme.&nbsp; You can check your website using online tools such as the ones below to track the website speed results [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[51],"tags":[54,48,55,56,13],"class_list":["post-526","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-optimization","tag-optimize-wordpress-website","tag-performace","tag-speed-up-website","tag-wordpress"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Optimize Your WordPress Website | 24x7serversupport Blog<\/title>\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.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Optimize Your WordPress Website | 24x7serversupport Blog\" \/>\n<meta property=\"og:description\" content=\"WordPress is one of the most widespread and easily customizable CMSs. However, it&#8217;s pretty slow in the default configuration, especially, if the site has a lot of visitors and heavy content, or uses a complex theme.&nbsp; You can check your website using online tools such as the ones below to track the website speed results [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/\" \/>\n<meta property=\"og:site_name\" content=\"24x7serversupport Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-04-27T13:29:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-06-16T06:31:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png\" \/>\n<meta name=\"author\" content=\"24x7support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:site\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24x7support\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/\",\"name\":\"Optimize Your WordPress Website | 24x7serversupport Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png\",\"datePublished\":\"2019-04-27T13:29:24+00:00\",\"dateModified\":\"2019-06-16T06:31:52+00:00\",\"author\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#primaryimage\",\"url\":\"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png\",\"contentUrl\":\"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.24x7serversupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Optimize Your WordPress Website\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/\",\"name\":\"24x7serversupport Blog\",\"description\":\"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\",\"name\":\"24x7support\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Optimize Your WordPress Website | 24x7serversupport 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:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/","og_locale":"en_US","og_type":"article","og_title":"Optimize Your WordPress Website | 24x7serversupport Blog","og_description":"WordPress is one of the most widespread and easily customizable CMSs. However, it&#8217;s pretty slow in the default configuration, especially, if the site has a lot of visitors and heavy content, or uses a complex theme.&nbsp; You can check your website using online tools such as the ones below to track the website speed results [&hellip;]","og_url":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/","og_site_name":"24x7serversupport Blog","article_published_time":"2019-04-27T13:29:24+00:00","article_modified_time":"2019-06-16T06:31:52+00:00","og_image":[{"url":"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png"}],"author":"24x7support","twitter_card":"summary_large_image","twitter_creator":"@24x7serversuppo","twitter_site":"@24x7serversuppo","twitter_misc":{"Written by":"24x7support","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/","url":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/","name":"Optimize Your WordPress Website | 24x7serversupport Blog","isPartOf":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#primaryimage"},"image":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png","datePublished":"2019-04-27T13:29:24+00:00","dateModified":"2019-06-16T06:31:52+00:00","author":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401"},"breadcrumb":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#primaryimage","url":"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png","contentUrl":"https:\/\/www.discussdigital.online\/wp-content\/uploads\/2019\/04\/image.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.24x7serversupport.com\/blog\/optimize-your-wordpress-website-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.24x7serversupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Optimize Your WordPress Website"}]},{"@type":"WebSite","@id":"https:\/\/www.24x7serversupport.com\/blog\/#website","url":"https:\/\/www.24x7serversupport.com\/blog\/","name":"24x7serversupport Blog","description":"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401","name":"24x7support","url":"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=526"}],"version-history":[{"count":1,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/526\/revisions"}],"predecessor-version":[{"id":2588,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/526\/revisions\/2588"}],"wp:attachment":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=526"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=526"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}