Tag Archive | "Wordpress"

I hate paragraphs (and freedom) - Safari 3 & Wordpress

Monday, November 19, 2007

4 Comments

A lot of Safari 3 users in Leopard (and now Tiger) are probably wondering why Wordpress’s TinyMCE editor seems to like destroying paragraphs, but there’s a quick fix. Comment out line 33: this.isSafari = ua.indexOf(’Safari’) != -1; And add this line afterwards to remove all Safari 2.0x hacks: this.isSafari = false;

Quick & easy Wordpress optimisation

Monday, July 23, 2007

0 Comments

Here’s two quick and easy steps you can take to increase your Wordpress sites speed: Enable Wordpress’s Object Caching Add define(’ENABLE_CACHE’, true); to your wp-config.php to enable Wordpress’s built in object caching and Wordpress will begin caching all sorts of database queries resulting in an instantaneous performance boost. Install WP-Cache 2 WP-Cache is a plugin which serializes and caches [...]

Categories