WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
    • Business Name Ideas
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Beginners Guide» How to Install and Setup WP Super Cache for Beginners

How to Install and Setup WP Super Cache for Beginners

Last updated on June 28th, 2017 by Editorial Staff
179 Shares
Share
Tweet
Share
Pin
Free WordPress Video Tutorials on YouTube by WPBeginner
How to Install and Setup WP Super Cache for Beginners

Search engines consider site speed to be an important factor search rankings. This is why at WPBeginner we try our best to improve site load speed to an optimal level. Doing that, we have noticed that caching our website helped us improve site speed as well as balancing huge spikes in traffic. We use W3 Total Cache to improve performance of our website. However, many of our readers asked us about how to install and setup WP Super Cache. Therefore in this guide, we will show you how to install and properly setup WP Super Cache.

Note: Both W3 Total Cache and WP Super Cache are great plugins. We highly recommend that you use one or the other depending on your needs.

First thing you need to do is install and activate WP Super Cache plugin (tutorial: how to install a WordPress plugin). Upon activation, WP Super Cache will notify you that caching is not enabled on your website at the moment.

Setting up WP Super Cache – The Easy Way

To enable cache, go to Settings » WP Super Cache. Under the Easy tab, turn Caching on and hit update status button.

Turning on Cache in WP Super Cache for WordPress

After turning on the cache, click on the test cache button to check if it is working. WP Super Cache will fetch your WordPress site twice and will compare the time stamps of both pages. If the both time stamps match then this means that caching is working on your site now.

WP Super Cache Advanced Set up

WP super cache is a powerful plugin, and it comes with many advance options. These options can further improve your site’s performance. To Set up WP Super Cache with advance options, go to Settings » WP Super Cache and click on Advanced tab.

Advance set up for WP Super Cache

Enable Caching
First check the box that says Cache hits to this website for quick access. Below that you will see three caching options. By default WP Super Cache uses PHP to serve cache files. However, using PHP to serve cache files can be resource intensive particularly on shared hosting environments. So we would like to recommend that you try using mod_rewrite to serve cache files. After that scroll down and hit the update status button to save these settings.

WP Super Cache will now show you a notification that mod_rewrite rules must be updated and possibly another notification about scheduling garbage collection. Scroll down the page, and you will see mod_rewrite rules that needs to be added. Click on Update Mod_Rewrite Rules button to update these rules. Once mod_rewrite rules are updated this section will turn green.

To resolve the notice about garbage collection, scroll down on the advance settings page to the Expiry Time & Garbage Collection section and set up a time and frequency for garbage collection of cached files on your server.

Scheduling garbage collection and setting cache expiration

Enable Compression in WP Super Cache: Compression allows WP Super Cache to serve cached files as compressed files. These files are downloaded by user browsers quickly due to their smaller size. To enable compression, simply check the box that says Compress pages so they’re served more quickly to visitors.

Setting up CDN with WP Super Cache

Most content websites serve a lot of static files with each page request. These files are JavaScripts, images, stylesheets, etc. Unlike your WordPress posts which are dynamically generated by PHP, these files can be served using a Content Delivery Network (CDN). If you don’t know what is a CDN or why you need a CDN, then you should check out our infographic “What the Heck is a CDN“.

At WPBeginner we use MaxCDN. You can read our blueprint on Why we use MaxCDN. If you need help setting up MaxCDN, then we already have a tutorial for how to install and setup MaxCDN for WordPress. The tutorial uses W3 Total cache, but the basic concept is the same.

To setup CDN with WP Super Cache, click on the CDN tab and check the box next to Enable CDN Support option. Enter your offsite URL, which will be the url of your pullzone. For example, http://cdn.wpbeginner.com

Setting up MaxCDN with WP Super Cache

In the additional CNAMEs field enter other CNAMEs you have created for your pullzone. For example, http://cdn1.wpbeginner.com, http://cdn2.wpbeginner.com , http://cdn3.wpbeginner.com

Lastly, check the box that says Skip https URLs to avoid “mixed content” errors and save changes. Now your website is now ready to serve static content from a CDN.

Serve a Static Site with WP Super Cache

The preload mode in WP Super Cache allows you to create super cache static files for all your posts and pages and serve a static website. You may ask Why would anyone want to do that?

