Skip to content
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

load screenshots in "more info" section of plugin page with ajax (Trac #4301) #4301

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 4 comments
Assignees

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/4301 on 42039727-02-06 by trac user 13net, assigned to unknown.

Elgg version: 1.8.2

The page speed of the plugin overview page (/admin/plugins) can be increased a lot if the "more info" section is loaded on demand - at least the screenshots. (Or some other kind of caching..)

We sometimes have plugins with three to five screenshots >500kb (reducing this atm). This results in an average page loading speed of ~6 seconds (18Mbit/s).

@elgg-gitbot
Copy link
Author

ewinslow wrote on 42365137-08-02

I agree this could be improved.

@elgg-gitbot
Copy link
Author

Milestone changed to Near Term Future Release by ewinslow on 42365137-08-02

@ewinslow ewinslow removed this from the Elgg 1.10.0 milestone Jun 13, 2014
@jdalsem jdalsem self-assigned this Oct 30, 2014
@ewinslow
Copy link
Contributor

I still think this could be improved. Question is whether we want to specifically target the Admin console or whether we want to work on more general ways to lazy load ui. Or perhaps a new page layout/design that avoids this issue entirely?

@jdalsem
Copy link
Member

jdalsem commented Mar 10, 2015

In https://github.com/ColdTrick/plugin_manager we load all more info stuff in a popup

plugin popup

related to #3148

mrclay pushed a commit to mrclay/Elgg-leaf that referenced this issue Jun 25, 2015
Fixes Elgg#8412
Fixes Elgg#4158
Fixes Elgg#4301
Fixes Elgg#6778

BREAKING CHANGE:
The plugin views are redesigned to display in a lightbox. This completely
removes the views forms/admin/plugins/filter and forms/admin/plugins/sort.
mrclay pushed a commit to mrclay/Elgg-leaf that referenced this issue Jun 29, 2015
Fixes Elgg#8412
Fixes Elgg#4158
Fixes Elgg#4301
Fixes Elgg#6778

BREAKING CHANGE:
The plugin views are redesigned to display in a lightbox. This completely
removes the views forms/admin/plugins/filter and forms/admin/plugins/sort.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants