I saw on this page that it's possible to lower the limit on your sitemap so that it is paginated differently: http://stackoverflow.com/questions/2079786/caching-sitemaps-in-django
But when I try to generate my sitemap, it hangs and hangs, and never comes up.
Eventually, if I wait long enough, I get this error in Firefox: XML Parsing Error: no element found Location: http://sitename.com/sitemap.xml Line Number 1, Column 1:
My site has about 70K pages at present, so I'm using the index generator in urls.py. For some reason though it's not working. I'm guessing it is because my server lacks the power to generate sitemaps containing 70K links, but I'm not at all sure.
Does anybody have any insight?