{"id":4755,"date":"2021-05-05T19:04:52","date_gmt":"2021-05-05T19:04:52","guid":{"rendered":"https:\/\/fisthost.com\/blog\/?p=4755"},"modified":"2021-05-06T09:37:13","modified_gmt":"2021-05-06T09:37:13","slug":"complete-optimization-of-wordpress-for-speed-and-better-performance","status":"publish","type":"post","link":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/","title":{"rendered":"Complete Optimization of WordPress for Speed and Better Performance"},"content":{"rendered":"\n<p>In this tutorial, we will give you some tips on improving your WordPress website&#8217;s speed. Having a fast site is essential if you want to provide your visitors with a great user experience and rank well in the search engines, like Google and Bing, which consider the loading speed of your pages.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enable Caching<\/strong><\/h3>\n\n\n\n<p>In simple terms, caching refers to the process of creating static versions of your content and serving that to visitors. Static pages are generally rendered quickly in browsers. It leads to faster performance of your website.<\/p>\n\n\n\n<p>In WordPress, rendering or fetching a page (or post or custom post type) requires back and forth queries to be sent to and from the database. You will create a post or a page more often than not, and then you won&#8217;t be updating it every day. Caching creates static copies of your post or page and serves that to visitors. This way, the back and forth queries to and from the database can be avoided, reducing the server load.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/wp-super-cache\/\">WP Super Cache<\/a>\u00a0is the plugin that we recommend to all our clients.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enable gZIP compression<\/strong><\/h3>\n\n\n\n<p>To decrease the size of data transferred between your server and your visitors, you can enable the gZIP compression for your images, CSS, and JavaScript files. By doing this, the web server will compress (like creating a ZIP file, for example) this content before it&#8217;s transferred over the Internet to your browser. On the other side, your browser decompresses the content before rendering it. It significantly lowers the size of information that&#8217;s being transferred, lowering the loading times of your pages.<\/p>\n\n\n\n<p>The easiest way to enable the gZIP compression for your images, CSS, and JS files is to add these lines to your .htaccess file in the root WordPress folder:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>## ENABLE GZIP COMPRESSION ##<br>AddOutputFilterByType DEFLATE text\/plain<br>AddOutputFilterByType DEFLATE text\/html<br>AddOutputFilterByType DEFLATE text\/xml<br>AddOutputFilterByType DEFLATE text\/css<br>AddOutputFilterByType DEFLATE application\/xml<br>AddOutputFilterByType DEFLATE application\/xhtml+xml<br>AddOutputFilterByType DEFLATE application\/rss+xml<br>AddOutputFilterByType DEFLATE application\/javascript<br>AddOutputFilterByType DEFLATE application\/x-javascript<br>## ENABLE GZIP COMPRESSION ##<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Use a CDN<\/strong><\/h3>\n\n\n\n<p>Content delivery networks (CDN) are server networks that clone your site on all of their location nodes. It means that when your visitors request your site, it will be served by the closest server location, rather than the primary datacenter of your hosting provider, for more information on that matter.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Optimize your Images<\/strong><\/h3>\n\n\n\n<p>Images are an essential part of every website. It is necessary to have them optimized. There are few things regarding our images that you should mind when making your WordPress site:<\/p>\n\n\n\n<p>Use images of the proper size. Do not upload big ideas and then scale them with HTML. Ensure that your photos and other photos are not more significant than the size you&#8217;re displaying them in.<\/p>\n\n\n\n<p>Smush your images. Smushing them will remove all the additional data from your photos \u2013 creation date, camera used for the photo, GPS coordinates, etcetera. There is an excellent little plugin that does that for you called&nbsp;<a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/wp-smushit\/\" rel=\"noreferrer noopener\">WP Smush<\/a>.<\/p>\n\n\n\n<p>If possible, use Sprites for your themes. Using sprites is a CSS technique that uses a single image to show multiple design elements on your pages. This way, instead of loading dozens of small photos (making HTTP requests each time), your site will open a single one. Sprites, however, must be considered when the theme to designed. So always look for themes that utilize spirits.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Minify your JavaScript and CSS files<\/strong><\/h3>\n\n\n\n<p>Minifying your CSS and JavaScript files means that all the unnecessary data from them, like double spaces, empty new lines, comments, etcetera., will be removed from the files lowering their size. There are many\u00a0<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http:\/\/cssminifier.com\/\">online tools<\/a>\u00a0that you can use for free to minify your files. In addition, if you&#8217;re using the W3 Total Cache plugin, it has an option to minify your theme&#8217;s CSS and JS files automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Leverage browser caching<\/strong><\/h3>\n\n\n\n<p>Leveraging the browser caching means that you can specify how long your visitor&#8217;s browsers should cache your images, CSS, JS, and flash files. However, if any of those resources to set, your server will notify the visitor&#8217;s browser, and the new one will replace the cached material. You can add the lines below to your .htaccess file to enable this technique.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>## LEVERAGE BROWSER CACHING ##<br>&lt;IfModule mod_expires.c&gt;<br>ExpiresActive On<br>ExpiresByType image\/jpg \"access 1 year\"<br>ExpiresByType image\/jpeg \"access 1 year\"<br>ExpiresByType image\/gif \"access 1 year\"<br>ExpiresByType image\/png \"access 1 year\"<br>ExpiresByType text\/css \"access 1 month\"<br>ExpiresByType application\/pdf \"access 1 month\"<br>ExpiresByType application\/x-javascript \"access 1 month\"<br>ExpiresByType application\/javascript \"access 1 month\"<br>ExpiresByType application\/x-shockwave-flash \"access 1 month\"<br>ExpiresByType image\/x-icon \"access 1 year\"<br>ExpiresDefault \"access 2 days\"<br>&lt;\/IfModule&gt;<br>## LEVERAGE BROWSER CACHING ##<\/code><\/pre>\n\n\n\n<p><b><u><em><strong>Fist Host Web Hosting <\/strong><\/em>is optimized to provide you better speed of your<\/u><span style=\"text-decoration: underline;\"><u> <\/u><\/span><\/b><strong><span style=\"text-decoration: underline;\">WordPress website<\/span> compared to the other hosting providers.<\/strong><\/p>\n    <div class=\"xs-review-box view-review-list\" id=\"xs-user-review-box\">\n\n        <h3 class=\"total-reivew-headding\">\n\t\t\t151 Reviews        <\/h3>\n        <div class=\"xs-review-box-item\">\n\n            <div\n                    class=\"xs-review-media review-full\">\n\n\t\t\t\t\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t<div class=\"border-div\"> <\/div>\n                        <!-- every review-->\n                        <div class=\"xs-reviewer-details\">\n\n\t\t\t\t\t\t\t\n                            <div class=\"review-reviwer-info-section\">\n\n\t\t\t\t\t\t\t\t                            <\/div>\n\n                        <\/div>\n\n\t\t\t\t\t\t\n                    <div class=\"xs-review-pagination\">\n\t\t\t\t\t\t<ul class='page-numbers'>\n\t<li><span class=\"page-numbers current\">1<\/span><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/4755\/?review_page=2\">2<\/a><\/li>\n\t<li><span class=\"page-numbers dots\">&hellip;<\/span><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/4755\/?review_page=16\">16<\/a><\/li>\n\t<li><a class=\"next page-numbers\" href=\"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/4755\/?review_page=2\">\u00bb<\/a><\/li>\n<\/ul>\n                    <\/div>\n\n\t\t\t\t\t\n            <\/div>\n\n\t\t\t\n        <\/div>\n\n    <\/div>\n\n\t\n    <form action=\"https:\/\/fisthost.com\/blog\/?xs_review=6304\"\n          name=\"xs_review_form_public_data\"\n          method=\"post\"\n          id=\"xs_review_form_public_data\">\n\n        <div class=\"xs-review-box public-xs-review-box\" id=\"xs-review-box\">\n            <h3 class=\"write-reivew-headding\">\n\t\t\t\tWrite a Review             <\/h3>\n\n\t\t\t\n            <div class=\"wur-review-fields\">                 <input type=\"hidden\" value=\"4755\"\n                       name=\"xs_submit_review_data[xs_post_id]\" \/>\n\n                <input type=\"hidden\" value=\"post\"\n                       name=\"xs_submit_review_data[xs_post_type]\" \/>\n\n                <input type=\"hidden\" value=\"0\"\n                       name=\"xs_submit_review_data[xs_post_author]\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"0501c824c8\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/blog\/wp-json\/wp\/v2\/posts\/4755\" \/>                <div class=\"xs-review xs-save-button\">\n                    <button type=\"submit\" name=\"xs_review_form_public_data\" class=\"xs-btn primary\">\n                        Submit Review                    <\/button>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/form>\n\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will give you some tips on improving your WordPress website&#8217;s speed. Having a fast site is essential if you want to provide your visitors with a great user experience and rank well in the search engines, like Google and Bing, which consider the loading speed of your pages. Enable Caching In&#8230;<\/p>\n","protected":false},"author":1,"featured_media":4945,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[90,81],"tags":[],"class_list":["post-4755","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-speed-optimization","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Complete Optimization of WordPress for Speed and Better Performance - Fist Host Blog and News<\/title>\n<meta name=\"description\" content=\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Complete Optimization of WordPress for Speed and Better Performance - Fist Host Blog and News\" \/>\n<meta property=\"og:description\" content=\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/\" \/>\n<meta property=\"og:site_name\" content=\"Fist Host Blog and News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/fisthostweb\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/sultan.nawab.831\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-05T19:04:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-06T09:37:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fisthost.com\/blog\/med\/2021\/05\/speed-up-wp-sites.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"430\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sultan Nawab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fisthost\" \/>\n<meta name=\"twitter:site\" content=\"@fisthost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sultan Nawab\" \/>\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:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/\"},\"author\":{\"name\":\"Sultan Nawab\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a\"},\"headline\":\"Complete Optimization of WordPress for Speed and Better Performance\",\"datePublished\":\"2021-05-05T19:04:52+00:00\",\"dateModified\":\"2021-05-06T09:37:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/\"},\"wordCount\":691,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\"},\"articleSection\":[\"Speed Optimization\",\"Wordpress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/\",\"url\":\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/\",\"name\":\"Complete Optimization of WordPress for Speed and Better Performance - Fist Host Blog and News\",\"isPartOf\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#website\"},\"datePublished\":\"2021-05-05T19:04:52+00:00\",\"dateModified\":\"2021-05-06T09:37:13+00:00\",\"description\":\"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.\",\"breadcrumb\":{\"@id\":\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fisthost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Complete Optimization of WordPress for Speed and Better Performance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fisthost.com\/blog\/#website\",\"url\":\"https:\/\/fisthost.com\/blog\/\",\"name\":\"Fist Host Blog and News\",\"description\":\"Info and News about Speed Troubleshooting\",\"publisher\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fisthost.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fisthost.com\/blog\/#organization\",\"name\":\"Fist Host Blog\",\"url\":\"https:\/\/fisthost.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png\",\"contentUrl\":\"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png\",\"width\":160,\"height\":45,\"caption\":\"Fist Host Blog\"},\"image\":{\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/fisthostweb\",\"https:\/\/twitter.com\/fisthost\",\"https:\/\/instagram.com\/fisthostweb\",\"https:\/\/pk.linkedin.com\/in\/fist-host-8793421b3\",\"https:\/\/youtube.com\/fisthost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a\",\"name\":\"Sultan Nawab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fisthost.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Sultan Nawab\"},\"description\":\"Fist Host Provides you Fastest Web Hosting services with a ultra-fast servers for Linux Hosting, Windows Hosting and WordPress Hosting in reasonable price.\",\"sameAs\":[\"https:\/\/fisthost.com\/blog\",\"https:\/\/www.facebook.com\/sultan.nawab.831\",\"https:\/\/www.instagram.com\/fisthostweb\",\"https:\/\/twitter.com\/fisthost\",\"https:\/\/www.youtube.com\/fisthost\"],\"url\":\"https:\/\/fisthost.com\/blog\/author\/sultan-nawab\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Complete Optimization of WordPress for Speed and Better Performance - Fist Host Blog and News","description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","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:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/","og_locale":"en_US","og_type":"article","og_title":"Complete Optimization of WordPress for Speed and Better Performance - Fist Host Blog and News","og_description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","og_url":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/","og_site_name":"Fist Host Blog and News","article_publisher":"https:\/\/facebook.com\/fisthostweb","article_author":"https:\/\/www.facebook.com\/sultan.nawab.831","article_published_time":"2021-05-05T19:04:52+00:00","article_modified_time":"2021-05-06T09:37:13+00:00","og_image":[{"width":800,"height":430,"url":"https:\/\/fisthost.com\/blog\/med\/2021\/05\/speed-up-wp-sites.jpg","type":"image\/jpeg"}],"author":"Sultan Nawab","twitter_card":"summary_large_image","twitter_creator":"@fisthost","twitter_site":"@fisthost","twitter_misc":{"Written by":"Sultan Nawab","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#article","isPartOf":{"@id":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/"},"author":{"name":"Sultan Nawab","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a"},"headline":"Complete Optimization of WordPress for Speed and Better Performance","datePublished":"2021-05-05T19:04:52+00:00","dateModified":"2021-05-06T09:37:13+00:00","mainEntityOfPage":{"@id":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/"},"wordCount":691,"commentCount":0,"publisher":{"@id":"https:\/\/fisthost.com\/blog\/#organization"},"articleSection":["Speed Optimization","Wordpress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/","url":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/","name":"Complete Optimization of WordPress for Speed and Better Performance - Fist Host Blog and News","isPartOf":{"@id":"https:\/\/fisthost.com\/blog\/#website"},"datePublished":"2021-05-05T19:04:52+00:00","dateModified":"2021-05-06T09:37:13+00:00","description":"Fist Host blog focuses on all kinds of Web development tutorials. It provides actionable tips and useful resources on web performance and website optimization.","breadcrumb":{"@id":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fisthost.com\/blog\/complete-optimization-of-wordpress-for-speed-and-better-performance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fisthost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Complete Optimization of WordPress for Speed and Better Performance"}]},{"@type":"WebSite","@id":"https:\/\/fisthost.com\/blog\/#website","url":"https:\/\/fisthost.com\/blog\/","name":"Fist Host Blog and News","description":"Info and News about Speed Troubleshooting","publisher":{"@id":"https:\/\/fisthost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fisthost.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fisthost.com\/blog\/#organization","name":"Fist Host Blog","url":"https:\/\/fisthost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png","contentUrl":"https:\/\/fisthost.com\/blog\/med\/2021\/05\/Fist-Host-Logo.png","width":160,"height":45,"caption":"Fist Host Blog"},"image":{"@id":"https:\/\/fisthost.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/fisthostweb","https:\/\/twitter.com\/fisthost","https:\/\/instagram.com\/fisthostweb","https:\/\/pk.linkedin.com\/in\/fist-host-8793421b3","https:\/\/youtube.com\/fisthost"]},{"@type":"Person","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/13b996f7d17d8cd598916875ebfb9e3a","name":"Sultan Nawab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fisthost.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dca8645f05cd7561924d42d2f789aae765849457a8205a58546db18c188a8c58?s=96&d=wp_user_avatar&r=g","caption":"Sultan Nawab"},"description":"Fist Host Provides you Fastest Web Hosting services with a ultra-fast servers for Linux Hosting, Windows Hosting and WordPress Hosting in reasonable price.","sameAs":["https:\/\/fisthost.com\/blog","https:\/\/www.facebook.com\/sultan.nawab.831","https:\/\/www.instagram.com\/fisthostweb","https:\/\/twitter.com\/fisthost","https:\/\/www.youtube.com\/fisthost"],"url":"https:\/\/fisthost.com\/blog\/author\/sultan-nawab\/"}]}},"_links":{"self":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/4755","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/comments?post=4755"}],"version-history":[{"count":0,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/posts\/4755\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/media\/4945"}],"wp:attachment":[{"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/media?parent=4755"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/categories?post=4755"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fisthost.com\/blog\/wp-json\/wp\/v2\/tags?post=4755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}