SpeedyCache – Cache, Optimization, Performance

SpeedyCache – Cache, Optimization, Performance

Wordpress plugin

Install on Wordpress

App Details

SpeedyCache is a WordPress cache plugin that helps you improve performace of your WordPress site by caching, minifying, and compressing your website.

You can find our official documentation at https://speedycache.com/docs. We are also active in our community support forums on wordpress.org if you are one of our free users. Our Premium Support Ticket System is at https://softaculous.deskuss.com

Home Page | Support | Documents

Other than caching SpeedyCache can also do the following:-
1. It can minify and combine CSS/JS giving even better optimization as it reduces the file sizes and reduces the HTTP requests to the server.
2. Eliminate render-blocking Javascript resources helping your website to load faster.
3. Lazy load images so that the images can be requested only if they come into the viewport.
4. GZIP files to reduce the size of the file sent from the server.

Free Features

  • Caching: Storing copies of the web pages of the desktop version. Caching happens when a user visits a webpage on your website
  • Precache: Precache creates a cache at regular intervals of time reducing the load on the server to cache files.
  • Combine CSS: Combines CSS files present in the header of the page reducing HTTP requests.
  • Minify CSS: Reduces the size of the CSS files.
  • Test Mode: Test Cache settings before pushing it to live site.
  • Automatic Cache: If enabled it will cache immediately after a page/post is created/updated.
  • Combine JS: Combines JS files present in the header of the page reducing HTTP requests.
  • GZIP: It applies GZIP compression on the files hence reducing the file size sent from the server.
  • Browser Caching: Caches the website on the browser of the client for repeating visitors.
  • DNS-Prefetch: DNS prefetch is a technique that improves website performance by resolving domain names in advance, before they are needed.
  • Disable Emojis: You can remove the emoji inline CSS and wp-emoji-release.min.js.
  • Exclude: You can exclude certain Pages, User-Agent, Cookies, CSS, or JS from being cached.
  • CDN: CDN helps improve website speed by placing the static files of your cached on their network of servers hence helping deliver content faster at any point in the world.
  • Display Swap: Adds dispaly swap to Google font URL, so when Google font loads the font will stay visible.
  • Purge Varnish: If enabled it will purge Varnish cache, whenever cache from SpeedyCache is purged.
  • Gravatar Cache: Host Gravatars on your server.
  • *Improve Font Rendering:** Adding CSS property of text-rendering to prioritize speed of render of Fonts.

GET SUPPORT AND PRO FEATURES

Get professional support and more features to make your website load faster with SpeedyCache

Pro Features:-

  • Image Optimization: Image optimization is a way to convert an image to next-gen image formats like webp which load images faster on the web.
  • Instant Page: It loads the page just before user clicks the link, reducing the page load time.
  • Google Fonts: Google fonts are also seen as render-blocking so this feature helps load Google fonts asynchronously.
  • Local Google Fonts: Cache the Google fonts to be compliant with the GDPR rules.
  • Lazy Load: Loading all assets at once can make the page load slower hence lazy load helps by only loading certain resources when they come into the viewport.
  • Minify HTML: It removes empty lines, line breaks, minifies inline Js And Css, removes comments and space in Tags
  • Advanced Minify CSS: Reduces CSS file size.
  • Minify JS: Reduces JS file size.
  • Delay JS: Delays the JS to load on user interaction to reduce or remove the issue of Unused JS.
  • Advanced Combine JS: Combines JS files placed in the footer section helping reduce HTTP calls.
  • Render blocking JS: Before rendering a page the browser parses the HTML to create a DOM tree and if an external script comes it has to stop and wait for the script to execute hence the rendering of the page ends up taking time, hence Render blocking JS feature helps in deferring the load of JS after the render has happened hence the first load get faster.
  • Delete Cache Stats: Provides statistics about the cached files of Desktop or Mobile version and combined/ minified version of CSS and JS.
  • Mobile Theme: Caches the mobile version of your website and shows that version on mobile devices.
  • Database Cleanup: Database cleanup helps you free up your database storage from temporary data, trashed contents, and post revisions which may take a lot of your database storage.
  • PreConnect: Preconnect improves website loading times by establishing early connections to third-party domains.
  • Preload: Preload improves website performance by downloading resources in advance, before they are needed.
  • Critical CSS: Extracts the CSS used by the page in the visible viewport at the time of load.
  • Unused CSS: Removes the unused CSS, keeping the CSS that is being used by the paged, which reduces the size of CSS used on the page.
  • Object Cache: It makes the object to persist by using redis, to improve availibility of the cache.
  • Bloat Remover: Options to remove unnecessary features of WordPress or WooCommerce.
  • Image Dimension: Adds dimensions to the image tag which does not have width or height, to reduce (CLS)Cumulative Layout Shift.
  • Lazy Render HTML: User can lazy render HTML elements which are not in view-port.
  • Preload Critical Images: Preload above-the-fold images to improve LCP(Largest Contentful paint).

