Screenshots Timeout

When I generate each one individually it all works.

However when I go to Tools > Screenshots and click the button to generate All Screenshots, it times out after a while giving a 503 error, I assume it is because of how long it takes to do each one?

Is there a way around this?
 

Basti

Administrator
Staff member
That is a part we still need to optimize for big lists, in the meantime we have set a php code to disablle the timeout limit ( which by default is mostly 30 seconds )
If you php configuration does not allow that though, you manually have to edit your php.ini and change the timeout setting

you can visit site.com/inf.php if you use VL 1.0
that will show you your configuration.

Search for max_execution_time and see what it is set to
 
Top