Results 1 to 13 of 13

VBSeo and Multi Page Threads - Problems?

This is a discussion on VBSeo and Multi Page Threads - Problems? within the General Discussion forums, part of the vBSEO SEO Plugin category; Can someone please explain to me the issue with threads with multiple pages? Is it vbseo that has trouble with ...

  1. #1
    Member
    Real Name
    MarkoP
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times

    VBSeo and Multi Page Threads - Problems?

    Can someone please explain to me the issue with threads with multiple pages?

    Is it vbseo that has trouble with them or is it vb itself?

    What exactly is happening with multi page threads and can anything be done to stop them from using massive amounts of CPU?

    I can't really stop having multi page threads, just closing them down is on the stupid side. A forum is for discussion and a thread might go 50 pages. Some of ours do. I have them set to show 50 posts per page but it's still not helping.

    Do I really need to change board platforms because of this?

    Thanks!

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    edit, i read this question wrong.
    Last edited by briansol; 01-13-2009 at 03:43 PM.

  3. #3
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Yes , this is actually a vBulletin problem however we implemented a work around for this problem to next version of vBSEO.
    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

  4. #4
    Member
    Real Name
    Luke McCoy
    Join Date
    Oct 2007
    Posts
    57
    Liked
    0 times
    What exactly is the problem?
    USA Carry - Open and Concealed Carry Information

  5. #5
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    If you allow your users to choose to show different number of posts , the links for posts will not work correctly.
    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

  6. #6
    Member
    Real Name
    Luke McCoy
    Join Date
    Oct 2007
    Posts
    57
    Liked
    0 times
    I don't think I allow that so I'm fine I guess.
    USA Carry - Open and Concealed Carry Information

  7. #7
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    wow, i read this question completely wrong the first time around. Sorry.


    Yes, if default option is set to 25 per page
    but a user has 30 set,
    when you pass a link to /some-thread/page28/
    the user who has custom options is going to see an entirely different set of posts that guests and non-altered users will, and vice versa.

  8. #8
    Member
    Real Name
    MarkoP
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times
    Hi Brain,

    No you got it right the first time. I'm asking about the CPU usage when a thread gets huge. We have threads that run 10 pages or so and I see them coming up in WHM as using up 60% CPU at times.

  9. #9
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    In order to solve that you should close threads that reach 1000 post and open a new one. When calling a thread that contains more than 1000 post mysql uses way too much server resources.
    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

  10. #10
    Member
    Real Name
    MarkoP
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times
    Hi Mert,

    That's what I was trying to find out. So my only options are to close threads? That is really hard to believe. Why on God' earth would they do something like this?

    Did they not think some people would have big boards with over 100,000 members?

    This has got to be one of the dumbest things I've ever heard of.

  11. #11
    Member
    Real Name
    MarkoP
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times
    Mert,

    When you said there would be a work around for this in the upcoming vbseo release, was you meaning this problem I'm having with huge threads or the other problem with people seeing different threads or whatever?

    I don't have that problem because no one can set different thread views on my forum. The only problem I have is when threads get big.

    As far as closing them down and starting another, I don't even see how that could work. I would have to open a new thread using the members account somehow, posting under his name. That would create an admin/mod nightmare. Way too much work.

    With this and the adsense stuff they are pulling I'm seriously thinking about finding another board platform.

  12. #12
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    IIRC the problem that is fixed in the new version is to link a certain post to the correct page, even if lets say I have 50 posts per page, and you only have 10. If you were to give me the permalink from your post, it would be on page 6, to where mine would be on page 2.
    The Forum Hosting - Forum Hosting from the Forum Experts

  13. #13
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    Ok then Yes, Marko, the problem exists in vbulletin itself.

    starting around 913 in showthread.php, you can see the building of the post ID string, and then the HUGE query around line 983 which does there WHERE post ID's in (the huge list).

    the longer the thread, the long the post ID list.

    I personally think a left outer join to thread and a where p.threadid = $threadid would be MUCH more efficient.
    Perhaps they had better reasoning for this, i don't know.

Similar Threads

  1. redirecting errors on last pages of multi-paged threads
    By firstimecaller in forum Bug Reporting
    Replies: 14
    Last Post: 07-17-2007, 07:21 PM
  2. Replies: 13
    Last Post: 01-17-2007, 06:16 AM
  3. Unique Page Titles on Multiple Page Threads
    By rmjvol in forum vBSEO Features Archive
    Replies: 1
    Last Post: 07-05-2006, 09:37 PM
  4. Replies: 12
    Last Post: 03-15-2006, 09:27 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
  •