Page 1 of 1

Rebuilding the entire cache at one

Posted: Fri Jan 26, 2007 10:39 am
by Zugschlus
Hi,

rebuilding the entry cache does this job 25 articles at a time and requires manual interaction to do the next 25 articls. This is a major annoyance even for my tiny blog that currently only holds like 460 entries.

Is there any way to do the entire rebuild in one long "batch" operation?

Greetings
Marc

Re: Rebuilding the entire cache at one

Posted: Fri Jan 26, 2007 11:05 am
by garvinhicking
Hi!

Still, 460 entries might make the server timout, which would be quite bad.

You could edit the plugin file to replace the number 25 with 100 or so if you like...?

Regards,
Garvin

Re: Rebuilding the entire cache at one

Posted: Fri Jan 26, 2007 11:08 am
by Zugschlus
garvinhicking wrote: Still, 460 entries might make the server timout, which would be quite bad.
garvinhicking wrote: motivation.
garvinhicking wrote: You could edit the plugin file to replace the number 25 with 100 or so if you like...?
That's a possibility. Would it be possible to have that number configurable from the web interface in some future version?

Additionally, would it be possible to have a script that can be called directly from a shell on the server, should one have shell access?

Greetings
Marc

Re: Rebuilding the entire cache at one

Posted: Fri Jan 26, 2007 11:10 am
by garvinhicking
Hi!

Making the number configurable shouldn't be too hard, yes. Just the addition of new language strings is a hassle ;)
Additionally, would it be possible to have a script that can be called directly from a shell on the server, should one have shell access?
That's not really possible because it requires the whole s9y API to work.

Best regards,
Garvin