Posts Tagged plugins

Fast PHP – effective optimisation and bottleneck detection

PHP is not the fastest language on earth. That honour probably goes to machine code. But like many high-level languages, PHP provides some handy abstractions, like named variables, hashmaps (associative arrays), a C-like syntax, object oriented capabilities, loose typing and so on – we trade processing speed for development ease.

So it’s quite a common problem that people find their large PHP web applications running quite slowly.

Here are some frequently encountered bottlenecks found in web applications generally, and PHP specifically:

Read the rest of this entry »

, , , , , , ,

10 Comments

Google Images Link Improver WordPress Plugin

Google Images Link Improver improves the way visitors find your site by redirecting hits from google images to more relevant content on your blog.

Here’s an example of how it works on an actual google images result for “earthrise”. The user clicks the following images result:
… and here’s how the clickthrough page looks:


Before Plugin Installation

After Plugin Installation

Read the rest of this entry »

, , , , , ,

No Comments

Firefox Extensions

Firefox has been a massively innovative browser; bringing tabbed browsing and plugins to the masses. Here I list what I consider to be essential firefox plugins (aka extensions). This list is quite old now and some of these have been incorporated into firefox. I’ll be writing an updated list soon, in the meantime, let me know in the comments what extensions/plugins/tweaks and hacks you love!

Read the rest of this entry »

, , , ,

3 Comments