Results 1 to 7 of 7

Sitemap Generator Hanging Problem

This is a discussion on Sitemap Generator Hanging Problem within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I am able to generate a sitemap but I am quite sure the script is running awfully slow and using ...

  1. #1
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times

    Sitemap Generator Hanging Problem

    I am able to generate a sitemap but I am quite sure the script is running awfully slow and using up more memory than I think it should be:
    Code:
    [homepage] [984.8Kb mem used] [0s (+0s)]
    [SECTION START] forumdisplay [986.1Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 23, total threads: 0, pages: 1 [987.1Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 21, total threads: 2, pages: 1 [988.3Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 24, total threads: 2, pages: 1 [989.0Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 26, total threads: 0, pages: 1 [989.8Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 7, total threads: 6, pages: 1 [990.6Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 8, total threads: 2, pages: 1 [991.4Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 10, total threads: 6, pages: 1 [992.2Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 13, total threads: 6, pages: 1 [993.0Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 14, total threads: 2, pages: 1 [993.8Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 12, total threads: 5, pages: 1 [994.6Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 27, total threads: 2, pages: 1 [995.4Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 17, total threads: 5, pages: 1 [996.2Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 18, total threads: 0, pages: 1 [997.0Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 22, total threads: 3, pages: 1 [997.8Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 19, total threads: 4, pages: 1 [998.5Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 25, total threads: 4, pages: 1 [999.3Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 28, total threads: 4, pages: 1 [1,000.2Kb mem used] [0s (+0s)]
    [SECTION START] showthread [999.9Kb mem used] [0s (+0s)]
    [SECTION START] tags [1,034.3Kb mem used] [0s (+0s)]
    [create sitemap file] filename: sitemap_1.xml.gz, number of urls: 76 [992.5Kb mem used] [0s (+0s)]
    [create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 1 [994.2Kb mem used] [0s (+0s)]
    Sitemap has been created. [994.9Kb mem used] [21s (+21s)]
    The only option checked is showthread pages and tags and I cant see how 76 URLs being added to the sitemap would make it hang or seem very slow at all when another instance of vbseo sitemap generator is running much faster on another forum of ours.

    I have reinstalled from scratch and made sure the data folder is chmod 777 too and there is no php or database errors showing whilst running it and also i have cleared out the sitemaps from the data folder too and checked the forum URL in the admincp.

    Here is the htaccess:

    Code:
    RewriteEngine On
    
    RewriteCond %{HTTP_HOST} !^www\.whatever\.com
    RewriteRule (.*) http://www.whatever.com/$1 [R=301,L]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    Any ideas or is this simply normal behaviour?

    I am also getting this in webmaster tools:

    - URLs not followed
    When we tested a sample of URLs from your Sitemap, we found that some URLs redirect to other locations. We recommend that your Sitemap contain URLs that point to the final destination (the redirect target) instead of redirecting to another URL.

    Thank you.

  2. #2
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times
    I have just noticed this within the sitemap output:

    Code:
    <url>
      <loc>http://www.xxx.com/a/15-can-you.html</loc>
      <priority>0.5136</priority>
      <lastmod>2010-03-02T21:22:21+00:00</lastmod>
      <changefreq>monthly</changefreq>
    </url>
    I gather that is the main issue here?

    Any help will be appreciated

  3. #3
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,770
    Liked
    644 times
    Blog Entries
    2
    what version of vb/vbseo are you using and what sitemap version?
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times
    Vbulletin 3.84 PL2 and vBSEO 3.5.0 RC2 and Sitemap Generator v2.5

  5. #5
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    I would recommend downgrading to 3.3.2 as it is the latest stable with vBulletin 3.8. This more than likely will solve your issue.
    The Forum Hosting - Forum Hosting from the Forum Experts

  6. #6
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    I would recommend downgrading to 3.3.2 as it is the latest stable with vBulletin 3.8. This more than likely will solve your issue.
    It certainly did, thank you.

  7. #7
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Great, glad it is working now!
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. vBulletin 4.x vbseo sitemap generator don't want to generate database problem?
    By MayanForum.net in forum Troubleshooting
    Replies: 7
    Last Post: 05-06-2010, 05:12 PM
  2. problem in Sitemap Generator white page
    By sad king in forum العربية
    Replies: 16
    Last Post: 12-19-2009, 08:45 AM
  3. VBSEO Sitemap Generator Problem
    By Jesse in forum Deutsch
    Replies: 42
    Last Post: 07-02-2009, 06:25 PM
  4. Problem mit Sitemap Generator fopen error
    By cool-andy in forum Deutsch
    Replies: 15
    Last Post: 12-08-2008, 02:05 PM
  5. Sitemap Generator problem
    By Todd in forum Troubleshooting
    Replies: 4
    Last Post: 02-25-2006, 03:00 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
  •