Project

General

Profile

Bug #4218

Updated by Tom Clegg over 9 years ago

/index on a large production machine takes well over a minute to complete. 

 This could be a result of having to @stat()@ each file in order to get the modification timestamp. 

 Additionally, the The IndexHandler currently builds the entire response in memory before writing the response to the user. To minimize client timeout issues, it should    Should emit each file as it is found, or one prefix-directory at a time. 
 found.

Back