Skip to content

SiteKickr Web Development

search
search
Jun08June 8, 2011Server / Performance, SQL / Database

MySQL Bulk Update with ColdFusion

The example below demonstrates the use of the MySQL CASE statement to cleverly construct a bulk update statement. A huge performance boost over performing individual…

Jun06Server / Performance

Mod Rewrite w/ HTTP Authentication

Putting a site behind HTTP Authentication is a pretty simple task, but when your site is being served by another application server – let's say…

May25Server / Performance, SQL / Database

Make those SQL queries chunky

I'm by no means saying that my tests below are evidence enough to support the case for "chunky" SQL queries. By chunky, I mean queries…

May12Server / Performance

Encoding videos programatically

A free library called FFMpeg makes this possible for us. If you wish to encode to MP4, you'll need the help of the following additional…

Apr19ColdFusion, CSS, Style & Presentation, Server / Performance

Page specific CSS

One major decision when it comes to performance optimizing your site is how to merge your CSS files, if at all. Let's say that you…

Mar12Algorithms, ColdFusion, Server / Performance, SQL / Database

Bulk inserts to reduce trips to database

By combining multiple inserts into one bulk insert statement, you can reduce the total number of statements sent to the database, speeding up combined execution…

Mar01June 20, 2011Server / Performance

Browser caching in 60 seconds

There are a multitude of articles out there on browser caching. If you're using Apache as your web server and want to cut to the…

Posts navigation

Previous 1 … 5 6
© 2025 SiteKickr