Weblog Archives

You are currently browsing the archives for the Optimization tag.

Using SSH for networking

This is mainly a note to myself about two patches, just in case I ever decide to use OpenSSH for networking, in addition to remote administration.
First, is the cipler-none patch that adds none as a valid argument to the -c command line option. By using it, the transferred data is not encrypted. Pros: eliminates the [...]

Fast-Static-Feed WordPress Plugin

Syndicated content has almost become the standard way of distributing web content nowadays. WordPress can deliver its content in various different feed formats -RSS 2.0, Atom 1.0, RDF, RSS 0.92- and can generate feeds for both the published posts -grouped by time, category, tag, author etc- and the comments that have been submitted by readers. [...]

Use mod_deflate to Compress Web Content delivered by Apache

One of the most efficient methods to reduce the usage of bandwidth by the web server and, at the same time, increase the speed of the content delivery is to compress your web pages and, generally, all output that is returned to the clients. The compression of the web content can be done using several [...]

bbPress registration functions patch

The default messages that are emailed by bbPress to newly registered users or users that have requested password recovery are quite disappointing compared to such messages that are sent by other more mature forum applications. So, here is a patch that modifies the default messages, so that they look more professional, containing some details about [...]

Application Testing: Zero Free Space

I should clarify from the beginning that this is not a technical article containing any kind of debugging information – I don’t have the knowledge anyway – or any other type of proof that indicates that some commonly used applications have bugs. This is just about some observations, or better an unofficial user report, of “what went wrong when I run out of free space“.

WordPress Meta Tags plugin stable release

I am glad to announce that I have released the first stable version (v1.0) of my Add-Meta-Tags plugin for WordPress.

Optimize and Compress CSS Files

Usually, when writing or modifying a CSS file, the author adds comments and excessive indentation to the code in order to preserve its readability and to simplify maintenance. Although this might be a good habit, all those extra bits stored into the CSS file increase its filesize, often resulting in unnecessary waste of bandwidth, especially if such a file is used in a production web site. Today, I decided to search for tools that can perform compression and optimization of a CSS file.

Add-Meta-Tags WordPress Plugin

This plugin adds XHTML META tags to your WordPress blog. The addition of the META tags is fully automatic , but it also includes all those features a SEO-concerned publisher would need in order to have total control over those meta tags.