Open EdwardBetts opened 4 years ago
The cache directory on production contains 523,622 files. This is too many, it will be hurting performance.
The cache could be split into separate folders for the different types of things that are cached (labels, items, images, etc).
Also we could delete old cache items, they could expire after 14 days, for example.
Some of the information store in cache files could be moved into the database.
The cache directory on production contains 523,622 files. This is too many, it will be hurting performance.
The cache could be split into separate folders for the different types of things that are cached (labels, items, images, etc).
Also we could delete old cache items, they could expire after 14 days, for example.
Some of the information store in cache files could be moved into the database.