The Ideal Swift Performance Settings w/ Cloudflare + CDN Instructions

When you buy, sign up, or register through our links, we may earn a commission. Learn More ›

Some people swear by Swift Performance, while others stay away because of scam reports.

I wrote this tutorial on configuring the Swift Performance Lite settings since I try to do this for every cache plugin, but I chose not to use it myself. Too many negative reviews, and I’m sure many WP sites get excellent results with it. I would rather support Gijo Varghese from FlyingPress.

They have a good amount of documentation and let Swift Performance Lite users unlock many Pro features for free. You can do this by registering for Swift in the Dashboard settings, adding your license key, and downloading the Swift Performance Extra plugin.

I would watch Johnny’s Swift YouTube video since many of these settings are based on his recommendations.

Please only utilize these configurations as an initial reference. Be cautious not to duplicate functionalities in the case of employing Cloudflare for tasks such as image optimization and minification, Perfmatters for unloading assets or any other function, or WP-Optimize for tidying up the database.

swift performance wordpress plugin pricing

Use this exclusive coupon code or promo code for Swift Performance Pro Plugin – Use WPTHINK at checkout for 15% OFF Swift Performance PRO WordPress Plugin to increase the speed of your WordPress site.

1. Swift Performance Plugin Setup Wizard

Once you install Swift Performance, it opens a setup wizard. Run the Autoconfig option, and Swift will configure a few settings based on your server configuration, plugins, settings, etc.

swift performance plugin setup wizard

Enable auto purge if using Cloudflare, create an API token, and enter it here.

swift performance plugin cloudflare settings

Swift Performance will tweak a few settings based on your configuration.

swift performance plugin setup wizard autoconfig

2. Dashboard

The dashboard shows stats like how many known pages Swift detected vs. how many are cached. The Warmup table shows your cached pages, their prebuilt priority, and the date each page was last cached. You can manually add URLs if Swift doesn’t detect certain pages.

Register with Swift, add your license key, and get more features on the Lite version.

swift performance plugin register free additional settings

Once your key is added, you’re prompted to install the Swift Performance Extra plugin.

3. Settings

The advanced view expands the Swift Performance settings with more things to configure.

Swift performance advanced view

3.1. General

General

  • Hide Footprints: ON – Leave off if you want to see Swift in the source code.
  • Use Compute API: ON – speeds up CPU-intensive processes, provides viewport critical CSS, and better JS minify. Register with Swift (or use Swift Pro) to see this.
  • Clear Cache Role: Select which users are allowed to clear Swift’s cache.
  • Disable Admin Notices: Pro feature to disable Swift admin notifications.
  • Disable Toolbar: OFF – lets you remove Swift from the WP toolbar menu.
  • Page-Specific Rules: ON – adds a meta box to change settings on specific pages.
  • Collect Anonymized DataOFF – I always prefer this off, but it’s up to you.
  • Debug Log: Used for debugging if you’re having issues while configuring it.

Tweaks

  • Custom Htaccess: mainly used to add redirects.
  • Background Requests: Add rules to make AJAX requests run in the background so the browser doesn’t have to wait for a response (see documentation with an example).

Heartbeat

  • Disable Heartbeat: You can usually disable Heartbeat everywhere except for posts/pages since you probably want autosaves and Heartbeat features when you’re in the post editor.
  • Heartbeat Frequency: 240 is a good number, and it uses fewer resources than 15-60 seconds.

Cronjobs

  • Limit WP Cron: limiting WP-Cron saves resources. You can set it to something like 50 which is used in the documentation. 100% means unlimited while 0% means disabled.
  • Enable Remote CronOFF – unless you want to disable WP-Cron and use Swift’s API to set up a remote cron service, you can leave it off. Fully disabling WP-Cron isn’t recommended.

Google Analytics

3.2. Media

General

  • Smart Lazyload: ON – if you use Swift for lazy loading images, turning this on excludes above the fold images/iframes from lazy load which can improve LCP in core web vitals.

Images

  • Optimize Images On Upload: ON – Swift will optimize images when you upload them. If you’re using another plugin or CDN to optimize images, leave those settings OFF in Swift.
  • Image Source: MEDIA LIBRARY – Swift will store data about your images in the media library which is defaulted if using WPML, or you can set it to the WP-CONTENT directory.
  • Image Optimizer: I do lossless compression at 85% since Lighthouse tests images at 85%.
  • Resize Large Images: 1920 – prevents people from uploading huge images over 1920px.
  • Keep Original Images: ON – should always be on in case you want to revert your images.
  • Generate WebP: ON – turn this on if you want Swift to generate WebP versions on images.
  • Serve WebP: <PICTURE> ELEMENTS – replaces <img> tag with <picture> tag which is recommended in the documentation and is also more compatible when using Cloudflare.
  • Serve WebP Background Images: ON – background images will also be served in WebP.
  • Exclude Images: if you don’t want certain images served as WebP, add the images here.
  • Lazyload Images: ON – remember to only use 1 plugin/service for lazy loading. Swift has quite a few settings and you may want to test it out, but this is obviously your own choice.
  • Exclude Images URL/Classname: the Smart Lazyload setting already excludes above the fold images automatically, so there shouldn’t be any reason to exclude images manually.
  • Respect Lazyload Standards: ON – images won’t be lazy loaded if they have the skip-lazy class or data-skip-lazy attribute. This should also be left on in all the other Swift settings.
  • Preload Sensitivity: 50 – number of pixels before the viewport lazy loaded images will start preloading. You can try increasing this if you want a smoother scrolling experience.
  • Load Images On User Interaction: ON – only load images on mousemove, keypress, touchstart, or scroll. Since images are already lazy loaded, it probably won’t help much.
  • Inline Lazy Load Images: ON – inline placeholders but it’s not supported by all browsers.
  • Lazyload Placeholder: placeholders can reduce layout shifts (choose the one you want).
  • Lazyload Background ImagesOFF – background images are large, so while there may be a big improvement for “defer offscreen images,” it may also take some time for them to load. If you enable it, make sure above the fold images are being excluded and preloaded.
  • Fix Missing Dimensions: ON – adds width/height attributes to images without specified dimensions to prevent layout shifts (fixes the “explicit width/height” PSI recommendation.
  • Force Responsive ImagesOFF – only on if your theme doesn’t load responsive images.
  • Gravatar Cache: ON – no reason not to use this. Although if your blog has lots of comments, you should look into local avatars or delaying them if they load externally.
  • Inline Small ImagesOFF – small sites can turn it on if you have small images/icons on the top of your pages and you’re not using FontAwesome (recommended by WP Johnny).

Embeds

  • Youtube Smart Embed: ON – only loads thumbnail until play button is clicked.
  • Lazy Load Iframes: ON – similar to previous settings only for other iframes too.
  • Load Iframes On User Interaction: ON – self-explanatory, I would turn this on.

3.3. Optimization

General

  • Enable Server Push: TEST – test your results with and without enabling this. Server push can give you better results by loading resources ahead of time but separates scripts/styles.
  • Optimize Prebuild Only: ON – Swift says this should be on or first-time visitors have to wait until Swift’s optimization process is complete, but Johnny recommends turning it off.
  • Optimize in Background: if the previous setting doesn’t work, this will be used as fallback and makes Swift start the optimization/caching in the background using an AJAX request.
  • Prebuild Booster: on for slow shared servers, off for more powerful servers.
  • Disable Emojis: ON – if you really need emojis, use Unicode emojis instead.
  • Limit Simultaneous ThreadsOFF – when the optimize prebuilt only setting is off, this reduces CPU usage when you have many simultaneous, but Johnny says it should be off.
  • Merge Assets for Logged in UsersOFF – faster for logged-in users but causes problems.
  • Prefetch DNS: ON – automatically adds the prefetch resources hint for third-party domains, just remember that CDN URLs and Google Fonts should use preconnect instead.
  • Collect Domains From Scripts: ON – scans JavaScript for third-party domains to prefetch.
  • Exclude DNS Prefetch: exclude fonts.gstatic.com and your CDN URL so they’re not prefetched, then make sure each of these use the preconnect resource hint instead.
  • Normalize Static Resources: removes “cache buster” from static file URLs which can prevent scripts/styles from being cached. This is only useful if you merge scripts/styles.

Scripts Merging/minifying JavaScript is notorious for causing errors, but I would test these and check your load times. If you see errors, find the problematic files and add them to ‘Exclude Scripts.’

  • Merge ScriptsOFF – merging scripts/styles usually gives you worse results. But since turning it off also removes the option to minify scripts (and same thing with styles), you can use your CDN to minify HTML, CSS, and JS. Cloudflare and Bunny Optimizer do this.
  • Disable jQuery Migrate: TEST – turn on if this doesn’t break your site, leave off otherwise.
  • Preload Scripts: you can add JavaScript files containing elements that load above the fold so they’re preloaded, just make sure you test how each preload impacts its load time.
  • Preprocess Scripts: run plugin/theme scripts on the server by adding URLs or filenames.
  • Preprocess Inline Scripts: same concept as previous settings only for your inline scripts.

Styles CSS optimization can also cause errors, but can greatly improve scores/load times. Play with the settings and check a few pages to make sure everything is OK. If merging stylesheets and minifying CSS cause errors, locate/exclude problematic files (same things with JavaScript).

  • Merge Styles: OFF – same reason you usually shouldn’t merge JavaScript files either.
  • Preload Styles: again, this is the same concept as preloading scripts only for your styles.

Fonts

HTML

  • Smart Render: ON – new feature and looks similar to lazy rendering HTML elements.
  • Fix Invalid HTML: OFF – Johnny doesn’t recommend this since it delays cache building.
  • Minify HTML: if you’re not using a CDN to minify HTML, you can use Swift to do it instead.

3.4. Caching

General

  • Enable Caching: ON.
  • Caching Mode: DISK CACHE WITH REWRITES – this is what you should usually use especially on shared hosting, or use “memcached with PHP” if your host supports it.
  • Early Loader: ON – speeds up the caching process when it’s served through PHP.
  • Cache Path – this is just the directory for the cache path.
  • Cache Expiry Mode: ACTION BASED MODE is what Swift recommends. Time-based mode is the same but when the cache expires, it’s cleared even if no modifications were made.
  • Clear Cache on Update Post by Page, URL, Custom Rule: Swift already clears the cache in common areas, but if you need to clear specific things, you can do it using one of these.
  • Clear Cache After Update: ON – clears the cache after updating core/theme/plugins. Larger websites will probably want to disable this since it can often increase CPU usage.
  • Enable Caching For Logged In Users: OFF – only enable on membership websites (or similar) where you have lots of logged-in users where they need their own cached version.
  • Separate Mobile Device Cache: OFF – only use if you serve different content on mobile than desktop and the mobile site needs its own cache (non-responsive themes, AMP, etc).
  • Enable Browser Cache: ON – stores files in the browser so they can be accessed quicker.
  • Enable Gzip: ON – I would check if your host supports Brotli because it’s faster than Gzip.
  • Send 304 Header: OFF – speeds up repeated requests but should usually be left disabled.
  • Cache 404 pages: OFF – the benefit of this probably won’t outweigh how it increases CPU.
  • Cache Sitemap: Swift will use your sitemap URL to cache your website more efficiently.
  • Enable Dynamic Caching: OFF – leave this disabled unless you know what you’re doing.
  • Cacheable AJAX Actions: see Swift’s tutorial on caching AJAX requests if you want to enable this. You’re also able to set the AJAX Cache Expiry Time which is defaulted to 1440.

Tweaks

  • Ignore GET Params: add GET parameters to be excluded from caching.
  • Avoid Mixed Content: OFF – no need to do anything if your site uses HTTPS.
  • Keep Original Headers: ON – this keeps the original headers used by plugins.
  • Exclude Headers: add specific headers that shouldn’t be included in caching.
  • Case Insensitive URLs: OFF – URLs are usually not case sensitive, so disable.
  • Strict Host: ON – can prevent errors when using WWW vs. non-WWW versions.

Ajaxify

  • Preload Sensitivity: 50 – number of pixels before the viewport lazy loaded elements will start preloading. You can try increasing this if you want a smoother scrolling experience.
  • Ajaxify Placeholder: hidden means it’s empty until it’s loaded. You can also select “blurred” as well as “show cached” which will show the cached version until it’s loaded.

Exceptions This is where you exclude certain parts of your website from being cached. You can do this by URL, post types, cookies, known crawlers, author pages, REST URLs, and even your RSS feed.

Warmup Warmup stores URLs in for the next cache prebuild. Each URL has a priority number (shown in the dashboard settings) where they can be adjusted manually. Lower number = higher priority.

  • Prebuild Cache Automatically: ON – prebuilds cache after it’s cleared (only uncheck for large websites where constant cache rebuilding is consuming too many server resources).
  • Prebuild Speed: unlimited for powerful servers, moderate for mid-range servers, and reduced or slow for shared. The higher the prebuild speed, the more resources it needs.
  • Discover New Pages: OFF – only enable if Swift can’t detect all your important pages.
  • Warmup Table Source: AUTO OR SITEMAP – auto for small sites, sitemap for large sites or if your server is slow. As Johnny says, the sitemap option prioritizes important pages first.
  • URLs Per Page: 30 – this just shows how many URLs are shown in Swift’s warmup table.
  • Warmup Priority: DEFAULT – unless there’s a specific reason to change them, leave this.
  • Remove Redirects: ON – no reason redirects should be included in Swift’s warmup table.
  • Prebuild Pages – only enable the pages that are actually being used by your visitors (usually only archives for category pages). No need to prebuild things like tags/RSS feeds.
  • Enable Remote Prebuild Cache: OFF – only enable if the server can’t prebuild the cache.

Varnish

  • Enable Auto Purge – on if using Varnish which autopurges when Swift’s cache is cleared. After enabling this, enter your Varnish IP + port in the next field if you’re using Cloudflare.

3.5. CDN

General

  • Enable CDN: ON – only used for CDNs that use a CDN URL like BunnyCDN (not used for Cloudflare). Gijo from FlyingPress recommends the Cloudflare + BunnyCDN combination which is also what I use. I have a full BunnyCDN tutorial which shows you how to set it up.
  • CDN Hostname: this is where you enter your CDN URL (found in your CDN’s dashboard).

Cloudflare

  • The Swift Performance setup wizard should have already prompted you to add your Cloudflare API token (see Dashboard section). Otherwise, add it here and the settings should be configured automatically to purge Cloudflare’s cache once Swift’s is cleared.

MaxCDN/StackPath

  • StackPath isn’t a great CDN so you shouldn’t have to do anything here.

4. Image Optimizer

If you’re using Swift for image optimization, this shows you stats.

5. Database Optimizer

You can usually delete everything but post revisions. You probably want a few backups and Swift only gives you the option to delete all of them. I prefer to use WP-Optimize which lets you keep some post revisions, scheduled cleanups, and remove unused tables left by old plugins.

Wordpress database cleanup wp optimize settings

WP-Optimize is free and already does a great job of cleaning your database

6. Plugin Organizer

Only use the plugin organizer if you know what you’re doing.

This can disable elements on specific pages/posts that’re not being used. I prefer Perfmatters, but if you’re using Swift, the plugin organizer is free, even on the Lite version.

Swift performance plugin organizer

7. Lite vs. Pro

Most sites won’t need the Pro version with the free Swift Performance Extra plugin. It already comes with most key features in the Pro version, but feel free to compare them yourself. The Pro version includes a database optimizer, which can be done in WP-Optimize.

Just be careful. There have been numerous reports of Swift’s bad billing practices. So if you decide to cancel, I would call your bank to ensure they don’t keep charging you.

swift performance wordpress plugin pricing

Use this exclusive coupon code or promo code for Swift Performance Pro Plugin – Use WPTHINK at checkout for 15% OFF Swift Performance PRO WordPress Plugin to increase the speed of your WordPress site.

Johnny Sebastian
Johnny Sebastian

Johnny Sebastian is an experienced advertising and marketing expert with skills in content marketing, online advertising, and software conceptualization. He writes clear and actionable content for WPThink.com to help enhance readers' understanding of the hosting industry. In addition to this, Johnny collaborates with startups and works with One Up Digital's management team to navigate the ever-changing landscape of content marketing, online advertising, and software development.