barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
183 stars 41 forks source link

Use attributes + caching #85

Closed barryvdh closed 2 years ago

barryvdh commented 2 years ago

This should reduce the Flysystem calls by re-using the meta-data when already available. And don't load the metadata manually, except when it doesn't exist in the cache (probably a detailed info). Might give some less data, but is probably faster, especially for s3/ftp calls.