3

I am using ImageCache to generate several image styles for certain uploaded pictures. However, the site is going to be pretty high-load, so it might be more resource-efficient, if those sizes were created once the file is uploaded, not on first display event. Is there any way meant to do this without having to use some kind of crawler? Thank you!

4

2 に答える 2

1

最新のアップロードされたすべての画像を取得し、画像キャッシュのバージョンを構築するカスタム cron 関数を作成してみることができると思います。

ここでよく似た質問を確認してください: https://drupal.stackexchange.com/questions/38/rebuild-imagecache

于 2013-03-15T08:44:15.970 に答える