Page 1 of 7 1 2 3 4 5 6 7 LastLast
Results 1 to 15 of 91
Like Tree10Likes

vBSEO Optimization Tips

This is a discussion on vBSEO Optimization Tips within the General Discussion forums, part of the vBSEO SEO Plugin category; Here are several options that may help to add extra efficiency for your vBSEO installation: Move rewrite rules from .htaccess ...

  1. #1
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    47 times
    Blog Entries
    9

    vBSEO Optimization Tips

    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?




    DEPRECATED IN MODERN VERSIONS


    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.
    Last edited by Brian Cummiskey; 11-26-2009 at 04:18 PM.

  2. #2
    Senior Member Array Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,365
    Liked
    27 times
    Blog Entries
    2
    Great post Joe

    I've had a few ppl ask if they can optimize the vbseo product.

    cheers
    -Bs

  3. #3
    Junior Member Array
    Real Name
    Tanuj
    Join Date
    Nov 2007
    Posts
    6
    Liked
    0 times
    Thanks Joe
    Nice tips....

  4. #4
    Senior Member Array
    Real Name
    thompson
    Join Date
    Jul 2007
    Posts
    198
    Liked
    0 times
    thanks for the tipps.

  5. #5
    Senior Member Array Snake's Avatar
    Real Name
    Josh
    Join Date
    Oct 2005
    Location
    Cleveland, OH
    Posts
    413
    Liked
    2 times
    Thanks for the tips, Joe, although there is no need to have this thread opened.
    Metal Gear Forums - Discussion on the popular series of console stealth-based games.

    My Mods: Coming Soon | My Tutorials: Coming Soon

  6. #6
    Member Array
    Real Name
    Ismail
    Join Date
    Oct 2007
    Location
    Istanbul
    Posts
    35
    Liked
    0 times
    Thanks for the tips. Seems no modification neccesary for me but sometime to see the results.

  7. #7
    Senior Member Array NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    311
    Liked
    1 times
    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.
    Too bad to learn this after running vbseo for two years. I can't change them any more...

  8. #8
    vBSEO Staff Array Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,277
    Liked
    612 times
    Quote Originally Posted by NeutralizeR View Post
    Too bad to learn this after running vbseo for two years. I can't change them any more...
    Performance gains by these changes are very marginal, I wouldn't loose any of the vBSEO functionality in an attempt to gain some performance. I see you are a big-board admin, if you have not done so, please open a support ticket for a pre-release version of vBSEO 3.1.0 unencrypted. That should resolve overhead issues, if any, on your current setup.
    Juan Muriente / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Senior Member Array NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    311
    Liked
    1 times
    Quote Originally Posted by Juan Muriente View Post
    Performance gains by these changes are very marginal, I wouldn't loose any of the vBSEO functionality in an attempt to gain some performance. I see you are a big-board admin, if you have not done so, please open a support ticket for a pre-release version of vBSEO 3.1.0 unencrypted. That should resolve overhead issues, if any, on your current setup.
    I used to be a pre-release member. I'm already running vBSEO 3.1.0 unencrypted. Lizard King told me that query is not a big issue (small table) so it's alright. Thanks for your answer.

  10. #10
    Member Array
    Real Name
    Ismail
    Join Date
    Oct 2007
    Location
    Istanbul
    Posts
    35
    Liked
    0 times
    If it will help for the future I will risk a decrease in indexing for sometime.

  11. #11
    Senior Member Array webmastersitesi's Avatar
    Join Date
    Oct 2007
    Posts
    522
    Liked
    16 times
    Blog Entries
    3
    "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."
    Doing the above really help? Is it simply copying *.htacess and paste to httpd.conf inside file or is it more complex than that? If there are othersites on the server with some other htaccess settings will this change infuluence them as well?

  12. #12
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    47 times
    Blog Entries
    9
    It can certainly help. It's more efficient when the rules are placed directly within httpd.conf, than in a site's individual .htaccess file.

    It won't impact other sites.

  13. #13
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    47 times
    Blog Entries
    9

  14. #14
    Senior Member Array webmastersitesi's Avatar
    Join Date
    Oct 2007
    Posts
    522
    Liked
    16 times
    Blog Entries
    3
    thank you, should i fully put all my present htaccess text to the between areas or just two rewrite rule you specified?

  15. #15
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    The whole vBSEO's .htaccess should be inserted in <Directory> section in httpd.conf.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Page 1 of 7 1 2 3 4 5 6 7 LastLast

Similar Threads

  1. vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible
    By Juan Muriente in forum vBSEO Announcements
    Replies: 58
    Last Post: 11-17-2005, 10:49 PM

Tags for this Thread

Posting Permissions

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