Home » Plugins » Scalability Pro
Description

Scalability Pro

The Scalability Pro Plugin is the core WP Intense plugin to transform the speed and scalability of your WordPress site. It does so primarily by eliminating table scans and using index seeks instead. A highly scalable site will not slow down as your site gets bigger. Without Scalability Pro, you’ll likely see a degradation of performance on your website once you exceed 5000 products, orders or users.

Scalability Pro is our core WordPress optimisation plugin and it’s your performance insurance plan for everything excluding search and filters. As we complete performance analysis jobs for clients or answer our clients performance questions on our Discord server, we add optimisations for various themes and third-party plugins into Scalability Pro. The only thing we can’t fully optimise inside Scalability Pro is search and filters, which is why we made Super Speedy Search and Super Speedy Filters to complement Scalability Pro.

  • Speed up wp-admin, imports, main queries, and really everything outside of search and filtering
  • Future proof your website – a scalable site will not slow down as your site gets bigger
  • Reduce server cost – Scalability Pro speeds up many slow SQL queries that run through WP_Query, for example, the main query on your archive pages (shop or posts or custom post types)
  • Easy to use – includes one-click custom indexes, automatic front-end query rewrites and options to disable unused wp-admin features to speed up your back-end
  • Save time – includes optimisations to speed up imports and exports
  • Includes optimisations to speed up slow themes, e.g. Avada and speed boosts discovered through our Performance Analysis Service
  • Good for Googlebot, admins and users – Speed up imports, archives, wp-admin, XML sitemaps and slow themes
  • Never worry about performance or scalability again – purchase includes access to our Discord Server so you can chat directly to Dave Hilditch about your site performance

Note: Scalability Pro will not speed up tiny sites. It will, however, enable your small site to become large without slowing down. Works best in conjunction with Super Speedy Filters and Super Speedy Search.

View Changelog

Awesome Support

We provide fast support for all of our plugins through our Discord server. Come see for yourself!
JOIN OUR DISCORD

Many Payment Options

WP Intense payment methods

We accept payments using Visa, Mastercard, Amex, bank transfers (GBP, USD, EUR, NZD, AUD), Alipay and PayPal. There is still no VAT or sales tax on our plugins. This will probably change in 2023.

Plugin and pack purchases include access to all historic beta versions as well as all historic core versions.

All customers get permanent accounts on our lively performance-obsessesed Discord server where all your questions will be answered!

Yearly renewals are 25% off but we highly encourage you to take advantage of our unlimited site lifetime deals to get the best value. These lifetime deals will not last forever.

Our Super Speedy Pack lifetime deals will end December 2022 whereas our individual plugin lifetime deal options will end sometime in 2023.

All plugins can be upgraded within 3 months of purchase and just pay the difference.

If you have any questions, visit our Discord server where all questions are answered.

Performance versus Scalability

Performance is how quickly your webpages load, Scalability is how many simultaneous users you can have on your website without crashing.

Scalability Pro focuses on Scalability, so it’s not touching the front-end JavaScript or CSS.

However, the primary technique to improve scalability is to fix performance so that it does not degrade as your site grows.

This means that if you already have a large website, you will see a big performance boost by using Scalability Pro.

How we make WordPress scalable

  • Makes WP_Query lightning fast (0.4 seconds uncached vs over 180 seconds for 820,000 products on /shop/ page)
  • Works by optimising your underlying database and queries and eliminating table scans
  • Provides options to alter or remove slow WooCommerce and WordPress features
  • Complements caching systems perfectly
  • Speeds up SLOW queries – install the Query Monitor plugin and view your slowest pages, if you see slow queries being reported, Scalability Pro will help. If you instead see thousands of queries occurring, you probably need our Super Speedy Filters plugin too.
  • It adds indexes to your key WordPress tables to help optimise underlying SQL queries
  • It alters database queries to make them more efficient, avoiding table scans
  • It provides options to disable, alter or microcache slow WordPress/WooCommerce/Import functionality

If Scalability Pro is implemented and there are still table scans occurring, we will fix them.

Five Key problem areas for Scalability

Scalability Pro helps speed up your main slow queries, adding indexes to tables and rewriting queries to use them. But it can’t do everything on its own.

If you install the free Query Monitor plugin and view your slow pages, you’ll see one or more of these causes.

Slow queries as your site gets bigger

This is what Scalability Pro helps with. It makes slow queries run quickly when your site is bigger. Some slow filtering and search queries cannot be optimised by Scalability Pro.

If the slow query uses WP_Query, Scalability Pro can optimise it.

Too many queries

This problem most often comes from badly coded search or filtering plugins. The Redis object cache sometimes helps with this a bit, but we recommend you check out our Super Speedy Search and Super Speedy Filters plugins.

Too much RAM and CPU consumption in PHP

In Query Monitor, you’ll see low SQL time, low numbers of queries, but long page generation time and large RAM usage.

If you order queries by row-count, you’ll find some queries that return large row counts, often over 5000 rows even though there are not 5000 items displayed on your page.

The offending plugin on your site is filling PHP objects with those 5000 rows on every page load. Often, this can be fixed by implementing an object cache – but it depends on the type of data.

We’ve seen WOOF filters do this kind of bad-behaviour on numerous client sites once they get more than a couple of thousand items.

Slow API or ajax calls

Your site may be using ajax, or it may be calling third-party APIs. Scalability Pro has a big upgrade coming soon to transform the speed of ajax calls from many third-party plugins.

Poor hosting

Make sure you get a good quality hosting stack. PHP 7, MySQL 8, or MariaDB, nginx or Litespeed, redis in-memory-only and a proper configuration.

WPI Scalability Pro is the core WP Intense plugin to transform the speed and scalability of your WordPress site. You’ll never have limits on how big your site can become, how many visitors you can have, how many orders you can receive or how many items you can import ever again.

A scalable site will not slow down as your site gets bigger. Without WPI Scalability Pro, you’ll see a degradation of performance on your website once you exceed 5,000 products, orders or users. Caching can help, but what you really need is to make sure your website scales, regardless of how big your website becomes. A scalable website is as fast at generating a web page when there are 1,000,000 posts as it is when there are 10,000 posts.

WP Intense are ‘Speed Junkies’

We’ve been called many things, but our favourite is ‘Speed Junkies’. Our founder, Dave Hilditch, transformed the scalability and speed of Skyscanner (a billion dollar website now!) and now focuses on making WordPress the fastest CMS on the planet.

Reviews of Scalability Pro, the best plugin to make WordPress and WooCommerce scalable.

Scalability Pro Makes WordPress Scale

Scalability Pro makes your WordPress website scale. That means, it won’t slow down no matter how large your site becomes. It also means, if you have a large slow site right now that you can get vastly improved performance simply by activating Scalability Pro and configuring it with a few clicks.

Scalability Pro makes WordPress archive pages fast and scalable, no matter how many posts you have
Scalability Pro makes archive pages fast, no matter how many posts you have.

Scalability Pro Transforms Import Speeds

Depending on how large your imports are, you’ll get phenomenal improvements in import speed. We optimise item-lookup to make it instant for importing tools to decide whether to update or insert an item, and we defer term-counting so that the expensive operation of counting items per category is done at the end of the import, not once per row.

Typically, users see something in the region of a 10-fold speed boost in their imports, along with reduced CPU usage while importing which means your users are no longer negatively affected by simply updating your products with your import.

Scalability Pro makes WordPress imports scale better too

Scalability Pro is Regularly Updated

We perform regular performance optimisation jobs for clients, and as part of that subsidised deal we add optimisations directly into the plugin so everyone can benefit.

Scalability Pro update 4.63 halved the time of this users already fast imports

View our changelogs to see all the updates

Proof that we know what we’re doing

Here is a selection of in-depth case studies where optimisations ended up inside Scalability Pro:

Support is Incredible

We have an active and growing Discord server for all customers where you can come ask any questions you have and get help for anything you need.

Scalability Pro comes with access to our speed-obsessed Discord server where you can chat to us about WordPress scalability and performance.

Scalability Pro is a ‘Must-have plugin’

Our plugin works wonders on WordPress and WooCommerce scalability and performance, but don’t take our word for it, take our customer’s word.

Making WordPress scalable makes a huge difference

Scalability Pro lets you scale WooCommerce to millions of products

If you wish to see the Facebook group chat for yourself, here are a couple of links:

Scalability Pro Demo

You can see the speed of a demo/dev site here on a $20 per month Digital Ocean server with NO page-caching enabled. It has almost 1 million products, but it is also our test bed for plugin alterations so you may see the style and features available on the demo changing – also, please forgive the missing images on many products, not plugin-related:

