Results 1 to 5 of 5

Is it more efficient?

This is a discussion on Is it more efficient? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; I don't want to pit you guys against Zoints SEO , but since you product has more capabilities, plus support, ...

  1. #1
    Senior Member amenadiel's Avatar
    Real Name
    Felipe CHW
    Join Date
    Feb 2007
    Location
    Santiago, Chile
    Posts
    168
    Liked
    0 times

    Is it more efficient?

    I don't want to pit you guys against Zoints SEO, but since you product has more capabilities, plus support, plus consideration for us lighttpd users, I'm considering switching to vbseo as soon as I move to VB 3.7.

    Now, I'm concerned about performance. See, I have 1.5M posts, and 1500 users online average. I've seen your rewrite rules are not in the form

    "SEO URL" => showthread.php/$1

    but in the form

    "SEO URL" => vbseo.php?redirect=$1

    This means there is a double processing, ins't it? First, lighttpd must rewrite the url to vbseo.php, then this script must redirect to the real URL... or am I wrong and vbseo.php does not call showthread (or showforum or whatever) but instead is a complete rewrite of those funcionalities?

    Also, I'd like to know about the unencrypted version. żIs is out there already or it will come as a part of a future release?

  2. #2
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Quote Originally Posted by amenadiel View Post
    Also, I'd like to know about the unencrypted version. żIs is out there already or it will come as a part of a future release?
    It's released already.

    And I'm using it on my Forums too.

  3. #3
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    vBSEO has to instruct the web server as to which *local* script to execute to get the requested content. To simplify it, it's just a matter of automatically reconstructing the dynamic link and passing that along to Apache, etc.

  4. #4
    Senior Member amenadiel's Avatar
    Real Name
    Felipe CHW
    Join Date
    Feb 2007
    Location
    Santiago, Chile
    Posts
    168
    Liked
    0 times
    Yes, I get that, it seems I didn't explain my point clearly.

    Common rewrite would tell .htaccess to understand something as showthread.php?t=$1.

    VBSeo rewrite tells .htaccess to tell vbseo.php to redirect the link.

    It seems like a two pass redirection, and I'm afraid that would strain the server more than just using .htaccess. (in my case, lighttpd.inc.conf)

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    vbseo "preprocesses" requests since URL formats are fully customizable and that would require .htaccess modification for every instance. Preprocessing code does not take much system resources though.

Posting Permissions

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