Project

General

Profile

Actions

Bug #4218

closed

[Keep] Improve speed of /index requests

Added by Tim Pierce over 9 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Keep
Target version:
-
Story points:
0.5

Description

/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 IndexHandler currently builds the entire response in memory before writing the response to the user. To minimize client timeout issues, it should emit each file as it is found, or one prefix-directory at a time.

Actions

Also available in: Atom PDF