Plugin developer #WordPress https://t.co/9U11gAk7dz
I run on caffeine and solar power.
Feb 14, 2023 ā¢ 12 tweets ā¢ 4 min read
Someone recently asked how to #optimize a #WordPress website. Let's begin š§µ:
1. Don't use anything created by Syed Balkhi; 2. If you sell stuff via WooCommerce, best to create a separate WordPress installation (until they hire me to fix their shit);
More š
3. Don't optimize scripts. In fact, turn off concatenation:
define( 'CONCATENATE_SCRIPTS', false );
4. Turn on OpCache in PHP. Tweak it via user.ini if you're on a shitty host (the next tweet shows contents).