-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] request takes too long #150
Comments
i believe its part of https://github.com/jhofm/flysystem-iterator which was suppose to make things faster. also what driver r u using, |
Thanks for your reply. I'm using digital ocean spaces |
can u make a repo for me to test with ? |
I have a similar issue. |
@kvmarkovich this is not true for 2 reasons
however there is a downside with the current solution due to pagination which we do over the whole collection instead of the original listing which is not originally available in the filesystem plugin , thats why its highly recommended to use the cache adaptor. u can test the prev points using a local disk on ur machine with ex. |
I wish you know better code you work with... |
am probably missing ur point, so yeah explain to me how it works |
v6
Usage
extreme slow when you try to get files
When I try to get 34 files from a folder and it takes 2.4 min
When I try to debug it by this
And the result:
It's still slow but faster than normal
But when I tried to dive deeper, I saw that the function iterator_to_array makes the request slow extra 2min for just transforming from PHP Object to Array. Do we have a different function to use instead of iterator_to_array?
Not yet
The text was updated successfully, but these errors were encountered: