Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19879, comment 22


Ignore:
Timestamp:
09/30/2020 05:51:33 AM (5 years ago)
Author:
janthiel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19879, comment 22

    initial v1  
    33Currently 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.
    44Calculating only the one required folder would reduce this to <1s.
     5
     6This time also adds on top to wp-admin dashboard calls if there is no cache present.
    57
    68Here are some basic stats using Unix file system tools. The actual PHP quota calculation will be even worse.