Caching

SpeedyCache caches the website by creating static files on the server and delivers those static files to most of the users who visit the website, The static files eliminate the heavy load of Querying the database for data hence the load of your website is faster.

You can preload as many pages as you want, and preloading caches the website in regular intervals of time to reduce the load on the server.

Deleting Cache on New/updating Post.
You can decide to delete the cache on the creation or updating of a post so that the cache can always stay updated.

Minifying/Combining CSS and JS

SpeedyCache helps minify the JS and CSS hence it reduces the file sizes.
Combining JS combines the CSS and JS fines reducing the file count and making the server handle lesser requests.

Cache Lifespan

Cache Lifespan is a way to schedule the deletion of cache.

Exclude

Exclude is a way to prevent SpeedyCache from caching certain files/ user-agents/ cookies.

CDN (Content Delivery Network)

CDN helps you host your static content on a distributed network optimized to deliver internet content faster it’s not a replacement to a web host. It caches your files on the network edge and delivers the content to the user through the closest and fastest server.
SpeedyCache helps you integrate a CDN by rewriting the URLs of the static files you want to host on the CDN or in the Case of Cloudflare it helps with the purging of the cache on the Cloudflare servers.

[Pro] Image Optimization

Image optimization is a way to convert your images from old formats like JPG and PNG to the new next-gen formats like webp which is designed with the web as the target platform to load images faster. webp images result in smaller and richer images that make the web faster.
We provide 3 ways to convert your images to webp.
GD(a PHP extension), Imagick(a PHP extension), and cwebp(a webp conversion utility from Google).

[Pro] Bloat Remover

SpeedyCache has 12 bloat removal options which are listed below.
1. Disable Dashicons
2. Update Heartbeat
3. Limit Post Revisions
4. Disable XML-RPC
5. Disable Google Fonts
6. Disable jQuery Migrate
7. Disable RSS feeds
8. Disable Gutenberg
9. Disable OEmbeds
10. Disable Block Editor CSS
11. Disable Cart Fragments
12. Disable WooCommerce Assets

[Pro] Database Cleanup

Data cleanup cleans the database by removing the following data:-
1. Post Revisions
2. Trashed Content
3. Trashed and Spam comments
4. Trackbacks and pingbacks
5. All Transient options
6. Expired Transient Options

Credits

Forked from WP Fastest Cache https://wordpress.org/plugins/wp-fastest-cache/

Pricing

Starting from $0 per month.

Check Out the Currency Converter Widget

By Common Ninja

Currency ConverterTry For Free!

App Info

Rating

Reviewers

23 reviews

Tags

cache
cdn
minify
pagespeed
seo

Developed By

softaculous

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Forms

Forms plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Comments

Comments plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Maps

Maps plugins for Wordpress

Security

Security plugins for Wordpress

Translation

Translation plugins for Wordpress

Ads

Ads plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Chat

Chat plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Membership

Membership plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Contact

Contact plugins for Wordpress

Comments

Comments plugins for Wordpress

Analytics

Analytics plugins for Wordpress

More plugins

plugins You Might Like

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms