Results 1 to 13 of 13

Optimization Tweaks?

This is a discussion on Optimization Tweaks? within the General Discussion forums, part of the vBSEO SEO Plugin category; Joe Ward mentioned some optimization tweaks in this post: http://www.vbseo.com/f55/server-perf...984/#post73732 Are these tweaks outlined anywhere for customers? I moved my ...

  1. #1
    Member
    Real Name
    Corey Costadura
    Join Date
    May 2006
    Posts
    42
    Liked
    0 times

    Optimization Tweaks?

    Joe Ward mentioned some optimization tweaks in this post:

    Server performance impact...

    Are these tweaks outlined anywhere for customers?

    I moved my rules to the apache conf file (instead of htaccess) and disabled AllowOverride, and it has helped some.

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    Here are several options that may help to add extra efficiency for your vBSEO installation:

    *** Move rewrite rules from .htaccess to httpd.conf ***

    For users with dedicated servers, the vBSEO rewrite rules applied in the .htaccess files can be moved directly into the httpd.conf file for more efficient performance.



    *** [forum_id] in URL formats ***


    If your CRU format includes only [forum_title], 1 additional database query will be executed. To eliminate this query, simply be sure to include [forum_id] in the CRU format.

    Related vbseocp.php options:

    - General Options-> Define Forum Path Title Bits
    - Forum URLs -> Forum URL Format
    - Forum URLs -> Forum Index Page URL Format
    - Announcement URLs -> Individual Announcement URL Format
    - Announcement URLs -> Multiple Announcements URL Format
    - Thread URLs -> Multiple Page Thread URL Format
    - Thread URLs -> 'Last Post in Thread' Redirect URL Format
    - Thread URLs -> 'Newest Post in Thread' Redirect URL Format
    - Thread URLs -> 'Go To Post in Thread' Redirect URL Format
    - Thread URLs -> Multiple page 'Go To Post in Thread' Redirect URL Format
    - Thread URLs -> 'Previous Thread' Redirect URL Format
    - Thread URLs -> 'Next Thread' Redirect URL Format
    - Printthread URLs -> 'Printthread' URL Format
    - Printthread URLs -> Multiple Page 'Printthread' URL Format
    - Poll URLs -> Poll URL Format
    - Nav Bullet (Tree Icon) Image URLs -> Forum Nav Bullet Image URLs
    - Nav Bullet (Tree Icon) Image URLs -> Thread Nav Bullet Image URLs
    - Attachment URLs -> Attachment URLs Format



    *** [user_id] in Member Profile/Avatar URL formats OR Disable them ***

    Include [user_id] in your Member Profile and Avatar URL formats.

    Related vbseocp.php options:

    - Member's Profile URLs -> Member Profile URL Format
    - Custom Avatar Image URLs -> Custom Avatar URL Format

    Optionally, rewriting member profile pages and avatars can be disabled.



    *** Disable "Replace 'Previous/Next Thread' redirect links?" feature. ***

    This option replaces the 'Next Thread' and 'Previous Thread' links with direct, content relevant links. Disabling it will save two database queries per thread page.

    Related vbseocp.php options:

    - Direct Links -> Replace 'Previous/Next Thread' redirect links?


    *** Disable rewriting for attachments/tree icon images ***

    Optionally, rewriting attachment and tree icon image URLs can be disabled.

    Related vbseocp.php options:

    - Nav Bullet (Tree Icon) Image URLs -> Rewrite Nav Bullet Image URLs?
    - Attachment URLs -> Rewrite Attachment URLs?


    *** Disable "Add Thread Titles" features ***

    These features are available in vBulletion version 3.5x or greater. Optionally, you may disable them.

    Related vbseocp.php options:

    - Add Thread Titles -> Add Thread Titles to Showthread Links Anchor Text?
    - Add Thread Titles -> Add Thread Titles to Showpost Links Anchor Text?


    *** Disable features with outgoing network connections. ***

    Various features have outgoing network connections. To reduce or eliminate these requests, you can disable the following vbseocp.php features:

    - Outgoing LinkBacks -> Update Services

    - Outgoing LinkBacks -> Enable Outgoing Pingbacks
    - Outgoing LinkBacks -> Enable Outgoing Trackbacks

    - Add Titles to External Links -> Add Page Titles to External Links Anchor Text?


    *** IonCube vs. Zend ***

    You may consider trying both the Zend and IonCube versions of vBSEO to determine if there is a performance variation. In some limited test cases, the server environment showed improved performance while of one over the other.

  3. #3
    Member
    Real Name
    Dwayne
    Join Date
    Apr 2007
    Posts
    31
    Liked
    0 times
    I'm not understanding this very well. Where are all these settings at? I don't see hardly any of then in the vb-seo cp. I would like to keep my vB Seo but it has really brought my site to a crawl, I have been trying to figure out what was slowing my site so much and after I turned this off, my site was back to normal.

  4. #4
    Senior Member
    Real Name
    Ged
    Join Date
    Dec 2006
    Location
    UK
    Posts
    511
    Liked
    11 times
    Go to your vBSEO control panel

    Code:
    http://www.yourdomain.com/forum/vbseocp.php
    Replacing the your domain and path to your forums.

  5. #5
    Member
    Real Name
    Dwayne
    Join Date
    Apr 2007
    Posts
    31
    Liked
    0 times
    Quote Originally Posted by gedsta View Post
    Go to your vBSEO control panel

    Code:
    http://www.yourdomain.com/forum/vbseocp.php
    Replacing the your domain and path to your forums.
    Yea I know that much The way I see it is these are suppose to be anchor links to certain ares of that page right?

    Also are we suppose to disable everything? I mean what's the point of even having the sw if you have to disable half the stuff to get the thing to give your server some relief?

    *** Disable features with outgoing network connections. ***

    Various features have outgoing network connections. To reduce or eliminate these requests, you can disable the following vbseocp.php features:

    - Outgoing LinkBacks -> Update Services

    - Outgoing LinkBacks -> Enable Outgoing Pingbacks
    - Outgoing LinkBacks -> Enable Outgoing Trackbacks

    - Add Titles to External Links -> Add Page Titles to External Links Anchor Text?
    I don't see all them links.


  6. #6
    Senior Member
    Real Name
    Ged
    Join Date
    Dec 2006
    Location
    UK
    Posts
    511
    Liked
    11 times
    Click on URL Rewrite options.

    Then click on the + at the bottom of it. Where it says advanced settings.

  7. #7
    Member
    Real Name
    Dwayne
    Join Date
    Apr 2007
    Posts
    31
    Liked
    0 times
    OK for example

    *** [forum_id] in URL formats ***

    If your CRU format includes only [forum_title], 1 additional database query will be executed. To eliminate this query, simply be sure to include [forum_id] in the CRU format.

    Related vbseocp.php options:

    - General Options-> Define Forum Path Title Bits
    - Forum URLs -> Forum URL Format
    - Forum URLs -> Forum Index Page URL Format
    - Announcement URLs -> Individual Announcement URL Format
    - Announcement URLs -> Multiple Announcements URL Format
    -
    I found this area but what do I do?

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    You should enter a custom URL format including forum_id then, for instance for "Forum URL Format" it may be:
    [forum_title]-[forum_id]/

  9. #9
    Member
    Real Name
    Dwayne
    Join Date
    Apr 2007
    Posts
    31
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    You should enter a custom URL format including forum_id then, for instance for "Forum URL Format" it may be:
    [forum_title]-[forum_id]/
    [Local Race Chat]-[any forum_id ?]/


    IS there anyone that offers Vb Seo optimization? If I can't get this thing to give my server a break I will need to cut my losses.

  10. #10
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    If you are having trouble with any of the steps given above, please open a support ticket for further help:
    http://www.vbseo.com/support/

  11. #11
    Junior Member
    Real Name
    Adel M
    Join Date
    Nov 2006
    Posts
    14
    Liked
    0 times
    Hello,

    Is moving rewrite rules from .htaccess to httpd.conf will be enugh rather than change options?

  12. #12
    Senior Member
    Real Name
    Seleno
    Join Date
    Mar 2007
    Posts
    255
    Liked
    0 times
    Blog Entries
    1
    hi there
    i disable avators,attachment and linkbacks but still getting high server load

    so how can we move vBSEO rewrite rules to httpd.conf?

  13. #13
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    586 times
    Anyone experiencing load issues with vBSEO 3.0.0 or a previous version, please pm me for an updated vBSEO version (currently being tested by our pre-release team) that will most likely resolve your performance issues.

    PLEASE, do not de-activate *any* of vBSEO's functionality in an attempt to decrease your load. These changes often provide minimal performance improvements while I'm positive the new vBSEO will resolve this issue for 99% of users who experienced performance problems before.

    Cheers

Similar Threads

  1. SEO Software
    By Joe Ward in forum General Discussion
    Replies: 33
    Last Post: 10-28-2011, 03:15 AM
  2. Content Relevant URLs by vs Search Engine Optimization by
    By detalhe in forum General Discussion
    Replies: 2
    Last Post: 11-17-2006, 02:04 PM
  3. Search Engine Optimization
    By raj in forum Off-Topic & Chit Chat
    Replies: 2
    Last Post: 04-07-2006, 06:31 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
  •