Home Tags Caching

Tag: Caching

Working with Data and Cache Storage in Drupal

0
Drupal is a popular and widely used content management system (CMS). This article exposes the reader to MySQL database solutions for Drupal, along with...

Simplifying Deployment on the Cloud with Heroku

0
Many developers assume cloud deployment to be tedious, costly, insecure and even sometimes unreliable. However, with the advent of platforms like Heroku, deployment on...

Web Acceleration with Varnish 3.0

6
In this article we'll setup a ready-to-deploy WordPress-compatible Varnish service as our HTTP reverse caching proxy, and have it cache the desktop and mobile...

Speed up Your Cloud with Memcached

5
Is your website running into performance bottlenecks? Does the database or backend feel like a really expensive resource, even though you've got a huge...

FreeBSD 9.0 — Fast, Safe and Completely Geeky

10
Yes, I know, we're kind of late in getting this article out, but that's because there was a lot of things that were added...

WordPress on Nginx, Part 1: Preparing VPS the Debian Way

6
In this first part, we deal with the LEMP (Linux, Nginx, MySQL, PHP) stack recipe and set up the basic server after installing the...

Guard Your Network with IPCop, Part 2: Add-ons

7
A basic installation of IPCop provides minimum firewall functionality such as a proxy, compatibility with various Internet connections, port forwarding, IPSec VPN, etc. To...

CNN-IBN’s Rocking Affair with PostgreSQL

1
Developers and companies that build or deploy software solutions for websites that have to be available 24/7 can rely on fool-proof open source database...

DeleGate — A Multi-platform, Multipurpose Proxy Server

0
A proxy server works as an intermediary for requests from clients seeking resources from other servers. There are various types of proxy servers. In...

Better Queries with MySQL, Part 2

2
Last month, we created a simple table with an index. The idea was to understand how indexes work in MySQL. For this, we populated...