johnmnemonik / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Adding new photo size with pre-cache option causing time out #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Adding a new photo size with pre-cache checked. - This is on a
production machine with a lot of photos already on it.

What is the expected output? What do you see instead?
I expect it to create a new photo size with pre-cacheing enabled. I can
create a photo size without pre-cache enabled, but when I try to enable it,
I get a timeout error. I'm guessing that it's trying to go through my
library of images and cache them. I don't get this problem on my test
machine, which has a much smaller library.

What version of the product are you using? On what operating system?
I'm not 100% sure, but I think I'm using 2.2. It's on a Linux machine
hosted by webfaction.com. I'm not sure what distro they're using.

Original issue reported on code.google.com by DerUberM...@gmail.com on 27 Jul 2009 at 11:13

GoogleCodeExporter commented 8 years ago
Have you tried running the `plcreatesize` command from the command line to 
generate the 
new size? It will still have to chew through all the images to generate the 
pre-cached 
size but it shouldn't time out like an http request.

Original comment by justin.d...@gmail.com on 28 Jul 2009 at 12:18

GoogleCodeExporter commented 8 years ago

Original comment by justin.d...@gmail.com on 5 Dec 2009 at 1:55