Category Archives: PHP

WordPress Caching Comparisons Part 2

This post has been on my mind for quite some time now, ever since I wrote Part 1 over 1 year ago. Part 1 only really addressed opcode and Object caching and didn’t really touch page caching. In this post … Continue reading

Posted in Code, CoolStuff, HowTo, PHP, Technology, Uncategorized, WordPress | 3 Comments

WordPress Caching Comparisons Part 1

For some time now I have been wanting to write an up to date XCache object cache plugin for WordPress. Around 4 years ago I did an opcode caching comparison between APC, XCache and eAccelerator. My results had shown that … Continue reading

Posted in Code, CoolStuff, HowTo, PHP, Technology, WordPress | 9 Comments

WordPress One Liner to Customize Author Permalink Redeux

Nearly 2 years ago I wrote a one liner for someone in the WordPress IRC channel to change the author permalink structure. At the time I had not taken the time to really understand WP_Rewrite and as such didn’t understand … Continue reading

Posted in Code, One Liner, PHP, Snippet, WordPress | Leave a comment

WordPress Metric Comparison of 2.9.2 and 3.0

Some times I like to look at metrics. Because I am bored? Probably. Without metrics how can really compare things. In any case I wanted to see the difference in the number of queries, generation time and peak memory usage … Continue reading

Posted in Code, CoolStuff, Fun, PHP, WordPress | 8 Comments

Detect wp_head and wp_footer from a Plugin

Normally I start these posts with “Every so often someone asks a question in the WordPress IRC channel that sparks my interest”, however today, to my great surprise someone actually caught my attention on the wp-hackers mailing list. For those … Continue reading

Posted in CoolStuff, Fun, HowTo, PHP, Plugins, Questions, Uncategorized, WordPress | 7 Comments