-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
index.php/apps/photos/api/v1/preview/5099927?x=512&y=512" resulted in a network error response: the promise was rejected. #1411
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi, please open a different ticket for this :) |
Why closing?
Is this fixed? |
@marcelklehr any idea of what could be the issue here ? |
Off. The problem is likely that it's fetching so many faces. I never tested with so many faces :/ A fix would involve counting the number of face detections per person and passing that number to photos via DAV so the app can do some lazy loading. I'll have a look at this on monday. |
If I understand correctly, the peoples view loads the content of all the faces ? You can take a look how it is done for albums, we indeed pass the number of items in the DAV response: photos/lib/Sabre/Album/PropFindPlugin.php Line 129 in fe37e5a
|
Sorry, that was not my point at all.
This has nothing to do with People, and I wanted to investigate this. Let's keep that issue about People then, I misunderstood that was the original point 👍 |
Virtual scrolling! 👍 |
My understanding when this happend ( Be aware that my javascript skills, are very limited.). Its basicly a memory restriction that happen in firefox ( This was based on searching). Basicly there is a unkown limit of how many promises you can make, before the browser kills them. So virtual scrolling type solution should fix this issue also. But i will offcourse retest when a new app version is out |
… viewport fixes #1411 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
At the risk of being rude, but if a RC/Beta build could be published via the store i clould do some testing. |
Describe the bug
Opening Photos people kills the browser, it will use 100% CPU.
To Reproduce
Steps to reproduce the behavior:
If it mathers, i have recognize 3.10
Expected behavior
The brower should not attemt to download all preview at once, this is kills the browser and likely server side to.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.
The FetchEvent for "https://cloud.thexsoft.com/index.php/apps/photos/api/v1/preview/5123010?x=512&y=512" resulted in a network error response: the promise was rejected.
The FetchEvent for "https://cloud.thexsoft.com/index.php/apps/photos/api/v1/preview/5099623?x=512&y=512" resulted in a network error response: the promise was rejected.
The FetchEvent for "https://cloud.thexsoft.com/index.php/apps/photos/api/v1/preview/5099675?x=512&y=512" resulted in a network error response: the promise was rejected.
Please note the page that you use to modal that you use to merge faces have simular performance issues.
The text was updated successfully, but these errors were encountered: