Have problems getting it to load...timesout. Could be an issue because of larger site?

Comments

deekayen’s picture

Title: Problem loading... » Long node lists time out

It probably is because of a large site. Perhaps actually generating a urllist.txt file on the filesystem in a cron hook will be better than dynamic on every page load? I'm wide open to alternate ideas since many cron configs wget to apache and would probably timeout there anyway, too.

deekayen’s picture

Status: Active » Needs review

I took a look at what gsitemap.module does as a workaround and committed the same thing to urllist.module in CVS HEAD version 1.11. Please review and close this if it's resolved.

deekayen’s picture

Title: Long node lists time out » add cron creation option to prevent timeouts on long lists
Version: 4.7.x-1.x-dev »
Category: bug » task
Status: Needs review » Active
deekayen’s picture

Status: Active » Closed (won't fix)

XML Sitemap fixes this problem by splitting up the URL list over many pages. This module is deprecated.