https://www.foundthru.com/shop/

Please note that the above shop also has our Super Speedy Filters and Super Speedy Search plugins activated. You can buy all three of these plugins together at one low price in our Super Speedy Plugin Pack.

What Can’t Scalability Pro Do?

WPI Scalability Pro is a true must-have plugin for speed, scalability and growth, but there are some things it cannot do.

It won’t fix your hosting

It cannot fix your hosting. If you have bad hosting, you can follow our latest stack building guide.

It won’t fix your slow WooCommerce filters

Every WooCommerce filters plugin we’ve tested is badly coded when it comes to performance and scalability. It’s too complicated inside a single plugin to fix all of those issues for other filtering plugins, so instead we’ve created our own filtering plugin. If you have slow WooCommerce filters then you need WPI Faster Woo Widgets.

It won’t fix 1000s of product variations

1000s or 100,000s of product variations leads to slow product detail pages and slow archive pages where those products exist. We cannot optimise these because technically the queries are fast – the slow part is that Product Objects are created and stored for each variation and this uses PHP CPU and RAM. There are options to improve this:

  • Use an object cache – an object cache allows these PHP built objects to be reused again wherever they appear on your site. Redis or Memcached are good choices. If your hosts can’t help, move to better hosts who understand these basics.
  • Use Product Rules – often, variations end up being used because they are a default feature of WooCommerce when Product Rules would have been better. If choosing an option for a product changes the price by a consistent price – e.g. Option A adds £10 – then Product Rules can be used and you can eliminate 1000s of variations.
  • Use Product Addons – if particular options are available across all variations, these can be created as Product Addons. For example, Gift Wrapping, Engraving and more can be addons rather than variations.

You may already have benefitted from our work

We regularly submit code optimisations to other plugin and theme creators so they can speed up their creations. If you use the Yoast Sitemaps or the Yith Wishlist plugin amongst others you have probably benefited from our work in the past.

We’re trying to improve performance and scalability across the board, but by owning WPI Scalability Pro you get these optimisations first and you get our incredible support to help with your specific issues.

Never worry about WordPress performance or scalability again!

We’re speed junkies. We hate slow. We regularly provide performance optimisations to other plugin developers, but by making the smart choice to buy Scalability Pro you will never have to worry about performance again. Grow your WordPress site with no limits, no worries, and focus on your business – let us focus on performance and scalability.

Frequently Asked Questions

What payment methods do you accept?

We accept payments using PayPal, Stripe and bank transfer. You can pay with any credit or debit card using either PayPal or Stripe, but we’ve included both options since we know some of you have a preference.

If paying with bank transfer, we accept EUR, USD and GBP and bank transfer details are provided at checkout.

How good is your support really?

We pride ourselves in providing the best support on the market, but you don’t need to take our word for this!

Visit each plugin page to see our reviews and, if that’s not enough, visit our Discord server where you can see our customers getting instant responses.

And there is NO EXTRA CHARGE FOR SUPPORT!

How often are the plugins updated

We are on a mission to make all of our plugins best-of-breed and so naturally we are releasing updates for our plugins daily – you can see updates in our change logs.

We develop our plugins against a 1,000,000 product WooCommerce demo store so you can rest assured that our plugin updates will not slow your site down.

We believe in customer-driven development – we have a development channel for each plugin on our Discord Server where we discuss feature upgrades with our customers.

How fast and big can WordPress sites really be?

We have many clients with 100,000+ products or posts (including CPTs), clients with 100,000+ users, and quite a few with over 1,000,000 products.

With our plugins and our guidance, there is no limit to how big your WordPress site can be – all while delivering pages in sub-second uncached speed.

If you join us as a customer at WP Intense you will never have to worry about WordPress performance ever again!

Is there a free trial option?

We are currently working on creating a free trial option for Scalability Pro, Super Speedy Search, Super Speedy Filters and External Images. These will become available towards the end of November 2022.

In the meantime, we have a 60-day money back guarantee.

How unlimited is the unlimited site license?

You can install these plugins on as many websites as you like. You can even install the plugins on websites you build for your clients and your clients don’t need to get their own license.

