Needs work
Project:
XML sitemap
Version:
7.x-2.x-dev
Component:
xmlsitemap.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Apr 2010 at 17:36 UTC
Updated:
19 Sep 2012 at 13:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jsobiecki commentedHi Dave,
I had large problems with xmlsitemap cron execution on medium scale drupal site (200k nodes, split in 20 separate sitemaps). My problems were out of memory errors during sitemaps file execution.
As a solution, I replaced unprogressive batch solution used in xmlsitemap module with sitemap regenerations queue (by using drupal_queue module). Attached patch describes those changes (patch against 6.x-2.0-beta2). It's still bit dirty solution, but it works for me and can be considered as early proof of concept.
Comment #2
Anonymous (not verified) commentedThe patch needs to be generated for 7.x-2.x-dev and use the git repository instead of a file release.
Comment #3
jsobiecki commentedAttached patch is created against branch 7.x-2.x from git repository.
Comment #5
Anonymous (not verified) commentedShould be