Speed Optimization

  • Setup a Cookieless domain for WordPress site

    Last updated on February 27, 2019 by J M Mubasshir Rahman

    In speed optimization, Cookieless domain plays one of the vital roles for page speed. It is undoubtedly one of the most important warnings to fix. This warning shows in every speed test tools. Today we will see how can we fix this issue. What is Cookie At first let me tell you what is cookie.…

  • Avoid a Character Set in the Meta Tag

    Last updated on February 26, 2019 by J M Mubasshir Rahman

    Avoid a Character Set in the Meta Tag warning is actually from Google Page Speed Insights for speed optimization. You can see this warning in GTMETRIX or Pingdom as well. Today we will deep dive into this issue. What is Character Set According to W3C : A character set is a collection of letters and…

  • How to Fix “Specify a Vary: Accept-Encoding Header”

    Last updated on February 24, 2019 by J M Mubasshir Rahman

    This kind of warning is very common in Speed Optimization. This is actually an HTTP header what is responses from the server to the browser. This warning shows if your server is not Vary header is not configured. What is Specify a Vary: Accept-Encoding Header When a browser makes a request, they include HTTP headers…

  • How to fix Configure entity tags (ETags)

    Last updated on February 9, 2019 by J M Mubasshir Rahman

    Configure entity tags (ETags) is one of the most common issues for the speed fix of a website. In GTmetrix or Pingdom this error shows if your web server doesn't configure Etags properly. In this post we will deep dive how to fix configure entity tags or ETags. What is Entity tags (ETags) Entity Tags…

  • How to use GTmetrix Speed Test Tools

    Last updated on January 28, 2019 by J M Mubasshir Rahman

    GTMETRIX is one of the well-known tools for speed test. It was built by GT.net based on Canada for their hosting customers to easily measuring the performance of their sites. It is one of the popular and most usable speed test tools after Pingdom and Google page speed insights. The reason it is one of…

  • How to Fix the Leverage Browser Caching Warning in WordPress

    Last updated on December 25, 2018 by J M Mubasshir Rahman

    If you check your website in page speed test tools such as Pingdom, Google Page insight's Lighthouse or GTMETRIX you will probably get an error called Leverage Browser Caching or Add Expire Headers. Today we will deep dive into this warning Leverage Browser Caching and how it affects your wordpress website and how to fix this…

  • How To Do Web Font Optimization in WordPress

    Last updated on December 23, 2018 by J M Mubasshir Rahman

    Web fonts are one of the main part of modern web design. It is being used almost every wordpress website. Optimizing web fonts are so important otherwise it will slow down your website drastically. Web fonts are popular because of several reasons. Such as: Designers like web fonts because it improves UX magically.Web fonts render…

  • How to Optimize Multipurpose WordPress Theme

    Last updated on December 7, 2018 by J M Mubasshir Rahman

    There is so many rumors about multipurpose theme speed optimization. Some say it will slow down your website some say it is impossible to optimize speeds for multi-purpose themes. But all are fake. Today we will show how to actually optimize a multipurpose theme. What is a Multipurpose WordPress theme? Multipurpose theme defines that it…

  • How to Remove Query Strings From Static Resources in WordPress

    Last updated on December 6, 2018 by J M Mubasshir Rahman

    In wordpress speed optimization remove query strings from static resources has became a big question mark. I have seen too many people is complaining about this. CSS files has the version at the end of the URLS; such as site.com/style.css?ver=4.6. Sometimes some proxy caching servers and CDN are unable to cache query strings even you have…

  • How to Optimize Database in WordPress for Increasing Page Speed

    Last updated on November 4, 2018 by J M Mubasshir Rahman

    In Speed Optimization another important part is optimize database. In WordPress there creates so many queries, post revisions and comments. So you have a lot of junks in your database. This junks effects on your wordpress website's speed. So you need to optimize database. In this post I will walk-through with database optimization. How to…