Page 1 of 2 1 2 LastLast
Results 1 to 15 of 24

High Server Load with vBSEO

This is a discussion on High Server Load with vBSEO within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, Recently I upgraded to vBSEO 2.4.0, but since I upgraded to new release server load shoot up to 50+, ...

  1. #1
    Member
    Real Name
    Basit
    Join Date
    Sep 2005
    Posts
    76
    Liked
    0 times

    High Server Load with vBSEO

    Hi,

    Recently I upgraded to vBSEO 2.4.0, but since I upgraded to new release server load shoot up to 50+, Soon I disable vBSEO and take all entries from .htaccess server load become normal. I installed it on Zend Optimzer (eva2000 of vBulletin.Com suggested to uninstall it).

    Please see attached image showing server load.

    To keep my forum accessible by users I uninstalled vBSEO, but would like a fix or a solution so I can continue using vBSEO on my forum.

    Thanks
    Attached Thumbnails Attached Thumbnails serverload.gif  

  2. #2
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    We needed to do that to, I will install it back when we moved to our new server. We have a celeron now and it can't handle +100 users with vbSEO.

    Maybe your config files need to be changed, contact a developer here, if that doesn't work you prob need a server upgrade like me.
    What are your hardware stats?
    Last edited by dutchbb; 02-06-2006 at 09:09 AM.

  3. #3
    Member
    Real Name
    Basit
    Join Date
    Sep 2005
    Posts
    76
    Liked
    0 times
    Its Dual 2.4GHz with 1GB of RAM and 2x73GB (10KRPM) SCSI HDD.

    I don't see a need to move to a new server. Without vBSEO, server load is 0.2 to 0.5, if there is something wrong with vBSEO it should get fixed by vBSEO staff instead of vBSEO users upgrading or moving their SERVERS.

    Looking forward to hear from vBSEO staff to get a fix for this problem.

    And thank you for confirming that you are also facing same problem.

    Regards,

  4. #4
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Hm yes in our case it was the hardware, our loads are already 10 without vbseo, if you normally have 0.2 - 0.5, then jumping to 50 isn't normal.
    Last edited by dutchbb; 02-06-2006 at 01:33 PM.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,680
    Liked
    157 times
    PM sent
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Junior Member
    Join Date
    Jan 2006
    Posts
    10
    Liked
    0 times
    I am noticing this too...

    My server load jumped to about 50.0 today before crashing.

    I don't want to uninstall VBseo, but it definetly is NOT working for me anymore.

    My SERPS are sucking as well. I rank about 40th for my own forum's name.

  7. #7
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    If you want to solve it it's better to create a new topic, most of the time it CAN be solved. I'm not sure about your serps, that can have a number of reasons, vbseo is only one of them.

  8. #8
    Senior Member
    Real Name
    John
    Join Date
    Dec 2005
    Posts
    691
    Liked
    17 times
    Limiting search engines in robots.txt to how often they spider helped me a great deal in the beginning. Yahoo in particular was hammering my site.

  9. #9
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    Quote Originally Posted by Basit View Post
    Its Dual 2.4GHz with 1GB of RAM and 2x73GB (10KRPM) SCSI HDD.

    I don't see a need to move to a new server. Without vBSEO, server load is 0.2 to 0.5, if there is something wrong with vBSEO it should get fixed by vBSEO staff instead of vBSEO users upgrading or moving their SERVERS.

    Looking forward to hear from vBSEO staff to get a fix for this problem.

    And thank you for confirming that you are also facing same problem.

    Regards,
    Im having this same problem with the latest version.(3.0 RC3 )

    Exactly what can we change to reduce the server load using vbSEO? I disabled rewriting the images...anything else?

    I have a normal server load of 0.50 without vbSEO and 1.50 to 2.0 with it installed.

    Something isnt right..

  10. #10
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    546 times
    Hello Mike,

    There are various things that can be done to minimize load. My first suggestion is to change your rewrite rules to your httpd.conf file.

    Find the corresponding <Directory> section to your site's domain via your httpd.conf file, and post your .htaccess rules in it. Restart Apache.

    Remove your .htaccess file (or vBSEO rules within it)
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #11
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    Juan, I didnt seem to get it on the first try.

    my httpd looks like generally looks like this :

    <VirtualHost ip.address:80>

    <Directory /home/forums/www/cgi-bin>

    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all

    </Directory>

    </VirtualHost>


    Theres alot of stuff in between..I generally gave the directory format. Is that the right directory with all that cgi-bin stuff?

    And should I put the .htaccess coding above the "AllowOveride" stuff ? Or at the bottom below the "Allow from all" stuff?

    i appreciate the help.


  12. #12
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    I just noticed this "How To" on how to do the httpd version :

    rewrite rules to httpd.conf: How?

    But it seems outdated..(december 2005) Would appreciate an updated version if possible.

  13. #13
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    546 times
    You should add the following inside your <VirtualHost> section:
    Code:
    <Directory /full/path/to/forums>
    RewriteEngine on
    ...
    vBSEO's .htaccess file contents goes here
    </Directory>
    ..should work
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #14
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    Quote Originally Posted by Juan Muriente View Post
    You should add the following inside your <VirtualHost> section:
    Code:
    <Directory /full/path/to/forums>
    RewriteEngine on
    ...
    vBSEO's .htaccess file contents goes here
    </Directory>
    ..should work
    Juan, you sure about this? On the link i posted -

    rewrite rules to httpd.conf: How?

    you guys say that the coding is different when your doing it the .httpd way. things have to be switched around and stuff it sounds like.

  15. #15
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    546 times
    Ohhh.. yes but that's an old approach. My bad for not clarifying that.

    Go with the simple solution stated above. Or submit a support ticket to have us do the change
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Page 1 of 2 1 2 LastLast

LinkBacks (?)


Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. Replies: 7
    Last Post: 03-21-2006, 12:30 AM
  3. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 AM

Posting Permissions

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