Before installing WP Pricing Tables, ensure your hosting environment meets these requirements. This guide covers everything from minimum specifications to recommended configurations for optimal performance.

Minimum Requirements

WordPress Version

💡 Why We Recommend WordPress 6.0+: While WP Pricing Tables works on WordPress 5.0+, versions 6.0 and above include important security updates and performance improvements that benefit your entire site.

PHP Version

Performance Benefits of PHP 8.0+:

⚠️ PHP 7.2 End of Life: PHP 7.2 reached end-of-life in November 2020 and no longer receives security updates. If you're still on PHP 7.2, contact your hosting provider to upgrade to PHP 8.0 or higher for better security and performance.

MySQL/MariaDB Version

Server Memory

Server Requirements

Recommended Configuration

For the best experience with WP Pricing Tables, we recommend:

Component Minimum Recommended
WordPress 5.0+ 6.4+
PHP 7.2 8.1+
MySQL 5.6 8.0
Memory Limit 64 MB 256 MB
Max Execution Time 30 seconds 60 seconds

Hosting Provider Recommendations

WP Pricing Tables works on all major hosting providers. However, these providers are specifically tested and optimized:

Excellent Performance

Good Performance

💡 Managed WordPress Hosting: Managed WordPress hosts like WP Engine and Kinsta handle PHP updates, security, and optimization automatically - perfect if you want a hands-off approach.

Checking Your Current Environment

Method 1: WordPress Site Health

The easiest way to check your system:

  1. Go to WordPress Dashboard → Tools → Site Health
  2. Click the Info tab
  3. Expand Server section
  4. Check your PHP version, MySQL version, and memory limit

Method 2: Plugin Check

After installing WP Pricing Tables:

  1. Go to Premium Pricing Tables → System Info
  2. Review the system status report
  3. Green checkmarks = all requirements met
  4. Yellow warnings = recommended upgrades
  5. Red X marks = action required

Browser Compatibility

WP Pricing Tables admin interface and front-end tables work perfectly on:

Desktop Browsers

Mobile Browsers

💡 Internet Explorer: Internet Explorer 11 and below are not supported. If you need IE11 support for your visitors, please contact our support team for legacy compatibility options.

Plugin Compatibility

Page Builders - Fully Compatible

Payment Gateways - Tested & Compatible

Caching Plugins - Compatible

SEO Plugins - Compatible

Known Incompatibilities

Plugins That May Cause Conflicts

See our Plugin Conflicts guide for solutions.

Upgrading Your Environment

How to Upgrade PHP Version

  1. Contact your hosting provider support
  2. Request PHP 8.0 or higher upgrade
  3. Ask them to test in a staging environment first
  4. Backup your site before the upgrade
  5. Test thoroughly after upgrade
⚠️ Before Upgrading PHP: Always backup your entire site before upgrading PHP versions. While WP Pricing Tables is compatible with all modern PHP versions, other plugins on your site might not be.

How to Increase Memory Limit

Method 1: wp-config.php

define('WP_MEMORY_LIMIT', '256M');

Method 2: php.ini

memory_limit = 256M

Method 3: .htaccess

php_value memory_limit 256M

Performance Expectations

With recommended specifications:

Testing Your Setup

After installation, run these quick tests:

  1. Create a test table - Ensure the builder loads properly
  2. Publish and view - Check front-end rendering
  3. Test on mobile - Verify responsive design works
  4. Check page speed - Use GTmetrix or PageSpeed Insights
  5. Test payment buttons - If using Stripe/PayPal integration
✅ Everything Working? If your site meets the requirements and all tests pass, you're ready to create amazing pricing tables!