WordPress system (hardware) requirements?

System Requirements MainWP Requires the following to work correctly: WordPress 3.6 or greater WordPress Memory Limit 64MB or more PHP version 5.3 or greater (PHP 5.6 or greater recommended) PHP Safe Mode Disabled PHP Max Execution Time 30 seconds or more PHP Memory Limit 128MB or more cURL Library Enabled cURL Timeout 300 seconds or … Read more

Site load time increased

It may be that the WP database is a bit ‘cluttered’ with draft posts and other things. I’d recommend an optimizing plugin to optimize the WP database. But it also depends on your traffic. Maybe the amount of traffic indicates a need to upgrade your hosting plan from a shared server to the next level.

How to improve my site’s loading time?

You are using Woocommerce which starts a session for every visitor to your site. This limits Cloudflare’s cache performance since each unique session needs to be handled individually. That’s how things like the shopping cart work. Woocommerce added the ability to store this session data in object cache rather than the database (memcached/Redis/etc). I’m not … Read more

How to Aggregate, minify and compress (AMC) static and dynamic resources?

Here is a plugin that does all 3 actions : https://wordpress.org/plugins/merge-minify-refresh/ Plugin Description : This plugin merges/concatenates Cascading Style Sheets & Javascript files into groups. It then minifies the generated files using Minify (for CSS) and Google Closure (for JS – fallback to Minify when not available). Minification is done via WP-Cron so that it … Read more