CA BD NY
  • Categories

  • Recent Posts

  • RSS MySQL Hacker

  • RSS CentOS Hacker

  • RSS Editor's Lists

    • An error has occurred; the feed is probably down. Try again later.
  • Meta

  • Archive for the Performance Category


    Speeding Up Your Web Site Using mod_deflate Module for Apache

    Published November 28th, 2008

    Problem Statement
    If your Web site serve a lot of textual data vs. image or video, you might be able to take advantage of mod_deflate and speed up your Web site without changing any PHP code or MySQL database schema. OK, sure it works for non-PHP/MySQL sites too. But hey, we are biased as we do [...]

    Avoiding .htaccess is a Good Thing for Apache Performance

    Published November 28th, 2008

    Why you should avoid .htaccess file for your Apache Web server.