{"id":10598,"date":"2019-06-10T06:00:10","date_gmt":"2019-06-10T10:00:10","guid":{"rendered":"https:\/\/blog.litespeedtech.com\/?p=10598"},"modified":"2019-09-11T11:35:06","modified_gmt":"2019-09-11T15:35:06","slug":"litespeed-cache-vs-wp-super-cache","status":"publish","type":"post","link":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/","title":{"rendered":"LiteSpeed Cache vs. WP Super Cache"},"content":{"rendered":"

\"LiteSpeed<\/p>\n

If you are stuck on choosing a cache plugin for your WordPress site let\u2019s make things a little bit easier for you. Today we are comparing the features and costs of LiteSpeed Cache for WordPress<\/a> and WP Super Cache<\/a>. We\u2019ll talk about how each plugin works, and then we\u2019ll share a side-by side comparison of features.<\/p>\n

LiteSpeed Cache vs. WP Super Cache<\/h2>\n

Let\u2019s start by discussing each plugin\u2019s caching capabilities, ecommerce compatibility, premium services, and costs.<\/p>\n

Caching<\/h3>\n

Both plugins provide full-page caching for WordPress. Page caching is essential for a WordPress site, as it allows static snapshots to be generated and saved for the dynamically-generated page. It\u2019s significantly faster to server static content than it is to wait for WordPress and PHP to assemble content dynamically. Most WP pages are exactly the same each time they are built, so using these snapshots makes sense, and delivers a much-improved user experience to the site\u2019s visitors.<\/p>\n

How Caching Works<\/h4>\n

Generating a page cache for WordPress is not always straightforward. Some sites have significant customization or areas of private content, which means a single cached copy of each page will not be enough to cover the needs of every visitor. Both LSCache and WP Super Cache have ways of addressing these scenarios, some of which are more effective than others.<\/p>\n

WP Super Cache<\/h5>\n

WP Super Cache provides three methods of page caching: Simple<\/strong>, Expert<\/strong>, and WP-Cache<\/strong>.<\/p>\n

The Simple and Expert methods produce what they call \u201csupercached\u201d static HTML files, while WP-Cache produces a sort of hybrid that allows for some dynamic content to be included on the page.<\/p>\n

WP-Cache<\/strong> is mainly used to cache pages for logged-in users, those who leave comments, or those who will have private content displayed on the page. It can also be used to cache feeds, and URLs with parameters. It is the slowest caching mode of the three.<\/p>\n

Expert<\/strong> mode makes use of rewrite rules in a site\u2019s .htaccess<\/code> file. It completely bypasses PHP and serves \u201csupercached\u201d static HTML. This is the fastest WP Super Cache mode.<\/p>\n

Simple<\/strong> mode is similar to Expert in that it serves so-called supercached files, however rewrite rules are not involved. The content is served instead by PHP. The plugin authors recommend using Simple mode as it is easier to set up than Expert mode and doesn\u2019t involve editing .htaccess<\/code>, though it does result in serving content more slowly than in Expert mode.<\/p>\n

Caching with LiteSpeed<\/h5>\n

LiteSpeed Cache is a lot like WP Super Cache\u2019s Expert mode, but with one important difference: the plugin is not actually<\/em> doing the caching. The basic LSCache functions are carried out by LiteSpeed Web Server\u2019s built in cache module. The plugin is provided as an easy way for WordPress to communicate with the cache engine, but it doesn\u2019t execute any of the caching tasks, and the cache files themselves are not stored within the WordPress file structure.<\/p>\n

Like WP Super Cache\u2019s Expert mode, LiteSpeed Cache uses .htaccess<\/code> rewrite rules and completely bypasses the use of PHP. It is preferred to avoid PHP because of its expensive overhead.<\/p>\n

LiteSpeed can cache private content<\/strong> for logged-in users, and can include dynamic content<\/strong> on otherwise static pages, similar to WP Super Cache\u2019s WP-Cache mode, but more flexible. We\u2019ll go into more detail about how each plugin does this when we discuss eCommerce, although the concepts apply to any area of your WordPress site, not just shopping carts.<\/p>\n

Purging Cache on Demand<\/h4>\n

Both plugins require you to specify an expiration time or TTL (Time to Live) for content. This is a default number of seconds that cached content is considered fresh. Sometimes, though, content must be purged from the cache before it reaches its natural expiration.<\/p>\n

WP Super Cache<\/h5>\n

If a post is modified or a comment is posted, the static HTML copy of the post page is automatically deleted. Admin users may also choose to manually delete the entire cache.<\/p>\n

LiteSpeed<\/h5>\n

LiteSpeed, too, purges the static HTML copy of any post that has been modified, but it also goes a step further. Because of the plugin\u2019s tight integration with the server on one end, and with WordPress on the other, LSCache remembers things about the cache entries that other plugins cannot, and it is able to act efficiently when content changes. When content is created or edited and must be purged from the cache, LSCache uses a tag-based system to identify related content that must also<\/em> be purged. In this way, there is never too much or too little removed from the cache. It is also possible to manually purge the entire cache or a single page, if desired.<\/p>\n

Handling Expired and Purged Cache<\/h4>\n

No matter which plugin you use, there will be a cache directory on your server that continually fills up and takes up space. Let\u2019s look at how each of the plugins cleans up after itself.<\/p>\n

WP Super Cache<\/h5>\n

With WP Super Cache, you set a schedule for garbage collection. A job runs on the specified schedule, deleting expired static HTML files from the cache directory.<\/p>\n

LiteSpeed<\/h5>\n

LiteSpeed\u2019s garbage collection works differently. Because tags are tracked and stored in shared memory, the server has an efficient way of determining when a page needs to be deleted from cache. When the LiteSpeed server receives the purge header, it simply marks the related tags as \u201cpurged\u201d but does not actually delete the files on the file system. This is to avoid heavy disk I\/O while serving the response.<\/p>\n

LiteSpeed Server will deal with the outdated entries during non-busy CPU cycles and delete files in small batches with minimum side effects.<\/p>\n

Cache Varies<\/h4>\n

Both plugins allow multiple public cache versions of a single page, for certain situations.<\/p>\n

WP Super Cache<\/h5>\n

WP Super Cache has support for mobile browsers. If you have a non-responsive desktop theme and are using a separate theme for mobile traffic, you can enable this option to have two copies of each page stored in cache: one for desktop visitors, and one for mobile.<\/p>\n

LiteSpeed<\/h5>\n

You can have multiple cache copies (aka \u201ccache varies\u201d) in LiteSpeed as well, but it is more sophisticated than simply mobile vs. desktop. LiteSpeed\u2019s server-side cache engine allows it to use vary cookies to serve multiple versions of cached content based on things like geographic location, cookie, and user group. There is enormous flexibility in the LiteSpeed cache vary system.<\/p>\n

Cache Preloading and Rebuilding<\/h4>\n

WP Super Cache and LiteSpeed Cache both have the ability to preload the cache. Cache crawlers traverse the site, caching any pages that are not currently cached, and minimizing the possibility of a visitor having to wait for any pages to be dynamically assembled.<\/p>\n

Wp Super Cache<\/h5>\n

WP Super Cache\u2019s crawler simulates an unknown user on a desktop computer. If Cache Rebuild is enabled, garbage collection is turned off while the crawler runs so that an existing supercache file may be served to visitors on very busy sites while a new file is being generated.<\/p>\n

LiteSpeed<\/h5>\n

LiteSpeed Cache\u2019s crawler also simulates a non-logged-in desktop user visit by default, but may be configured to crawl as a mobile user as well. Additionally, for sites that employ user-group-based cache varies (i.e. retail customers vs. wholesale customers), or cookie-based varies (i.e. visitors with an affiliate cookie), the cache may be crawled simulating a logged-in user from any particular user group, or a user with a particular cookie. If you have the resources available, you could theoretically have dozens of crawlers going at once, simulating all sorts of user interactions.<\/p>\n

Compression<\/h4>\n

Both plugins cache and serve compressed content. WPSC supports gzip compression, while LiteSpeed supports both gzip and brotli.<\/p>\n

eCommerce<\/h3>\n

When you run an online shop, there are necessarily going to be pages (and sections of pages) that can\u2019t be stored in the public cache. Shopping cart pages and last-viewed product widgets, are good examples of this.<\/p>\n

Handling Private Content with WP Super Cache<\/h4>\n

WP Super Cache recommends using JavaScript for generating dynamic content, as JS doesn\u2019t interfere with caching. This is a good idea and true for any cache plugin.<\/p>\n

If JS is not an option, WPSC allows you to use a WordPress filter called wpsc_cachedata<\/code> along with placeholder tags. The placeholders can be replaced with dynamically-generated HTML, and may be used for any content from a simple string to a shopping cart.<\/p>\n

As this solution requires the use of a WordPress filter, it\u2019s mostly aimed at developers who want to make their plugins compatible with WP Super Cache. Also, keep in mind that this dynamic content is not cached, which will slow down the serving of the page considerably.<\/p>\n

Handling Private Content with LiteSpeed<\/h4>\n

LiteSpeed allows you to cache WooCommerce and other pages that contain mixed content. With ESI (Edge Side Includes), holes are punched on a public page, and are filled with shopping cart data and other private content. Then, the mixed-content page can be served to the shopper, fully cached.<\/p>\n

This hole-punching behavior is built in to LSCache and is automated for WooCommerce, and some other popular plugins. Conveniently, ESI can be configured by site admins for use with any widget or shortcode. Developers may also choose to have their plugins support ESI natively through the LiteSpeed API.<\/p>\n

Optimization<\/h3>\n

If you use site evaluation tools, like Google\u2019s PageSpeed Insights, or GTmetrix, you\u2019ll want a nice selection of optimization features in order to implement the tool\u2019s suggested site improvements.<\/p>\n

WPSC does not offer any optimization features aside from CDN support.<\/p>\n

LSCache, however, includes CDN support, database optimization, minification and combination of JavaScript and CSS, HTTP\/2 push, lazy load, and a variety of other popular optimization features, as shown in the table below. If you want to improve your PageSpeed score without installing additional plugins, LiteSpeed is the better choice.<\/p>\n

Premium Services<\/h3>\n

WP Super Cache does not offer any extra premium services.<\/p>\n

LiteSpeed Cache offers Image Optimization, Critical CSS Generation, and Lazy Load Responsive Placeholder Generation, all for free. These services are performed remotely on LiteSpeed\u2019s own servers so as not to put any extra load on yours.<\/p>\n

Cost<\/h3>\n

WP Super Cache is 100% free.<\/p>\n

The LiteSpeed Cache plugin is also free, however a LiteSpeed web server is required in order to use the server-side cache, and there may be costs there, depending on your needs. There is a free, open source version (OpenLiteSpeed<\/a>), or you can get an Enterprise license<\/a>. License pricing ranges from Free for single site owners, to $96\/month for large hosting companies, with several levels in between.<\/p>\n

Feature Comparison<\/h2>\n

Let\u2019s take a closer look at the specific features that come built into LSCache and WP Super Cache.<\/p>\n

✅ = has the feature\r\n💰 = has the feature, but it costs extra money in addition to any license costs\r\n❌ = doesn't have the feature\r\n<\/pre>\n

We’ve listed these features using LiteSpeed Cache terminology. If the other plugin calls it something different, we put their term in parentheses.<\/p>\n

Cache Features<\/h3>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Feature<\/strong><\/td>\nLiteSpeed Cache<\/strong><\/td>\nWP Super Cache*<\/strong><\/td>\n<\/tr>\n
Full-Page Cache<\/td>\n✅**<\/td>\n✅<\/code><\/td>\n<\/tr>\n
Tag-Based “Smart Purge”<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n
Tight Integration With Server<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n
Edge Side Includes (ESI)<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n
Crawler<\/td>\n✅**<\/td>\n✅<\/code> (Preload\/Rebuild)<\/td>\n<\/tr>\n
WordPress Multi-Site Support<\/td>\n✅**<\/td>\n✅<\/code><\/td>\n<\/tr>\n
Cache Logged-in Users<\/td>\n✅**<\/td>\n✅<\/code> (WP-Cache caching)<\/td>\n<\/tr>\n
Cache Separate Mobile View<\/td>\n✅**<\/td>\n✅<\/code><\/td>\n<\/tr>\n
Cache Vary on User Group<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n
Cache Vary on Geographic Location, Currency, etc<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n
Cache REST API<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n
Purge Selected URLs on a Schedule<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n
Browser Cache Support<\/td>\n✅**<\/td>\n❌<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

* WP Super Cache feature list is based on what is listed publicly on its WP Plugin Directory page<\/a><\/small>
\n**Feature requires a
licensed copy of LiteSpeed Web Server<\/a> with Cache Module<\/p>\n

Optimization Features<\/h3>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Feature<\/strong><\/td>\nLiteSpeed Cache<\/strong><\/td>\nWP Super Cache*<\/strong><\/td>\n<\/tr>\n
CDN Support<\/td>\n✅<\/td>\n✅<\/td>\n<\/tr>\n
Database Optimization<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
CSS Minify<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
CSS Combine<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
CSS HTTP\/2 Push<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
JavaScript Minify<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
JavaScript Combine<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
JavaScript HTTP\/2 Push<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Load CSS Asynchronously<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Load JavaScript Deferred<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
HTML Minify<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Exclude Selected URI’s from Optimization<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Remove Query Strings<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Remove Google Fonts<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Lazy Load Images<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Lazy Load iframes<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Wildcard Usage in CDN Support<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

* WP Super Cache feature list is based on what is listed publicly on its WP Plugin Directory page<\/a><\/small><\/p>\n

Premium Provided Services<\/h3>\n\n\n\n\n\n\n
Service<\/strong><\/td>\nLiteSpeed Cache<\/strong><\/td>\nWP Super Cache*<\/strong><\/td>\n<\/tr>\n
Critical CSS Generation<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Image Optimization<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n
Responsive Lazy Load Placeholder Generation<\/td>\n✅<\/td>\n❌<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

* WP Super Cache feature list is based on what is listed publicly on its WP Plugin Directory page<\/a><\/small><\/p>\n

Costs<\/h3>\n\n\n\n\n\n
Cost<\/strong><\/td>\nLiteSpeed Cache<\/strong><\/td>\nWP Super Cache*<\/strong><\/td>\n<\/tr>\n
Plugin Cost<\/td>\nFREE**<\/td>\nFREE<\/td>\n<\/tr>\n
Support Cost<\/td>\nFREE<\/td>\nFREE<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

* WP Super Cache costs are based on what is listed publicly on its WP Plugin Directory page<\/a>
\n**Requires a
licensed copy of LiteSpeed Web Server<\/a> with Cache Module for Cache Features<\/small><\/p>\n

Conclusion<\/h2>\n

LiteSpeed Cache for WordPress and WP Super Cache both offer comprehensive full-page caching with a variety of features, but LiteSpeed\u2019s server-side cache is more flexible, particularly when it comes to private cache and targeted cache management.<\/p>\n

Plus, only LiteSpeed has a suite of popular site optimization functions, making it a great all-in-one acceleration solution for WordPress.<\/p>\n

If you\u2019d like to try LiteSpeed Cache, drop by our website<\/a> to learn how to get started!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"

A comprehensive comparison of LiteSpeed Cache vs. WP Super Cache. <\/p>\n","protected":false},"author":23,"featured_media":10600,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_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},"version":2}},"categories":[37],"tags":[492,54,135],"class_list":["post-10598","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cache","tag-compare-wp-plugins","tag-wordpress","tag-wp-super-cache"],"jetpack_publicize_connections":[],"yoast_head":"\nLiteSpeed Cache vs. WP Super Cache ⋆ LiteSpeed Blog<\/title>\n<meta name=\"description\" content=\"A comprehensive comparison of LiteSpeed Cache vs. WP Super Cache. Learn how each plugin works, and examine their features side-by-side.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LiteSpeed Cache vs. WP Super Cache ⋆ LiteSpeed Blog\" \/>\n<meta property=\"og:description\" content=\"A comprehensive comparison of LiteSpeed Cache vs. WP Super Cache. Learn how each plugin works, and examine their features side-by-side.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/\" \/>\n<meta property=\"og:site_name\" content=\"LiteSpeed Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/litespeedtech\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-10T10:00:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-09-11T15:35:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lisa Clarke\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@litespeedtech\" \/>\n<meta name=\"twitter:site\" content=\"@litespeedtech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lisa Clarke\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/\"},\"author\":{\"name\":\"Lisa Clarke\",\"@id\":\"https:\/\/blog.litespeedtech.com\/#\/schema\/person\/6677c1c1137f7134ac34762bbde8443d\"},\"headline\":\"LiteSpeed Cache vs. WP Super Cache\",\"datePublished\":\"2019-06-10T10:00:10+00:00\",\"dateModified\":\"2019-09-11T15:35:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/\"},\"wordCount\":2228,\"commentCount\":12,\"publisher\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png\",\"keywords\":[\"compare-wp-plugins\",\"wordpress\",\"wp super cache\"],\"articleSection\":[\"LSCache\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/\",\"url\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/\",\"name\":\"LiteSpeed Cache vs. WP Super Cache ⋆ LiteSpeed Blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png\",\"datePublished\":\"2019-06-10T10:00:10+00:00\",\"dateModified\":\"2019-09-11T15:35:06+00:00\",\"description\":\"A comprehensive comparison of LiteSpeed Cache vs. WP Super Cache. Learn how each plugin works, and examine their features side-by-side.\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage\",\"url\":\"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png\",\"contentUrl\":\"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png\",\"width\":1000,\"height\":500,\"caption\":\"LiteSpeed Cache vs. WP Super Cache\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.litespeedtech.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Products\",\"item\":\"https:\/\/blog.litespeedtech.com\/articles\/category\/products\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"LSCache\",\"item\":\"https:\/\/blog.litespeedtech.com\/articles\/category\/products\/cache\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"LiteSpeed Cache vs. WP Super Cache\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.litespeedtech.com\/#website\",\"url\":\"https:\/\/blog.litespeedtech.com\/\",\"name\":\"LiteSpeed Blog\",\"description\":\"Inside the LiteSpeed Team\",\"publisher\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.litespeedtech.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.litespeedtech.com\/#organization\",\"name\":\"LiteSpeed Technologies\",\"url\":\"https:\/\/blog.litespeedtech.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.litespeedtech.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2017\/12\/overlay-logo.png\",\"contentUrl\":\"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2017\/12\/overlay-logo.png\",\"width\":1038,\"height\":300,\"caption\":\"LiteSpeed Technologies\"},\"image\":{\"@id\":\"https:\/\/blog.litespeedtech.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/litespeedtech\/\",\"https:\/\/x.com\/litespeedtech\",\"https:\/\/www.instagram.com\/litespeed_technologies\/\",\"https:\/\/www.linkedin.com\/company\/litespeed-technologies\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.litespeedtech.com\/#\/schema\/person\/6677c1c1137f7134ac34762bbde8443d\",\"name\":\"Lisa Clarke\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.litespeedtech.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/blog.litespeedtech.com\/wp-content\/litespeed\/avatar\/652882db933b248a8d2a463ed04eba3f.jpg?ver=1752483235\",\"contentUrl\":\"https:\/\/blog.litespeedtech.com\/wp-content\/litespeed\/avatar\/652882db933b248a8d2a463ed04eba3f.jpg?ver=1752483235\",\"caption\":\"Lisa Clarke\"},\"url\":\"https:\/\/blog.litespeedtech.com\/author\/lclarke\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LiteSpeed Cache vs. WP Super Cache ⋆ LiteSpeed Blog","description":"A comprehensive comparison of LiteSpeed Cache vs. WP Super Cache. Learn how each plugin works, and examine their features side-by-side.","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:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/","og_locale":"en_US","og_type":"article","og_title":"LiteSpeed Cache vs. WP Super Cache ⋆ LiteSpeed Blog","og_description":"A comprehensive comparison of LiteSpeed Cache vs. WP Super Cache. Learn how each plugin works, and examine their features side-by-side.","og_url":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/","og_site_name":"LiteSpeed Blog","article_publisher":"https:\/\/www.facebook.com\/litespeedtech\/","article_published_time":"2019-06-10T10:00:10+00:00","article_modified_time":"2019-09-11T15:35:06+00:00","og_image":[{"width":1000,"height":500,"url":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png","type":"image\/png"}],"author":"Lisa Clarke","twitter_card":"summary_large_image","twitter_creator":"@litespeedtech","twitter_site":"@litespeedtech","twitter_misc":{"Written by":"Lisa Clarke","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#article","isPartOf":{"@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/"},"author":{"name":"Lisa Clarke","@id":"https:\/\/blog.litespeedtech.com\/#\/schema\/person\/6677c1c1137f7134ac34762bbde8443d"},"headline":"LiteSpeed Cache vs. WP Super Cache","datePublished":"2019-06-10T10:00:10+00:00","dateModified":"2019-09-11T15:35:06+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/"},"wordCount":2228,"commentCount":12,"publisher":{"@id":"https:\/\/blog.litespeedtech.com\/#organization"},"image":{"@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png","keywords":["compare-wp-plugins","wordpress","wp super cache"],"articleSection":["LSCache"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/","url":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/","name":"LiteSpeed Cache vs. WP Super Cache ⋆ LiteSpeed Blog","isPartOf":{"@id":"https:\/\/blog.litespeedtech.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage"},"image":{"@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png","datePublished":"2019-06-10T10:00:10+00:00","dateModified":"2019-09-11T15:35:06+00:00","description":"A comprehensive comparison of LiteSpeed Cache vs. WP Super Cache. Learn how each plugin works, and examine their features side-by-side.","breadcrumb":{"@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#primaryimage","url":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png","contentUrl":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png","width":1000,"height":500,"caption":"LiteSpeed Cache vs. WP Super Cache"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.litespeedtech.com\/2019\/06\/10\/litespeed-cache-vs-wp-super-cache\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.litespeedtech.com\/"},{"@type":"ListItem","position":2,"name":"Products","item":"https:\/\/blog.litespeedtech.com\/articles\/category\/products\/"},{"@type":"ListItem","position":3,"name":"LSCache","item":"https:\/\/blog.litespeedtech.com\/articles\/category\/products\/cache\/"},{"@type":"ListItem","position":4,"name":"LiteSpeed Cache vs. WP Super Cache"}]},{"@type":"WebSite","@id":"https:\/\/blog.litespeedtech.com\/#website","url":"https:\/\/blog.litespeedtech.com\/","name":"LiteSpeed Blog","description":"Inside the LiteSpeed Team","publisher":{"@id":"https:\/\/blog.litespeedtech.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.litespeedtech.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.litespeedtech.com\/#organization","name":"LiteSpeed Technologies","url":"https:\/\/blog.litespeedtech.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.litespeedtech.com\/#\/schema\/logo\/image\/","url":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2017\/12\/overlay-logo.png","contentUrl":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2017\/12\/overlay-logo.png","width":1038,"height":300,"caption":"LiteSpeed Technologies"},"image":{"@id":"https:\/\/blog.litespeedtech.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/litespeedtech\/","https:\/\/x.com\/litespeedtech","https:\/\/www.instagram.com\/litespeed_technologies\/","https:\/\/www.linkedin.com\/company\/litespeed-technologies"]},{"@type":"Person","@id":"https:\/\/blog.litespeedtech.com\/#\/schema\/person\/6677c1c1137f7134ac34762bbde8443d","name":"Lisa Clarke","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.litespeedtech.com\/#\/schema\/person\/image\/","url":"https:\/\/blog.litespeedtech.com\/wp-content\/litespeed\/avatar\/652882db933b248a8d2a463ed04eba3f.jpg?ver=1752483235","contentUrl":"https:\/\/blog.litespeedtech.com\/wp-content\/litespeed\/avatar\/652882db933b248a8d2a463ed04eba3f.jpg?ver=1752483235","caption":"Lisa Clarke"},"url":"https:\/\/blog.litespeedtech.com\/author\/lclarke\/"}]}},"jetpack_featured_media_url":"https:\/\/blog.litespeedtech.com\/wp-content\/uploads\/2019\/06\/LSCWP-vs-WP-Super-Cache.png","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8KHGh-2KW","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/posts\/10598"}],"collection":[{"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/comments?post=10598"}],"version-history":[{"count":5,"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/posts\/10598\/revisions"}],"predecessor-version":[{"id":10612,"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/posts\/10598\/revisions\/10612"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/media\/10600"}],"wp:attachment":[{"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/media?parent=10598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/categories?post=10598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.litespeedtech.com\/wp-json\/wp\/v2\/tags?post=10598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}