Changes between Initial Version and Version 1 of Ticket #19879, comment 22
- Timestamp:
- 09/30/2020 05:51:33 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19879, comment 22
initial v1 3 3 Currently on a huge site on NFS with 25G of files the Quota processing would take >30 seconds(!) to calculate the whole site. This time is required for each upload to finish besides the actual upload processing. 4 4 Calculating only the one required folder would reduce this to <1s. 5 6 This time also adds on top to wp-admin dashboard calls if there is no cache present. 5 7 6 8 Here are some basic stats using Unix file system tools. The actual PHP quota calculation will be even worse.