I had found some issues in elgg which eats BANDWIDTH OF A USER unwantedly .. and reduces the loading time of river content.
1. Elgg likes window (The user information(who made likes) are loaded intially when the webpage start to downloaded, it increases the loading time of web content, when loading 100s of river items, but through jquery if adopt a technique that loads the the popup window and its contents only when a user clickes on "(numberof likes)LIKES" button it reduces the the bandwidth usage of user and provides more flexibility.
2. the above same issue is happening when loading userhover menu of every profile picture.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Tommy@letom

Tommy - 0 likes
You must log in to post replies.Hi Tommy,
for your 2nd point there is a plugin Lazy Hover http://community.elgg.org/plugins/1484170/0.1.1/lazy-hover which solves that.
I didn't know about the likes, but it shouldn't be that hard to fix. There are tickes for this in GitHub https://github.com/Elgg/Elgg/issues/4797
Elgg 1.10 is planned to include enhancements like this.
Hi Jerome
Thanks for your message and information , iam trying for that in likes, i think it can be handle with a ajax call and exceute php query in it, for detailed information iam studying it.
Thanks//Tom
****Merry Christmas***