Making WordPress.org

Opened 10 years ago

Closed 7 years ago

Last modified 4 months ago

#230 closed defect (bug) (fixed)

Make.WordPress.org/core is scaling terribly

Reported by: ericlewis's profile 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)

#1 @bpetty
10 years ago

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.

This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.


10 years ago

#3 @atimmer
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.


8 years ago

#5 @georgestephanis
8 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.

#6 @pento
7 years ago

  • Resolution set to fixed
  • Status changed from new to closed

We switched to o2. Whee!

Note: See TracTickets for help on using tickets.