To conserve server resources.
To serve an old site that is not being updated anymore.
To improve site speed by serving static content only.

These were just a few reasons but there could be many more reasons and situations where you might want to completely disable PHP processes. Don’t worry your WordPress will work normally, and you will still be able to manage your content with WordPress.

Preload WP Super Cache and Serve Static Files

Refresh preload cache files options will be set to zero by default, minimum required time is at least 30 minutes. Pre-loading your entire WordPress site takes some time and consumes a lot of resources on your server. You can leave it to 0 if you do not want your static files to expire ever unless you manually refresh cache.

We hope this guide helped you setup WP Super Cache on your WordPress blog. For plugin specific support, please post all your questions in the WordPress support forums for the plugin author. Read our guide on how to properly ask for WordPress support and get it.

For other feedback and questions, please leave a comment below.

179 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • How to Properly Move Your Blog from WordPress.com to WordPress.org

  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

  • Revealed: Why Building an Email List is so Important Today (6 Reasons)

    Revealed: Why Building an Email List is so Important Today (6 Reasons)

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

100 Comments

Leave a Reply
  1. Katherine says:
    Aug 1, 2020 at 11:02 pm

    I’m trying to set up this plug in to get the best results, and I’m not tech-savvy at all. Your Wp advanced cache set up section is not the same as the current plugin advanced options.

    Reply
    • WPBeginner Support says:
      Aug 3, 2020 at 3:10 pm

      Thank you for letting us know, we will be sure to take a look into this and update our article when able.

      Reply
  2. Simon says:
    Jun 22, 2020 at 5:50 am

    I was able to speed up my homepage significantly but unfortunately it only worked for the homepage. The subpages like i.e. ‘Services’ are still really slow.
    What could be the problem?

    Reply
    • WPBeginner Support says:
      Jun 23, 2020 at 8:52 am

      You would want to run a speed test for that using our guide below to figure that out:
      https://www.wpbeginner.com/beginners-guide/how-to-properly-run-a-website-speed-test-best-tools/

      Reply
  3. Rainey says:
    Jun 14, 2020 at 4:57 pm

    Unable to activate the plugin. I get a warning message that a .php file already exists and I should manually delete it before using the plugin. Since I am not a techie I do not know where to go to delete the file. If you could put language in your update to the tutorial to guide us would be really helpful.

    Reply
    • WPBeginner Support says:
      Jun 16, 2020 at 8:45 am

      For that error, you may want to follow our guide below:
      https://www.wpbeginner.com/wp-tutorials/how-to-fix-destination-folder-already-exists-error-in-wordpress/

      Reply
  4. Paul says:
    Apr 5, 2020 at 5:36 pm

    This post is dated. When will this post be updated? Would like to know the current status of WP Super Cache?

    Reply
    • WPBeginner Support says:
      Apr 6, 2020 at 3:10 pm

      Thank you for letting us know, we do not have a specific date that content will be updated but we will take a look into updating this article

      Reply
  5. Nic says:
    Dec 12, 2019 at 1:19 pm

    Is there a way to export settings once you get done?

    Reply
    • WPBeginner Support says:
      Dec 13, 2019 at 10:13 am

      At the moment WP Super Cache does not have a built-in option to export settings.

      Reply
  6. ShoaiB says:
    Aug 27, 2019 at 2:30 am

    Thank you for this Awesome Guide.

    I’m using WP Super Cache (Version 1.7.0 ). In the above tutorial, many features are not included. plz, Update Post.

    Reply
    • WPBeginner Support says:
      Aug 27, 2019 at 10:02 am

      Thank you for your request, we will look into updating the post

      Reply
  7. Christopher says:
    Jan 6, 2019 at 10:50 am

    not as easy as described…

    A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks.

    Reply
    • WPBeginner Support says:
      Jan 8, 2019 at 10:46 am

      Thank you for reminding us of that, we’ll be sure to look into updating the article for clarification.

      Reply
  8. Ana says:
    Sep 8, 2018 at 7:58 pm

    Hello Support! :)

    Thank you for all your work, I’m a complete newbie and without you, I don’t know how I’d manage.

    I’m confused as regards what off-site URLs and CNames are, so I’m unable to fill in that in the form. Do I have to refer to somewhere on my page to find out or do I just create it my indicating something?
    Just in case it affects somehow I’d like to inform that I run a multisite.

    Thank you so much & hope you can help me,

    Ana

    Reply
    • WPBeginner Support says:
      Sep 10, 2018 at 4:30 pm

      Hi Ana,

      The off site URL is the URL of your CDN location and CNames are different pullzones you have created on your CDN server. If you are not using a CDN, then you don’t need to make any changes to these settings.

      Reply
  9. krishna says:
    Jun 26, 2018 at 3:53 am

    can i use this plugin for testing in localhost ??
    i installed this plugin in localhost and in “Cache Contents” nothing cached
    displaying this …

    WP-Cache (0KB)
    0 Cached Pages
    0 Expired Pages
    WP-Super-Cache (0KB)
    0 Cached Pages
    0 Expired Pages

    is it because i can’t use cache plugin in localhost or some other issue ?

    Reply
  10. Hardik says:
    Dec 11, 2017 at 11:12 am

    There is nothing called MOD_REWRITE. Everything from that step seems completely different. Please update the tutorial.

    Reply
  11. Mike says:
    Oct 4, 2017 at 6:41 pm

    No matter what settings I use Pingdom still gives me an F and says “The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:” and I see and “expiration not specified” message in the details. Am I missing a setting?

    Reply
  12. Akshay says:
    Aug 26, 2017 at 1:32 pm

    Hi Team ,

    Thanks for the amazing article .

    I have installed WP Super Cache with cloudflare (newbie blogger).
    Can you please help me, how can I integrate cloudflare with WP super cache .

    I did not found any articles or vidoes for the same .

    I thought of installing WP Total , but it has not releasedthe update for recent wordpress version 4.8.1

    Thank You

    Reply
  13. Sumaiya says:
    Aug 19, 2017 at 1:11 am

    Hi, I wanted to speed up my site. I used this guide and customized the settings as you shown. But before installing this plugin I tested my site speed it was 4.20 sec. But after installing I check it was 6.78 sec. Why is it like this? please guide me well.

    Reply
    • WPBeginner Support says:
      Aug 20, 2017 at 8:37 am

      Hi Sumaiya,

      Please test it again. If the result persists, then deactivate the plugin.

      Reply
  14. Rajeev jaiswal says:
    Aug 17, 2017 at 4:46 am

    hello sir, I’m trying to integrate js and CSS code elements in twenty-seventeen WordPress theme. I use enqueue methods but it does not work, so suggest me to all about.

    Reply
  15. Sara says:
    Aug 16, 2017 at 8:51 pm

    I just downloaded WP Super Cache and the “Advanced” Page doesn’t have the same setup (or some of the same options!) as your screenshot and instructions. Are those dates, or did I somehow end up with an older version of the plugin?

    Reply
    • Carrie says:
      Aug 18, 2017 at 3:50 pm

      Same here, my settings are different.

      Reply
  16. Abner says:
    Aug 13, 2017 at 10:18 am

    Hi guys – Thanks for sharing this. I am using wp super cache and my wordpress is 4.0.1. At first, i don’t have any problem. Until recently, having a problem. My post did not appear on my website. I tried to put the caching off and my post appear. After that, I put the caching on again. My workaround was after posting article to my website, I will put my caching off to appear the post in my website, then after a few minutes, I will put the caching to on.
    Few weeks doing that, and now, when I put the caching on, my post will disappear again to my website. As of now, my caching is still off.
    Thanks and hope you can help me.

    Reply
    • WPBeginner Support says:
      Aug 13, 2017 at 7:49 pm

      Hi Abner,

      Seems like WP Super Cache is not clearing the cache when you publish new content. Please see our article on how to clear cache in WordPress.

      Reply
  17. Mark Layton says:
    Jul 18, 2017 at 7:27 am

    Hello Support,

    Thank You for your help with this issue while trying to install WP Super Cache.
    Here is a copy of issue :

    Warning! Could not update /var/www/website/wp-config.php! WPCACHEHOME must be set in config file.

    Warning! /var/www/website/wp-content/advanced-cache.php does not exist or cannot be updated.

    1. If it already exists, please delete the file first.
    2. Make /var/www/website/wp-content writable using the chmod command through your ftp or server software. (chmod 777 /var/www/website/wp-content) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)
    3. Refresh this page to update /var/www/website/wp-content/advanced-cache.php
    If that doesn’t work, make sure the file /var/www/website/wp-content/advanced-cache.php doesn’t exist:
    1. Open /var/www/website/wp-content/plugins/wp-super-cache/advanced-cache.php$wp_cache_file in a text editor.
    2. Change the text CACHEHOME to /var/www/website/wp-content/plugins/wp-super-cache/
    3. Save the file and copy it to /var/www/website/wp-content/advanced-cache.php and refresh this page.
    Cannot continue… fix previous problems and retry.

    Already use your Envira Gallery and WP Forms and those are fantastic.
    Should I just use W3 Total Cache instead?

    Thank You so much for your help.
    Mark Layton

    Reply
    • WPBeginner Support says:
      Jul 18, 2017 at 8:36 pm

      Hey Mark,

      You can try following the instructions shown in WP Super Cache. If you find them too complicated, then you can try W3 Total Cache. Good luck :)

      Reply
  18. sheikave Jhurreea says:
    Jul 9, 2017 at 9:44 am

    Initially my website was loading for under 8 seconds which is pretty bad. But using your tutorial I was able get 90/100 for desktop performance.

    But the mobile platform it remained 74/100. Could you suggest some resources where I could look up too or what is your suggestion.

    Reply
    • WPBeginner Support says:
      Jul 9, 2017 at 10:07 am

      Hey Sheikave,

      Congrats! That’s impressive. You may also want to see our guide on how to fix render-blocking JavaScript and CSS in WordPress.

      Reply
  19. Greg says:
    Jun 10, 2017 at 2:52 am

    Hi, I’d like to know whether your guidance to choose mod_rewrite to serve cache files still stands as opposed to using PHP or Legacy Caching. I notice since you published your article, WP Super Cache have changed their own recommendation from mod_rewrite to PHP.

    Thanks in advance!

    Greg

    Reply
  20. Dillon says:
    Jun 2, 2017 at 5:39 pm

    Hi there. I’ve followed this tutorial to a T, and for the most part, everything works correctly, but I’m having two problems. First, when I make changes, they don’t appear on the site if I’m logged in. If I log out, they appear just fine. Second, I’m working on a WPMU network, and I only have the plugin installed on one site. But it’s caching the other sites on the network as well. How do I stop it from doing that? Thanks!

    Reply
  21. Belayet Hossain says:
    May 8, 2017 at 5:34 am

    This is an awesome guideline for new users.
    It helped me a lot.

    Thanks from the core of heart.

    Reply
  22. Sarah says:
    Feb 17, 2017 at 8:31 am

    Hi,
    I followed your steps because my site was taking over 5s to load but after setting up the WP Super Cache my site wouldn’t load. At all. It was basic HTML – no content, no pictures, just the header…
    So, I guess I’m wondering if there’s a laymen’s guide to literally all the terms you use cause I don’t understand websites or programming and I have a website for a start-up NGO so can’t really pay for any help at this point.
    Or maybe you could direct me somewhere that will help me understand all this better? I’m a complete novice and confused easily!
    Help!

    Reply
  23. Pedro Moreira says:
    Feb 14, 2017 at 9:35 am

    Hello,

    I have a “conceptual doubt” about WP Super Cache, that I didn´t see answered neither in your site neither in other sites.

    The question is: the structure of my site is finished. In basic terms, it is mainly a site of videos of football, which means that from this day on I will gradually add posts (that include the videos that I refered) and pages (of the teams).

    Since that this will be a long and permanent process, I need right now to speed up my site because nowadays is very slow.

    My doubt is: when I install and configue this plugin, what does that mean in terms of the updates that I will do in my site (post and pages that I add)?

    I mean, if I cache the site today and tomorrow I add a new page or post, what do I have to do in order that these pages or posts will be also cached? – do I just have to require an update of the plugin? If so, how do I do that, is it possible to define that the plugin will update the cache for example once a week?

    Thank you!

    Best regards.

    Reply
  24. Bogdan says:
    Feb 6, 2017 at 10:18 am

    If i don„t use set up the CDN ,the wp super cache will be work properly ?

    Reply
    • WPBeginner Support says:
      Feb 6, 2017 at 9:15 pm

      Yes, it will work even without CDN.

      Reply
  25. Herman says:
    Feb 4, 2017 at 8:10 am

    I’m getting an error on the first step where you need to click on caching on and update. You mentioned the following in your article:
    “WP Super Cache will fetch your WordPress site twice and will compare the time stamps of both pages. If the both time stamps match then this means that caching is working on your site now.”

    This is the place where I get the error. I get a message that says:
    Fetching to prime cache: OK

    Fetching first copy of FAILED

    Fetching second copy of : FAILED

    I would be glad if you could help me out.

    Reply
  26. Sofor says:
    Jan 16, 2017 at 3:11 am

    Thank you so much, It works great for me.

    Reply
  27. Teddy says:
    Jan 13, 2017 at 7:50 pm

    My site is a coupon site, so code is included on the coupon so it prints out by itself without lots of other junk that is on the page. If I use WP Super Cache, will that code be lost because it’s now a static page? Will people still be able to click on the coupon to print just the coupon?

    Reply
    • WPBeginner Support says:
      Jan 13, 2017 at 11:53 pm

      Hi Teddy,

      You will have to test it out first on your computer or in a staging environment.

      Reply
  28. Alex says:
    Jan 7, 2017 at 6:57 am

    Thanks so much for the the help. Do i have to create a cname record to use the CDN service in WP super cache. Thanks

    Reply
  29. Stefan Andonov says:
    Oct 31, 2016 at 4:12 pm

    Hi,
    How to preload for several languages, I am using qtranslate, that seems impossible, right?
    10x
    Stefan

    Reply
  30. John Johnson says:
    Sep 5, 2016 at 6:15 pm

    This is an ecommerce site using Exchange from iThemes. With WP Super Cache activated certain pages that need to be refreshed don’t get refreshed i.e. Empty Cart. When you Empty Cart it comes back with the same content or in other words it appears unemptied.
    When I deactivate WP Super Cache the problem disappears. It was suggested that I Whitelist the pages that shouldn’t be cached. I am uncertain about how to do that. Any help would be appreciated.
    Regards,
    John

    Reply
  31. Dajuan says:
    Jun 1, 2016 at 9:13 am

    WP Beginner Staff, when a theme update is applied, or when other plugin updates are made, is WP Super Cache alerted to create new cached versions? Or does the plugin wait until “Expiry Time & Garbage Collection” or a manual cache deletion?

    Reply
  32. Iosif says:
    May 9, 2016 at 11:41 am

    Hello,

    I am using WP Super Cache, but it seems that my images don’t get cached. Any ideas on how to configure this?

    I did have a lazy load plug-in, but it conflicted with my theme, so I deactivated it…

    Reply
  33. shubhendu says:
    Apr 15, 2016 at 4:59 pm

    I have just install wp super cache plugin by reading your article but nor js,css and image is not loading at my blog…plz help my site address is

    If you dont want to publish is comment because i include my site link PLEASE reply to my email id.

    Thanks.

    Reply
    • WPBeginner Support says:
      Apr 18, 2016 at 6:58 am

      Seems like you have already resolved the issue.

      Reply
  34. madhavi jha says:
    Apr 14, 2016 at 10:34 am

    hi , i am regular reader of your site , i have setup WP Super Cache plugin as you guide in your blog , but its not working its show only 20/100

    please guide me ,i have been tried to solve this problem since last 2 days , please guide me .

    Reply
  35. nitai roy says:
    Jan 14, 2016 at 12:50 pm

    Hi,

    I followed as you mentioned here. Everything has done perfectly but I could not find this option: “Enable Compression in WP Super Cache:”
    Where is it please?

    Also, Now how can I know whether it is working perfectly or not?

    Thank you very much.

    Reply
  36. Patel Shoeb says:
    Dec 18, 2015 at 5:55 am

    How to Install and Setup WP Super Cache with CloudFlare CDN?

    Reply
  37. kurakaniz says:
    Nov 27, 2015 at 12:13 am

    after updating the plugin it says “.htaccess file may need to be moved” and this error too

    A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules.

    what to do please help

    Reply
    • Ron says:
      Jul 16, 2017 at 12:52 am

      Same problem here.Anyone help

      Reply
  38. stephen says:
    Oct 1, 2015 at 11:00 pm

    I installed everything just as you said but I am still getting 52sec load time and if I tried using gtmetrix I get an error saying the URL does not appear to be an HTML.home page . please help site is

    Reply
  39. Megan Good says:
    Sep 3, 2015 at 10:54 am

    This article was very helpful, and I was able to troubleshoot my issues based on your suggested settings. Thank you for the info!

    Reply
  40. Omprakash Jaiswal says:
    Aug 9, 2015 at 4:37 am

    wp super cache does not work
    Permlink Structure Error

    A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks.

    Reply
  41. Hammad says:
    May 23, 2015 at 12:36 am

    Thank you for your suggestions, I’m trying to apply these settings on my website now. Can you please advise if wp super cache supports minify settings.

    I had wp3 total cache and had a score of 97/81 on gtmetrix, after installing wp super cache my score decreased to 82/68.

    Reply
  42. Imran says:
    May 13, 2015 at 2:54 am

    Was looking for some great guide for super cache plugin. Now I will try it on my test site.
    Thanks for such a nice tutorial

    Reply
  43. Robert Connor says:
    Mar 10, 2015 at 9:57 pm

    Some great tips-now i need to go back and fix my site

    Reply
  44. User says:
    Dec 3, 2014 at 3:48 pm

    How do I get it to work for Mobile without changing the theme?

    Reply
  45. cezars says:
    Nov 18, 2014 at 6:59 pm

    Any info for Rejected User Agents list from the plugin ?

    Reply
  46. herb says:
    Oct 10, 2014 at 9:15 pm

    Installed it and got a lower grade E/D on Gtmetrix…switched to W3TC and it gave me and A/B grade.

    Reply
  47. efiga says:
    Jul 19, 2014 at 12:52 pm

    Hi
    i have a little question , when using this plugin to cashe pages , the google adsense ads will be cashed too ? ,it will show the same ads ?
    thank you in advance

    Reply
    • WPBeginner Staff says:
      Jul 19, 2014 at 10:25 pm

      No your Google Ads will not be cached.

      Reply
  48. shadow says:
    Jul 12, 2014 at 12:36 pm

    does nothing for me

    Reply
  49. avisdupublic.net says:
    May 5, 2014 at 8:46 am

    Hi, Thank you for this outstandly good article. However, I am facing several issues with WP S. Cache.
    The website is : avisdupublic.net

    1°) My Home page is a static one. However, when a new article is published, the /home must be changed (new article in the slider and so on). However, it is no the case! Moreover, when I just “update” this static page, by a strange miracle (not so strange because with the update, the cache-page is flushed), the /home becomes “normal”.

    2°) From 1°), I decided to tick the Pages, Front page, Is_home in the rejected ones. However no changes appeared in the /home.

    Do you have an idea where could be the problem ?

    Bests,

    (sorry for the poor english)

    Reply
  50. Farcas Gelu Danut says:
    Mar 2, 2014 at 3:51 am

    I’m sorry for my poor English language.
    I use now WP Total Cache, CDN is Cloudflare, shared hosting.
    Specialists working at hosting company I recommend using wp super cache to replace the WPTotal Cache. What is your opinion?
    WP Total Cache internet is recommended, considered superior WP Super Cache.
    I use Google translate for this comment. Is OK?

    Reply
    • WPBeginner Support says:
      Mar 2, 2014 at 1:44 pm

      Farcas, W3 Total Cache and WP Super Cache are both good plugins.

      Reply
« 1 2

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
WPForms Logo
WPForms
Drag & Drop WordPress Form Builder Plugin. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 30 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2020 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2020)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2020)
    • SiteGround Reviews from 4196 Users & Our Experts (2020)
    • Bluehost Review from Real Users + Performance Stats (2020)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • Free Business Name Generator (A.I Powered)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2020 – Step by Step Guide
Deals & Coupons (view all)
Weglot Coupon
Get 15% OFF on Weglot multilingual plugin for WordPress.
LearnDash
LearnDash Coupon
Get the lowest price on the best learning management system (LMS) plugin for WordPress.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).
Join our team: We are Hiring!

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
  • Free Business Tools
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress
  • Smash Balloon

Copyright © 2009 - 2020 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by SiteGround | WordPress CDN by MaxCDN | WordPress Security by Sucuri.