Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Gary Pendergast: WordPress Performance Tuning

Gary Pendergast: WordPress Performance Tuning

When you have a great idea for a site, you need WordPress to scale with you. From your first shared host, through to racks of high powered hardware, how do you get WordPress to keep up?

Learn about the tools and techniques you can use to keep your site running smoothly for it’s entire life, regardless of what the rest of the internet throws at it.

WP Australia

April 27, 2013
Tweet

More Decks by WP Australia

Other Decks in Technology

Transcript

  1. CDN

  2. $wpdb->add_database( array( 'host' => 'slave1.server', 'user' => 'wordpress', 'password' =>

    'lol1234', 'name' => 'wordpress', 'write' => 0, 'read' => 1, 'dataset' => 'global', 'timeout' => 0.2 ) );