Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 8 of 8

This is a discussion on mod-rewrite and server loads in the Shared & Semi-Dedicated forum
I'm rather ignorant of how Apache works so I'm wondering if using mod rewrite for SEO friendly URL's add significantly to server overhead. For example, ...

  1. #1
    JPC Member
    Join Date
    Sep 2001
    Posts
    26

    mod-rewrite and server loads

    I'm rather ignorant of how Apache works so I'm wondering if using mod rewrite for SEO friendly URL's add significantly to server overhead. For example, Joomla has various search engine friendly url mods that rely on mod rewrite. Would that take a lot of extra resources or not enough to matter?

    Basically I'm looking to rework my site to incorporate a CMS. I already have phpBB and Coppermine generating dynamic pages, then if I add Joomla there's a lot more, and if mod-rewrite adds yet more demands...well, I don't want to become this big resource hog and get in trouble!

    Thanks.
    Science Fiction and Fantasy Brought into Focus
    http://www.speculativevision.com

  2. #2
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,307
    I'd say that compared to running phpBB and Coppermine (and presumably Joomla) the load that mod_rewrite adds to your site's resource requirements is completely negligible.

    But that's just a SWAG
    Good luck

  3. #3
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    I concur!
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  4. #4
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,307
    :thud:
    Good luck

  5. #5
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,307
    Good luck

  6. #6
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    I manage the web hosting environment for a mid-size university and, because of the way our environment is set up EVERY request to our server goes through a rewrite. We have a redirect file that is about 1,000 lines long (which I recently chopped down from about 3,000 lines by removing all of the redirects that resulted in errors) that contains all of the special URLs that people ask us to create for special events and such and a series of RewriteMap files that map assigned URL's to their Unix accounts. We serve up about half- to three-quarters of a million page views a day on our three-machine server farm and this doesn't register as a blip on our server load.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  7. #7
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    Quote Originally Posted by specvision View Post
    Joomla has various search engine friendly url mods that rely on mod rewrite. Would that take a lot of extra resources or not enough to matter?
    I haven't actually looked at any of those Joomla ones, however those tools I have seen for rewriting + a php based CMS don't stress mod rewrite at all. Usually there's just one rule: send whatever request you get for a page in the CMS on to index.php and let php figure it out.

    That makes the question: do the user friendly urls stress the php interpreter? Nope, not really either. It hardly matters whether it comes in as /article/5000 or as ?type=article&id=5000. I haven't benchmarked it, but I'm confident it's nothing compared to the hard work the CMS has to do beyond that point (getting the right stuff from the database and making it into a nice html page for your user).
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  8. #8
    JPC Member
    Join Date
    Sep 2001
    Posts
    26
    Thanks a lot everyone!
    Science Fiction and Fantasy Brought into Focus
    http://www.speculativevision.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •