macopedia / typo3-azurestorage

TYPO3 FAL driver extension for Microsoft Azure Blob Storage
MIT License
4 stars 5 forks source link

Improve performance of StorageDriver #23

Closed tmotyl closed 4 years ago

tmotyl commented 4 years ago

Do not fetch all blobs (descendants) when we need just children.

This brings massive performance improvement (50s -> 4s)

fixes https://github.com/benjaminhirsch/typo3-azurestorage/issues/22

benjaminhirsch commented 4 years ago

Really nice addition, thank you! :)