Results 1 to 10 of 10

vBSEO - extreme load time!

This is a discussion on vBSEO - extreme load time! within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, i bought vBSEO a few months ago and doenst get it work correctly. My forum is a new vBulletin ...

  1. #1
    ven
    ven is offline
    Junior Member
    Real Name
    ven
    Join Date
    Mar 2009
    Posts
    15
    Liked
    0 times

    vBSEO - extreme load time!

    Hi,

    i bought vBSEO a few months ago and doenst get it work correctly. My forum is a new vBulletin 3.8.3 installation with vBSEO 3.3 Gold and has a exteme load time about 5 to 25 seconds: http://www.kinder-aktuell.de slash forum (Please no direct links).

    With vBSEO deactivated i have normal load times about 0.x to 1 second.

    This forum is completely new. There are no user online, just a few threads and topics of demousers.

    Here some screens:





    Can somebody help me? This load time is annoying.

    Best wishes from germany,
    ven
    Last edited by ven; 07-12-2009 at 09:38 AM.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Can you please create a support ticket with temporary admincp and vbseo cp login information.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    ven
    ven is offline
    Junior Member
    Real Name
    ven
    Join Date
    Mar 2009
    Posts
    15
    Liked
    0 times
    Hi,

    i added a technical question "Extreme load time" via support.

    Thanks for your help.

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Responded your ticket. The issue was related to misconfigured value within Limit URL Length
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #5
    ven
    ven is offline
    Junior Member
    Real Name
    ven
    Join Date
    Mar 2009
    Posts
    15
    Liked
    0 times
    Thank you very much! Runs perfect now

  6. #6
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    161
    Liked
    0 times
    How did Limit URL Length affect load?

    Thanks

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    This setting is often confused and used incorrectly. This feature splits on WORDS, not on characters.

    some-url-with-lots-of-words

    has 23 letters but only 5 words (of will get stripped as a stop word, dropping it from 6)

    We recommend a setting of 4-7 as a MAXIMUM value, or leave it blank (0) to not do any calculation if you don't care about url length.

    Since it loops X times, setting it to a high number causes a LOT of precessing time.

  8. #8
    Junior Member
    Real Name
    Derek
    Join Date
    Aug 2006
    Posts
    19
    Liked
    0 times
    how (why?) does it have to loop X times? If you set it to 5, why does it need to loop 5 times? What is it looping over/processing?

    Our format is basically /forums/[thread_title]-[thread_id]/

    Edit: Also, is a value of 0 most efficient or least efficient?

  9. #9
    Senior Member
    Real Name
    Future
    Join Date
    Mar 2006
    Posts
    579
    Liked
    1 times
    Blog Entries
    1
    What tool/script are you using here ?
    Quote Originally Posted by ven View Post
    Hi,

    i bought vBSEO a few months ago and doenst get it work correctly. My forum is a new vBulletin 3.8.3 installation with vBSEO 3.3 Gold and has a exteme load time about 5 to 25 seconds: http://www.kinder-aktuell.de slash forum (Please no direct links).

    With vBSEO deactivated i have normal load times about 0.x to 1 second.

    This forum is completely new. There are no user online, just a few threads and topics of demousers.Can somebody help me? This load time is annoying.
    Best wishes from germany,
    ven
    | F | U | T | U | R | E |

  10. #10
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Quote Originally Posted by oldtimer View Post
    how (why?) does it have to loop X times? If you set it to 5, why does it need to loop 5 times? What is it looping over/processing?

    Our format is basically /forums/[thread_title]-[thread_id]/

    Edit: Also, is a value of 0 most efficient or least efficient?
    0 is the most efficient as it bypasses the entire loop leaving the url as is in any length based on the user-entered title.

    It loops because it needs to know where to split on words X times.

    ie, query pulls title as "this is some long title here".
    It will then do a match on " ", taking the left(len(string) - strpos(string), " ") or something to that effect, and then it loops again until the words left matches the setting. (pseduo code, this isn't actually what happens)

    Quote Originally Posted by Future View Post
    What tool/script are you using here ?
    that is just debug mode on with firefox plugin, FireBug.

Similar Threads

  1. Critique Please - Just Extreme Metal
    By Cromulent in forum Critique Please
    Replies: 7
    Last Post: 02-26-2009, 12:15 PM
  2. Tracking Talk-extreme.com
    By mljask in forum Analysis: Traffic & SERPS
    Replies: 1
    Last Post: 09-20-2006, 10:05 AM
  3. Talk-extreme.com
    By mljask in forum Critique Please
    Replies: 1
    Last Post: 09-15-2006, 02:06 AM
  4. Some extreme issues need help on fixing.
    By pspcrazy in forum Troubleshooting
    Replies: 14
    Last Post: 03-14-2006, 03:40 AM
  5. eXtreme tracking
    By emin in forum General Discussion
    Replies: 7
    Last Post: 01-28-2006, 01:33 PM

Posting Permissions

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