Tag: cache

  • Photon: WordPress.com's Content Delivery Network

    Dealing with side loads for heavy-traffic website sometime can be painful. But, of course there are some common practice to deal with this kind of situation. For example, you can take advantage of cache system, offload to other service to reduce server load/bandwidth, or using CDN (Content Delivery Network). For WordPress-powered sites, you can take…

  • Cache is King

    In this keynote presentation from HTML5DevConf, Steve Souders, Google’s Head Performance Engineer, clarifies the problem of caching, and explores various solutions to make your web app lightning fast.

  • Twitter Bootstrap, LESS CSS, and Caching Problem

    I’m working on some works right now with a small team at the office. We decided to use Bootstrap as the front-end development framework. We came up with this solution for some key reasons: We need to do it fast. It’s easy to maintain, especially for a collaborative project Bootstrap is cool. There are lots…

  • vBulletin Performance Optimization

    I have been dealing with vBulletin for almost a year now. I manage a vBulletin installation for my friend at Fashionese Daily forum. Anyway, Fashionese Daily forum have used other forum/discusion engines like punBB and MyBB. It’s now using vBulletin 3.7.3 Patch Level 1. It’s a pretty busy-traffic forum anyway. In average, there are 1,000…

  • Modifying WordPress custom database error connection page

    Reading what Derek Punsalan mentioned about custom error database connection page, his updated tutorial is very interesting. I mean, we (actually) can modify that error page into something better. In short, to have a custom page for database connection error page, just create a file called db-error.php and put it under your /wp-content/ directory. That’s…