-
Notifications
You must be signed in to change notification settings - Fork 179
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
Very long time display of the contact list #222
Comments
I wanted to ask the same. And i think its the pictures loading that long (in my case). I watched my network traffic and it is loading many MB and takes much too long to show up the needed information. Would it be possible to first catch only the cards without pictures and bring it up? After this loading the pics as thumbnails would speed up. |
I confirm that the time required to display the contacts is related with the download of pictures. With a network connection limited to about 256 kB/s, it took 8s without pictures and 1'30s with pictures for the same 392 cards. |
Performance issue, tagging as high – @nextcloud/contacts @nextcloud/javascript |
Is it only related to the pictures? I have the same performance issue on mine (nextcloud 12, php7) and after enabling performance recording in Firefox, I saw that the two most time consuming calls are https://XXX/remote.php/dav/addressbooks/users/XXX/contacts/ (REPORT, it is 1.4M big) and the same as (PROPFIND). Then the downloading of angular.js?v=4a87eb2f1684b77467c938531f75b836-19 and core.js?v=4a87eb2f1684b77467c938531f75b836-19 also takes some time (these are big). I have between 150 and 200 contacts, around half with pictures (most of the pictures must be relatively low-res). Mathias |
I have only 1 picture on about 500 contacts and it takes about 17s to 19s to show contacts list. |
The new update 1.5.4 should improve things a lot. |
Yes! |
Will do. Thank you so much! |
With over 2k contacts first contact shows after 20 seconds, after ca. 30 seconds Firefox gives a warning that "page is making browser slow", the list is finally loaded after 40 seconds. It definitely needs optimization:-) |
@ionl @pafcioooo @EddyLB Please take a look at the latest nightly. |
@skjnldsv, above mentioned nightly build is a huge improvment! 👍 Full contacts list is loaded in 13 seconds! :-) Only after selecting a contact, its display time is too long, between 7-10 seconds. I am not sure what it depends on. Thanks a lot anyway:-) |
@pafcioooo there was a fix for this I think. Glad to hear the loading improved a lot! |
@skjnldsv, ok I have also tested latest nightly build and display activities work the same as with previous build. From time to time after selecting some contact I get "page is making browser slow" in Firefox. |
@pafcioooo This is strange, I don't have this issue. |
I've just installed nightly_build_2017-09-21 and on my side, the initial loading is still quite slow... around 15s when reloading the page. On the other hand, since my nextcloud is running on a raspberry pi2, it could be that the database (mysql) slows everything down... (when running a tool such as mysqltuner, it complains a lot about the database structure) |
Steps to reproduce
Expected behaviour
Actual behaviour
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: