Earl's chicken
Here’s a little history I pieced together about, Drupal, the Views module and the human condition.
It must have been 4 years or so ago that the new Field API for D7 crystallises, requiring modifications to Views. So someone adds lines of code to make this happen. They don’t think much about those lines or the performance impact these may have. They don’t put a “hook” in to allow developers to alter the behaviour of those lines. Why would they? It’s a pretty trivial change. In fact it never crosses their minds to add the CPU cycles spent by that code to the view's performance stats.
4 years go by.
Nobody is aware that if you piled up the seconds collectively wasted in that code across all Drupal sites using Views over a period of 4 years, it would amount to like,…. like higher than the Eiffel tower. So to speak…
Until a couple of weeks ago some RdeBoer employs XHProf to find out why a client’s site is a little sluggish. And he finds those lines of code. And although there’s no hook as such to bypass those lines, he finds a way without hacking the Views module to neutralise those lines, offering a simple switch on the UI. Like a Turbo button, it makes selected Views run faster.
The customer is delighted. Now their site is finally speedy enough to go live! Another client quotes the results as “amazing”.
Encouraged by the happy customers RdeBoer tarts up his module to share it with the Drupal community. Now everyone can enjoy similar speed improvements. He writes a little blog post about it.
In a comment to that post @merlinofchaos confirms that those lines were indeed added with the introduction of the Field API. And that not showing how much time is spent in those lines is an oversight.
RdeBoer smiles. Takes a sip of his wine. 4 years... Isn’t life funny?
@merlinofchase goes back to the garden and throws another shrimp on the barbie. Metaphorically speaking. Might have been chicken. Have you seen Earl’s chicken? The photo above that’s his chicken. He cooked that last week. I would love a bit of that chicken. With its juices dripped over the veggies. Yummo!
Meanwhile @someViewsDude has a not-so-constructive go via Twitter, email and the module’s issue queue ...
My friend and colleague Susan concludes her writings with a beautiful phrase: “Breathe and do the next right thing”.
Maybe we can all sit around Earl's barbie. Try his chicken. It looks delish.
File under: Planet Drupal