#230 closed defect (bug) (fixed)
Make.WordPress.org/core is scaling terribly
Reported by: | ericlewis | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
This is a more generalized follow-up to #69.
It takes 16 seconds to trigger the window load event. Like, woah. 250 HTTP requests on the homepage, out of which about 60% are gravatars.
Change History (6)
This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.
10 years ago
#3
@
10 years ago
- Cc timmermansanton@… added
A possible approach might be:
Using the lazy load plugin to lazy load all the gravatars. I think it takes into account not yet displayed images (hidden by "Toggle comments" link), we can trigger the plugin when you click the link.
If you want I can try to make a proof of concept patch.
This ticket was mentioned in Slack in #meta by iandunn. View the logs.
9 years ago
#5
@
9 years ago
It may be better to just get O2 working -- I believe that it handles delayed loading of gravatars to an extent -- they normally populate as a dummy gravatar then shortly thereafter replace with the real ones.
I've been spending some off hours over the past week polishing up some of the coarser bits of the codebase.
Yes, this is just insane, especially considering that it's the comments triggering most of this, and they're even hidden by default on load.