> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.namehero.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How To Increase Your Website's Performance

_We built our entire network around providing affordable high-speed cloud web hosting to our customers regardless the size of your website or the number of visitors you receive. Whether you're starting your first website or are moving over an existing website with thousands of visitors, we're going to help you speed things up!_

Before we get started, it's really important to understand you can move your website to the server of all servers, but if you have poorly coded applications (i.e. WordPress plugins/themes) you're going to have to make some optimizations. Additionally, some performance tweaks are very unique based on your website, so this article will help explain some easy tweaks you can make.

# Step 1) Make Sure Your Website Is Updated

The majority of NameHero customers use WordPress to power their website which also means they have several custom plugins and themes to achieve their unique goals. Rather you're using WordPress or a similar application such as Drupal, the first step to optimizing your website is making sure your core application as well as any third-party plugins and themes are running the latest version.

# Step 2) Make Sure You're Using The Latest Stable Version Of PHP

At NameHero we [make it very easy to select specific PHP versions for your website](https://help.namehero.com/en/articles/4385055-how-to-select-php-version-add-php-extensions-and-modify-memory-upload-limits). We do this because we understand PHP updates may break your website and if you're running some custom code, it may take you a bit more time to get everything updated. Regardless, you're not going to achieve optimal performance until you're using the latest stable version of PHP. You'll also receive numerous security benefits.

# Step 3) Perform A Plugin/Theme Audit

Before we get into the meat of optimization, it's a good idea to evaluate the theme and plugin(s) you're using. Ask yourself:

* _Are all the plugins I'm using 100% necessary?_
* _Are there some tasks I can achieve without a plugin?_
* _Are all the plugins I'm using developed by professional developers that have good reviews/lots of installs?_
* _Is my WordPress theme from a reputable developer and do they provide frequent updates?_
* _Do they offer theme support / documentation and have a large community?_

These are all very important because the more plugins your website has installed and activated, the more "taxing" your website can be on the server.

Remember a lot of plugins are developed with revenue in mind, meaning they may offer convenient functionality, but were they developed with performance and security in mind?

Additionally, just because a theme looks cool, doesn't mean it was developed to be fast. Most web designers develop around what looks good, not what runs fast.

If you're unable to safely answer all of these questions, now maybe the time to find a new theme or disable some unused plugins.

# Step 4) Perform A Website Speed Test

**_PLEASE NOTE: Nothing against free tools like GTMetrix and other speed testing websites, but please conduct all your speed tests locally, as I'm about to demonstrate. This is going to provide you with the most accurate results and in this tutorial, we're going to be doing some DNS modifications, so those tools will not update as fast and end up frustrating the heck out of you._**

Once you've knocked out all the prerequisites, you can do an initial speed test to see how fast your website is loading.

_For my example, I've setup a WordPress website that uses a custom theme along with the popular WooCommerece plugin._

I highly suggest doing this by opening up an Incognito (Private) Google Chrome window and loading up your website:

[![](https://storage.crisp.chat/users/helpdesk/website/7057fc30c101bc00/628291fd-172c-4d34-b4ad-3aff15_j0bis.png)](https://downloads.intercomcdn.com/i/o/247207786/9eac9f7feb0b2e21b71b53f4/Screen+Shot+2020-09-17+at+3.29.02+PM.png?expires=1728569700&signature=786d8ac2a7d80635e3d22ffcc0f3de1156ff26490fa1b815bf19f2eb4b9917ae&req=diQgFMl5molZFb4f3HP0gCPZ9jdve4usAFGmwF9gBjaH%2B8P1iNSMKl6l74bT%0ALfENWUJ%2BQvJdm0Wi%2BQ%3D%3D%0A)

Next, **Right Click -> Inspect**:

[![](https://storage.crisp.chat/users/helpdesk/website/8c81e24c02719000/0bbfaafd-ec88-464c-9918-2d6036_1p9rnsp.png)](https://downloads.intercomcdn.com/i/o/247208100/084581bfaa7cbccd12a9fdb1/Screen+Shot+2020-09-17+at+3.30.32+PM.png?expires=1728569700&signature=a0e7313535b6cc2859f7a43389030816576dfe9d6315a85637c1a36e3a10c159&req=diQgFMl2nIFfFb4f3HP0gF9f7A0H3LXSBM8cQCLLc9yZKufarQRjRBjxkW%2B5%0ADjiExA82EnQ59%2BlF1g%3D%3D%0A)

This will bring up Chrome's dev tools and you should **Click on the Network tab**:

[![](https://storage.crisp.chat/users/helpdesk/website/b35a54b45f0a8000/4433d2a3-af30-49bb-9082-efcf53_1rw8amp.png)](https://downloads.intercomcdn.com/i/o/247208412/250cb33b14922ae82d165b79/Screen+Shot+2020-09-17+at+3.31.48+PM.png?expires=1728569700&signature=03ed7b2c098e5c991bfa0f0711d8dcbfb53a9b0f48d7ea99a147e7487139e6a3&req=diQgFMl2mYBdFb4f3HP0gEECwCpZw9jhDfQDP2e8MFqnuCPws%2BNMtLbAn6wp%0A5%2FNTRZMliqsgZaYa1w%3D%3D%0A)

Now, go up to the top where the refresh button is, and **hold down your left mouse click until a menu pops that allows you to select Empty Cache and Hard Reload**. _This is going to force your website to clear your local cache and pull a fresh copy of your website_.

This will generate a waterfall load chart and show you the total time it took for your website to load:

[![](https://storage.crisp.chat/users/helpdesk/website/c46f3ed22ace1000/285adc77-3c2a-42cc-82a6-8c42fd_jnpiuc.png)](https://downloads.intercomcdn.com/i/o/247209650/cdd42d09d1c368063b6d01b5/Screen+Shot+2020-09-17+at+3.35.34+PM.png?expires=1728569700&signature=aa0c08d3c2797502e5d412a7949fc55b11f4c9f9bdd43525ada4de79e42d6315&req=diQgFMl3m4RfFb4f3HP0gK7tEUsQ%2F9xL9RzyqqLhTlIQpGM8ft5ZcJzn6K7M%0ADoo98p2BuGmENhazBw%3D%3D%0A)

[![](https://storage.crisp.chat/users/helpdesk/website/85b6968beb5cc000/d988fa71-d06b-453e-95b2-fc365e_ei2lx2.png)](https://downloads.intercomcdn.com/i/o/247219168/23939c6b3744119a7dceff0d/Screen+Shot+2020-09-17+at+4.09.25+PM.png?expires=1728569700&signature=ef7d98514fe6302dd17a0619dd746f4870132ec34e8bfcc762a2f041f3be0095&req=diQgFMh3nIdXFb4f3HP0gL1IYtl5jSpDVDq57VdBl%2BR4LipewDMpIx5HjAgT%0A9mEWdfEiHuunxtxAoA%3D%3D%0A)

As you can see, my example **page loaded in 2.61 seconds**, not bad, but it **_can be much faster_**.

# Step 5) Install LiteSpeed Cache Plugin

Since my example is using WordPress, I'm going to install the [LiteSpeed cache plugin](https://wordpress.org/plugins/litespeed-cache/).

_LiteSpeed also has plugins for PrestaShop, Xenforo, Magento, Joomla, Drupal, MediaWiki, and OpenCart._

**LiteSpeed Cache for WordPress (LSCWP)** is an all-in-one site acceleration plugin, featuring an exclusive server-level cache and a collection of optimization features.

_Since all of NameHero's Web and Reseller Hosting packages use the LiteSpeed web server, this plugin integrates directly and is 100% free._

If you're already using LSCWP, you can skip this step.

_Additionally, if you're using an alternative caching plugin such as W3Total Cache, I'd recommend reading their documentation to safely remove. You'll likely see much better performance with LSCWP._

1) **Login** to your wp-admin area

2) Go to **Plugins -> Add new** on the left side:

[![](https://storage.crisp.chat/users/helpdesk/website/6099c822d500a400/5164a181-6a16-4af5-8091-fa8bce_vw9bf6.png)](https://downloads.intercomcdn.com/i/o/247221501/df7ca47d88ab86eec4d0a9f3/Screen+Shot+2020-09-17+at+4.17.31+PM.png?expires=1728569700&signature=a5e5ff630982f5be91398aebd54b477eb707cf2123f4c4fd71d426500b668862&req=diQgFMt%2FmIFeFb4f3HP0gJQWrCFh3pRIpUd9zdZOqaEI4MZSmT9NANjGGgU6%0AXl68hsE3BvNJEJyzOw%3D%3D%0A)

3) **Search** for _LiteSpeed Cache_, click **Install Now**, then **Activate**:

[![](https://storage.crisp.chat/users/helpdesk/website/939bceab62f10800/7ee26aed-c648-4578-8933-08d835_1u9ijdq.png)](https://downloads.intercomcdn.com/i/o/247221873/668b15d68ec8bf4453c0c2dd/Screen+Shot+2020-09-17+at+4.19.23+PM.png?expires=1728569700&signature=086ead9ad093b78a95275cd4ee3f583830ca1ec61d08a5a26c3d52bb084dd9f5&req=diQgFMt%2FlYZcFb4f3HP0gMvk2Cd8bhbyBQUfs7DiC6V7e%2F3TbrA9Uubgk1Kh%0A2qIZpAZXR%2BY9OSI7jA%3D%3D%0A)

4) Go to **LiteSpeed Cache -> Cache** make sure it's **ON**:

[![](https://downloads.intercomcdn.com/i/o/247223342/4bf92d17b4bdb3e0e9917dff/Screen+Shot+2020-09-17+at+4.25.54+PM.png?expires=1728569700&signature=4f472be31823a797198f6904b3610faaf3017937d579c92a6961a690e370f748&req=diQgFMt9noVdFb4f3HP0gNMI4FuKfqW9OVzI2omDMpFD9Acjc%2FA0qZZA41xr%0AiMtGw4v%2Fu%2FNLSINloA%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247223342/4bf92d17b4bdb3e0e9917dff/Screen+Shot+2020-09-17+at+4.25.54+PM.png?expires=1728569700&signature=4f472be31823a797198f6904b3610faaf3017937d579c92a6961a690e370f748&req=diQgFMt9noVdFb4f3HP0gNMI4FuKfqW9OVzI2omDMpFD9Acjc%2FA0qZZA41xr%0AiMtGw4v%2Fu%2FNLSINloA%3D%3D%0A)

Mobile caching is disabled by default, it's likely you want to **enable** that.

_There are a ton of additional options/configurations, but I would suggest leaving them default to get started. As you get everything setup, you can always go back and tweak things specific for your website._

# Step 6) Enable QUIC.cloud

_LiteSpeed web server_ is the base, _LiteSpeed cache_ is the accelerator, and the final piece is their **QUIC.cloud platform** that brings everything together, including their _high-speed global CDN._

For those using Cloudflare, you may alternatively it vs. QUIC.cloud, however, **I would highly suggest disabling Cloudflare and going with QUIC.cloud**. This way, LiteSpeed is able to utilize its full potential.

Before proceeding, you'll want to make sure you're using "www" in front of your WordPress URLs, so the CDN can easily route through the CNAME. You can check this **wp-admin -> Settings -> General**:

[![](https://downloads.intercomcdn.com/i/o/247230992/bd7140ef12c777d56c305847/Screen+Shot+2020-09-17+at+4.59.16+PM.png?expires=1728569700&signature=6d0a29f7eb7fd66021289bf771e1b6ed27639b474371711bee84d835f3ed7753&req=diQgFMp%2BlIhdFb4f3HP0gBYte%2FSsX9KjO41L%2F31OBYBUDUo7bym4Ae8IF4sy%0ARBMNAApc2PoZGOrpdg%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247230992/bd7140ef12c777d56c305847/Screen+Shot+2020-09-17+at+4.59.16+PM.png?expires=1728569700&signature=6d0a29f7eb7fd66021289bf771e1b6ed27639b474371711bee84d835f3ed7753&req=diQgFMp%2BlIhdFb4f3HP0gBYte%2FSsX9KjO41L%2F31OBYBUDUo7bym4Ae8IF4sy%0ARBMNAApc2PoZGOrpdg%3D%3D%0A)

**To enable QUIC.cloud, click on General under LiteSpeed Cache and then Request Domain Key:**

[![](https://downloads.intercomcdn.com/i/o/247225801/8d688580ee865415c9bfd979/Screen+Shot+2020-09-17+at+4.36.10+PM.png?expires=1728569700&signature=84ebdaebb07bec593feb6e0bb2eaaaf6f170dedc5249e29737168bd7fbfd7274&req=diQgFMt7lYFeFb4f3HP0gG6gDGTmK9yhkukuwjYc%2F7179MMsNwMnpvejr%2BHn%0Aax3b%2B1q818C%2BcZGKyg%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247225801/8d688580ee865415c9bfd979/Screen+Shot+2020-09-17+at+4.36.10+PM.png?expires=1728569700&signature=84ebdaebb07bec593feb6e0bb2eaaaf6f170dedc5249e29737168bd7fbfd7274&req=diQgFMt7lYFeFb4f3HP0gG6gDGTmK9yhkukuwjYc%2F7179MMsNwMnpvejr%2BHn%0Aax3b%2B1q818C%2BcZGKyg%3D%3D%0A)

The key takes about a minute to generate and then you can click Link to QUIC.cloud:

[![](https://downloads.intercomcdn.com/i/o/247226428/5ddf65f462cf208e7da56183/Screen+Shot+2020-09-17+at+4.38.57+PM.png?expires=1728569700&signature=bb6f5453513674a195e12a5adc1a5bf1cac9d7fdd77f1dc23ab3cadef22e362a&req=diQgFMt4mYNXFb4f3HP0gMIqxuM5x2oCmmCoG4qT3RpA8GZWG2ZqEB0%2FWVbK%0ApM2RMfSz%2BYeHOG48Gg%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247226428/5ddf65f462cf208e7da56183/Screen+Shot+2020-09-17+at+4.38.57+PM.png?expires=1728569700&signature=bb6f5453513674a195e12a5adc1a5bf1cac9d7fdd77f1dc23ab3cadef22e362a&req=diQgFMt4mYNXFb4f3HP0gMIqxuM5x2oCmmCoG4qT3RpA8GZWG2ZqEB0%2FWVbK%0ApM2RMfSz%2BYeHOG48Gg%3D%3D%0A)

This will direct you to their website where you can register a free account or login to your existing account.

All [Web Hosting](https://www.namehero.com/web-hosting.php) and [Reseller Hosting](https://www.namehero.com/reseller-hosting.php) packages come with **100% Free QUIC.cloud accounts** with _10GB of monthly CDN data (per domain)_:

[![](https://downloads.intercomcdn.com/i/o/247227451/f4d2c2041f3b9c505ede25ca/Screen+Shot+2020-09-17+at+4.43.29+PM.png?expires=1728569700&signature=033c5f4375c44d9fa056244bdaf6c2ce9087eab94dd49cfe4498a819f440c2c6&req=diQgFMt5mYReFb4f3HP0gDxw5umVwR9qwDWRbEkTO2bYlH%2BXQF9ou6aly8M4%0AodLO3CrImnREN1TX8Q%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247227451/f4d2c2041f3b9c505ede25ca/Screen+Shot+2020-09-17+at+4.43.29+PM.png?expires=1728569700&signature=033c5f4375c44d9fa056244bdaf6c2ce9087eab94dd49cfe4498a819f440c2c6&req=diQgFMt5mYReFb4f3HP0gDxw5umVwR9qwDWRbEkTO2bYlH%2BXQF9ou6aly8M4%0AodLO3CrImnREN1TX8Q%3D%3D%0A)

Once you've signed up (and verified your email) or logged in, you can return to **LiteSpeed Cache -> General** where you'll want to **turn on Auto Upgrades** and **whitelist the server** IP (click the link to get your IP):

[![](https://downloads.intercomcdn.com/i/o/247228290/4a2c9731002d21b471045732/Screen+Shot+2020-09-17+at+4.46.19+PM.png?expires=1728569700&signature=b3a14aa9aec4132eb3dc529ac175cff05d6f228e43bba7925e5652ca4986de40&req=diQgFMt2n4hfFb4f3HP0gGZfooPD9988%2BUvSrMnUTtR0suKaEvNB4ULWqhUB%0ADG92NQGXU6ceFI8DCg%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247228290/4a2c9731002d21b471045732/Screen+Shot+2020-09-17+at+4.46.19+PM.png?expires=1728569700&signature=b3a14aa9aec4132eb3dc529ac175cff05d6f228e43bba7925e5652ca4986de40&req=diQgFMt2n4hfFb4f3HP0gGZfooPD9988%2BUvSrMnUTtR0suKaEvNB4ULWqhUB%0ADG92NQGXU6ceFI8DCg%3D%3D%0A)

Click **Save Changes**

# Step 7) Enable QUIC.cloud CDN

Once you are certain that the site is using 'www', from wp-admin click on **CDN** under **LiteSpeed Cache** and **Enable**:

[![](https://downloads.intercomcdn.com/i/o/247229216/7f4652769e3d2cea52a5e204/Screen+Shot+2020-09-17+at+4.50.28+PM.png?expires=1728569700&signature=82e47aadec39c131ef29ec86d6ee294a3bdca00123602d904c458a672313be5b&req=diQgFMt3n4BZFb4f3HP0gGl8FTe5%2F35ftCf0%2B9hjycxaZRRwkQanxZmoCb6T%0Ad9jOcRJ0x58x0wDqyA%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247229216/7f4652769e3d2cea52a5e204/Screen+Shot+2020-09-17+at+4.50.28+PM.png?expires=1728569700&signature=82e47aadec39c131ef29ec86d6ee294a3bdca00123602d904c458a672313be5b&req=diQgFMt3n4BZFb4f3HP0gGl8FTe5%2F35ftCf0%2B9hjycxaZRRwkQanxZmoCb6T%0Ad9jOcRJ0x58x0wDqyA%3D%3D%0A)

Go back to [https://my.quic.cloud](https://my.quic.cloud) and **click your domain** and **CDN** under Service:

[![](https://downloads.intercomcdn.com/i/o/247229648/750d127a1895baa936239ad3/Screen+Shot+2020-09-17+at+4.53.33+PM.png?expires=1728569700&signature=95e5e4df9d024d535b3af66cfe84064fb613bedd0023dd32c6983047f656e9ae&req=diQgFMt3m4VXFb4f3HP0gEHDr9K3BSi3NtQvHagzN%2BLlOdnnV1ImK5TP9LvJ%0AqR3XHtNc1IEYYCdZNw%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247229648/750d127a1895baa936239ad3/Screen+Shot+2020-09-17+at+4.53.33+PM.png?expires=1728569700&signature=95e5e4df9d024d535b3af66cfe84064fb613bedd0023dd32c6983047f656e9ae&req=diQgFMt3m4VXFb4f3HP0gEHDr9K3BSi3NtQvHagzN%2BLlOdnnV1ImK5TP9LvJ%0AqR3XHtNc1IEYYCdZNw%3D%3D%0A)

Then **Enable CDN**:

[![](https://downloads.intercomcdn.com/i/o/247229871/d43f6ea7c8a3178bcb9c6d2f/Screen+Shot+2020-09-17+at+4.54.06+PM.png?expires=1728569700&signature=eeae1a64a34eedb2ba57f137a45827df8b6930461adb46f2f4522fc221b91dc8&req=diQgFMt3lYZeFb4f3HP0gBAVQQ1Li4E8Fh%2FZgN89AH%2Fi9Q3okFIuCRNCwyY3%0Aduai0otwT%2B3bsdIZxA%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247229871/d43f6ea7c8a3178bcb9c6d2f/Screen+Shot+2020-09-17+at+4.54.06+PM.png?expires=1728569700&signature=eeae1a64a34eedb2ba57f137a45827df8b6930461adb46f2f4522fc221b91dc8&req=diQgFMt3lYZeFb4f3HP0gBAVQQ1Li4E8Fh%2FZgN89AH%2Fi9Q3okFIuCRNCwyY3%0Aduai0otwT%2B3bsdIZxA%3D%3D%0A)

You will then need to modify one CNAME record in your DNS (don't worry it's easy):

[![](https://downloads.intercomcdn.com/i/o/247231247/e6d52a6ca2d76d08c3224f2c/Screen+Shot+2020-09-17+at+5.00.57+PM.png?expires=1728569700&signature=8730603f54526a0f48df360bacde9646d9f84e52d29dbffd397d1758538e75c6&req=diQgFMp%2Fn4VYFb4f3HP0gPmjnt7kpAfmNJu9xx8i77ksfwDXqkHYrZjIhHzw%0AX6QTz7e2K0NetcCIAw%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247231247/e6d52a6ca2d76d08c3224f2c/Screen+Shot+2020-09-17+at+5.00.57+PM.png?expires=1728569700&signature=8730603f54526a0f48df360bacde9646d9f84e52d29dbffd397d1758538e75c6&req=diQgFMp%2Fn4VYFb4f3HP0gPmjnt7kpAfmNJu9xx8i77ksfwDXqkHYrZjIhHzw%0AX6QTz7e2K0NetcCIAw%3D%3D%0A)

This is the record you need to add. Go to **cPanel -> Zone Editor**:

[![](https://downloads.intercomcdn.com/i/o/247231540/298f2494d6c4ef135c5e1cf7/Screen+Shot+2020-09-17+at+5.02.20+PM.png?expires=1728569700&signature=500d8f3050de06f7d12bafd5cf590c1cb320aef51556d4b13ec2fcee964c605c&req=diQgFMp%2FmIVfFb4f3HP0gJM92TwWmbQvqE4fLAGyiw%2FcrMlL5QmuaIedmg2Q%0A0eTvxGbaoydPBc%2FrIw%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247231540/298f2494d6c4ef135c5e1cf7/Screen+Shot+2020-09-17+at+5.02.20+PM.png?expires=1728569700&signature=500d8f3050de06f7d12bafd5cf590c1cb320aef51556d4b13ec2fcee964c605c&req=diQgFMp%2FmIVfFb4f3HP0gJM92TwWmbQvqE4fLAGyiw%2FcrMlL5QmuaIedmg2Q%0A0eTvxGbaoydPBc%2FrIw%3D%3D%0A)

Click on **Manage**:

[![](https://downloads.intercomcdn.com/i/o/247231670/400ebd811f2d914a9bb468fb/Screen+Shot+2020-09-17+at+5.02.47+PM.png?expires=1728569700&signature=62382adc812242b7846c3214a7e9db596f0fb71276ba4c81d93a6a3a0d740fd8&req=diQgFMp%2Fm4ZfFb4f3HP0gL5YoPakTm9BW1FYoP4rjj0j5VCRqCq7fslx%2F5%2By%0AJyEdWjjsESpwrA%2BlTg%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247231670/400ebd811f2d914a9bb468fb/Screen+Shot+2020-09-17+at+5.02.47+PM.png?expires=1728569700&signature=62382adc812242b7846c3214a7e9db596f0fb71276ba4c81d93a6a3a0d740fd8&req=diQgFMp%2Fm4ZfFb4f3HP0gL5YoPakTm9BW1FYoP4rjj0j5VCRqCq7fslx%2F5%2By%0AJyEdWjjsESpwrA%2BlTg%3D%3D%0A)

Find your existing _WWW CNAME_ and edit it with the information provided in the step above _(i.e. c309777.tier1.quic.cloud)_ and **Save**:

[![](https://downloads.intercomcdn.com/i/o/247231917/9fd24d2b280838763c4dc93d/Screen+Shot+2020-09-17+at+5.03.38+PM.png?expires=1728569700&signature=f1d6cf8f920641bc8c3a128f6821fe592d0781fdbea125ff70f80b16a6934c52&req=diQgFMp%2FlIBYFb4f3HP0gPrpA8InvEjtq%2B2%2FIQ8jsd05%2BGGrV4fEJo9RMsLW%0A%2B52umL4G8UAfRNT9SQ%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247231917/9fd24d2b280838763c4dc93d/Screen+Shot+2020-09-17+at+5.03.38+PM.png?expires=1728569700&signature=f1d6cf8f920641bc8c3a128f6821fe592d0781fdbea125ff70f80b16a6934c52&req=diQgFMp%2FlIBYFb4f3HP0gPrpA8InvEjtq%2B2%2FIQ8jsd05%2BGGrV4fEJo9RMsLW%0A%2B52umL4G8UAfRNT9SQ%3D%3D%0A)

Give it about 5 - 10 minutes and you should see the CDN activate like this:

[![](https://downloads.intercomcdn.com/i/o/247232244/44367f87599e76ceb3321e32/Screen+Shot+2020-09-17+at+5.05.55+PM.png?expires=1728569700&signature=e988cfe1a2675955be3a77c108dd1f3b3c9db7d3719e5642d2baee27b5f975a8&req=diQgFMp8n4VbFb4f3HP0gE5InrX6YCBJTgFViDeB6%2FoUewz6jr1YgQJRw6%2Ba%0AfQXAhml5ey1I%2Fz3aew%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247232244/44367f87599e76ceb3321e32/Screen+Shot+2020-09-17+at+5.05.55+PM.png?expires=1728569700&signature=e988cfe1a2675955be3a77c108dd1f3b3c9db7d3719e5642d2baee27b5f975a8&req=diQgFMp8n4VbFb4f3HP0gE5InrX6YCBJTgFViDeB6%2FoUewz6jr1YgQJRw6%2Ba%0AfQXAhml5ey1I%2Fz3aew%3D%3D%0A)

Don't worry about the SSL certificate, it will generate in a couple of hours, but your existing cert provided free by NameHero will be fine for now.

**It's a good idea to give yourself a 30 - 45 minute break at this point to give the DNS time to propagate. _Remember, this is assuming you're using QUIC.cloud and NOT Cloudflare._**

# Step 8) Enable Object Cache/Memory caches

We offer Cloudlinux PHP versions for better security and control over PHP versions, extensions, and PHP option values. We recommend enabling Memory Cache and Object Caches for your cPanel account - adding extra thrust to boost WordPress website performance.

Login to your cPanel >> select PHP version >> Extensions and enable the extensions marked below:

[![](https://downloads.intercomcdn.com/i/o/594350530/775546fd4dc983c92fdaac02/image.png?expires=1728569700&signature=7fb4634236e9f68ab4f7cfaad8c5f77d367c60862b120ed7a04804249f6a1f36&req=cSkjFcx%2BmIJfFb4f3HP0gDY7vUuqeozvY%2B8X4hRjzONVMKoLwAAzCuHKMaFK%0ASOqMFZSsvyGoiSMpqg%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/594350530/775546fd4dc983c92fdaac02/image.png?expires=1728569700&signature=7fb4634236e9f68ab4f7cfaad8c5f77d367c60862b120ed7a04804249f6a1f36&req=cSkjFcx%2BmIJfFb4f3HP0gDY7vUuqeozvY%2B8X4hRjzONVMKoLwAAzCuHKMaFK%0ASOqMFZSsvyGoiSMpqg%3D%3D%0A)

# Step 9) Re-test Your Page Speed

Follow the same steps as you did in Step 4 and see where you are; here's mine:

[![](https://downloads.intercomcdn.com/i/o/247233060/3897fe895ff9c0697db6245d/Screen+Shot+2020-09-17+at+5.09.56+PM.png?expires=1728569700&signature=c1515897309345057f0448681064e9f6703553f7a193e9b512b3d26587b05fca&req=diQgFMp9nYdfFb4f3HP0gMVNncytTQvA3YYPNyh6cJYmeqCKV9Vvcy6uCQ%2FF%0AZOWQPfrbgvOPSQ7RRg%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247233060/3897fe895ff9c0697db6245d/Screen+Shot+2020-09-17+at+5.09.56+PM.png?expires=1728569700&signature=c1515897309345057f0448681064e9f6703553f7a193e9b512b3d26587b05fca&req=diQgFMp9nYdfFb4f3HP0gMVNncytTQvA3YYPNyh6cJYmeqCKV9Vvcy6uCQ%2FF%0AZOWQPfrbgvOPSQ7RRg%3D%3D%0A)

# Boooom! 391ms!!!

You'll also notice a handy new Dashboard inside of **wp-admin -> LiteSpeed Cache -> Dashboard** that helps you keep track of this:

[![](https://downloads.intercomcdn.com/i/o/247233386/0f0be52bc766cf219b6daa5a/Screen+Shot+2020-09-17+at+5.11.10+PM.png?expires=1728569700&signature=f1a4fece9a46ba48447a1b16f63e1be931dafdb169b7a710173844fda5e9424f&req=diQgFMp9nolZFb4f3HP0gDPrVilQLIgOgCkRk%2FqlA2f0luJn7ymG16SgWs%2FJ%0A6VCgiM1C4lRTnJgnGQ%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247233386/0f0be52bc766cf219b6daa5a/Screen+Shot+2020-09-17+at+5.11.10+PM.png?expires=1728569700&signature=f1a4fece9a46ba48447a1b16f63e1be931dafdb169b7a710173844fda5e9424f&req=diQgFMp9nolZFb4f3HP0gDPrVilQLIgOgCkRk%2FqlA2f0luJn7ymG16SgWs%2FJ%0A6VCgiM1C4lRTnJgnGQ%3D%3D%0A)

You'll notice my website was even faster when they retested it; 99% faster! Wow!!

Now, there are many, many more optimizations/tweaks we can do inside of LiteSpeed Cache. In my case, my site is 99% faster, so I'm going to leave it as is.

If you're still not achieving the results you're looking for, feel free to explore all of the options of LiteSpeed Cache:

[![](https://downloads.intercomcdn.com/i/o/247233816/b5962d95af3852b326b90641/Screen+Shot+2020-09-17+at+5.13.23+PM.png?expires=1728569700&signature=a3e43a972db3ce5c6595223c64c76f345fcc2fd2e0733800000654dd69efcf3b&req=diQgFMp9lYBZFb4f3HP0gKdy9Rl0kdMT%2FGubGPCfh92qHSq4bOwBQ38m8WsO%0AOJ5OTNdP7imEvoyP9g%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/247233816/b5962d95af3852b326b90641/Screen+Shot+2020-09-17+at+5.13.23+PM.png?expires=1728569700&signature=a3e43a972db3ce5c6595223c64c76f345fcc2fd2e0733800000654dd69efcf3b&req=diQgFMp9lYBZFb4f3HP0gKdy9Rl0kdMT%2FGubGPCfh92qHSq4bOwBQ38m8WsO%0AOJ5OTNdP7imEvoyP9g%3D%3D%0A)

As a warning, if your website has shopping cart functionality or an area where customers/visitors login, you may want to fully test everything once you make any changes as if you get too aggressive, you may break some functionality of your website.

I highly suggest making one setting change at a time, purging the cache, and checking everything.

​**Recommended:** Litespeed recommends using the 'Advanced (Recommended)' option, a preconfigured optimization setting compatible with most WordPress themes/plugins that enhance performance without breaking CSS/Javascript.  
​  
​

[![](https://downloads.intercomcdn.com/i/o/882908322/680fc8f251129b3fa877a7f1/image.png?expires=1728569700&signature=d075522ad2cb21b956e71ce3bb562e4ac7bff8c69288500d254745ab9bce8d16&req=fCglH8l2noNdFb4f3HP0gFwurZXrk3CByRP75OozZb0SAzIzpCxRvDZKx8In%0AmKpkYclYBhV3Jb6LgA%3D%3D%0A)](https://downloads.intercomcdn.com/i/o/882908322/680fc8f251129b3fa877a7f1/image.png?expires=1728569700&signature=d075522ad2cb21b956e71ce3bb562e4ac7bff8c69288500d254745ab9bce8d16&req=fCglH8l2noNdFb4f3HP0gFwurZXrk3CByRP75OozZb0SAzIzpCxRvDZKx8In%0AmKpkYclYBhV3Jb6LgA%3D%3D%0A)