However, if you love us, we’d prefer for you to give your clients your affiliate coupon and get them to sign up for a single-site yearly license so we can continue to grow and build more awesome features, and so that your clients can have their own support account.

Our lifetime deals will no longer be available for purchase after November 2022, so if you’re considering buying a lifetime deal you should buy now!

The yearly unlimited site deals will always be available.

Can I upgrade after purchase?

Yes, you can upgrade for the difference in price within 3 months of purchase. You’ll find an upgrades section in your account area with your various upgrade options. For example, if you purchase Scalability Pro 1 year 1 site license, you can upgrade to Scalability Pro 1 year unlimited, Scalability Pro LTD or any of the Super Speedy Packs.

Do you offer refunds?

Yes, we offer a 60 day money back guarantee. Let us know within 60 days and we’ll refund you using the same payment method from your initial purchase. We kindly ask you to optionally let us know your reason for refund so we can improve our products.

Do you have an affiliate program?

We provide a referral/affiliate program for all customers so you can share your love of our plugins with others. In your account area, you’ll find a unique discount coupon that gives people 10% off our plugins and rewards you with a 10% affiliate fee.

How do I post a question on the Discord Server?

Visitors to our Discord Server can view and chat in most channels.

Once you are a customer you will get elevated permissions to post in all development channels.

We also have a superuser program where customers who go above and beyond in helping us develop our plugins get their own channel with a prioritised response rate.

WordPress theme
WordPress plugin
Woocommerce
GPL Plugins WordPress
GPLplugins
Free WordPress plugins
Free Woocommerce Plugins

WP Social Ninja WordPress Plugin 3.10.0

Newsletter SMTP Addon 1.0.9

AutomatorWP Restrict Content Pro 1.1.0

Newsletter WP Users Integration 1.3.5

WP Cerber Security Pro 9.5.5

 

Reviews (0)
0 reviews
0
0
0
0
0

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

READ FIRST

Our business hours are Monday to Friday from 10:00 am to 4:00 pm (GMT-8), any request made outside these hours will be process until next business day. Support and Updates can take 24 to 48 hours. Support provided is for product installation. Please be aware of possible time zone differences when waiting for our reply.

Updates:
  • To receive an email notification when products have been updated, be sure to click on the notification button below the product image.
  • On a standalone item, you will get lifetime updates. If you choose a membership, updates and access to your items will be available as long as your membership is active.
  • We regularly update products as soon as we are notified about an update, we go and download it from the author and update it on our site, but In case the current version of the product is not the latest, You can request an update for the product.
  • We send regular emails advising when products have been updated so please be sure to provide an active email address when you sign up.
Support:
  • If you have any question or need help installing products purchased on our website, please don’t hesitate to contact us.
  • Please note that we are not developers of the provided products, so our technical support capabilities are limited. We do not change product functionality and do not fix developer bugs.
  • We don’t offer any additional author services like author’s support and license keys and we are not affiliated or in any way related to third-party developers or trademark owners. If you want to know more about GNU / GPL License, CLICK HERE.
Abuse Warning:
  • Please note that accounts are monitored and redistribution of our content is not allowed and will not be tolerated.
  • Our system may detect patterns of downloading items from non-end users outside of our fair use policy.
  • Any violation of our terms of use will result in permanent account suspension and no refunds will be issued.
  • Subscriptions can be cancelled at any time from your account control panel.
  • Downloads are strictly subject to our fair use policy.
For more information please read FAQs & Terms of Service.
FOR DAILY UPDATES & SUPPORT
FOLLOW US HERE
Activation

NOTE: 

  • All The Products Are From Original Author
  • All The Files Would Be Untouched And Unmodified
  • Unlimited Website Usage
  • Files Scanned By Norton And Mcafee
  • Free New Version
  • License : GPL
FOR DAILY UPDATES & SUPPORT
FOLLOW US HERE

Scalability Pro

VERSION
UPDATED
LICENSE GPL
DEVELOPER WPIntense
SOFTWARE WordPress
TYPE

Original price was: €39.00.Current price is: €1.83.

All the plugins and themes on gplplugins.site are released under the GPL (General Public License) license. It is 100% legal for us to redistribute the products to you. It is completely safe, legal, and legit.

This is the original file from the developer, not modified, not nulled and not malware.

FOR DAILY UPDATES & SUPPORT
FOLLOW US HERE

RELATED PRODUCTS