Page MenuHomePhabricator

Performance IssueTag
ActivePublic

Members (4)

Watchers (3)

Details

Description

Generic tag for current issues that are causing slow server responses or slow/costly client-side payloads.

This is a form of Technical-Debt (use that workboard).

(For the workboard of the Performance Team, see Performance-Team.)

Recent Activity

Wed, Jul 17

Jdlrobson assigned T369549: Investigate performance regression - Desktop First paint - July 8 2024 to bwang.

I believe Bernard is investigating. Please unassign if not!

Wed, Jul 17, 11:31 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
cscott added a comment to T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.

For completeness, another option is the varnish "x-key" system, which involves two research projects. One is that implementation of x-key in varnish appears to be incomplete, and the second is that the assignment of appropriate x-keys to URLs is non-trivial as well. There are too many templates used on a page like [[Barack Obama]] to naively assign one x-key to every recursively-included template, so we still need to come up with a mechanism to determine which of the templates deserve an x-key assigned, likely based on purge statistics.

Wed, Jul 17, 3:33 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
Ottomata added a comment to T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.

The number of resource_change and resource_purge events can get extremely high, spiking at 10k req/sec at times

Wed, Jul 17, 3:32 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
cscott added a comment to T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.

Another option is to subdivide pages into two categories, "high traffic pages" and "long tail low traffic pages". The latter would be put effectively into a no-cache state: the cache lifetime would be very short, and we would never emit purges for them, relying on the natural expiration to deal with vandalism. We'd only emit purges for the high traffic pages.

Wed, Jul 17, 3:29 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
daniel updated the task description for T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.
Wed, Jul 17, 3:22 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
Milimetric added a subtask for T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes: T370298: Spike: estimate how much of resource_purge could be filtered out by joining to webrequest.
Wed, Jul 17, 3:15 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
dr0ptp4kt updated the task description for T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.
Wed, Jul 17, 2:16 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
dr0ptp4kt updated the task description for T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.
Wed, Jul 17, 2:11 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
Krinkle added a comment to T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.

See also:

Wed, Jul 17, 1:53 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
daniel moved T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes from Inbox, needs triage to Needs Input (waiting) on the MediaWiki-Engineering board.
Wed, Jul 17, 1:47 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp

Tue, Jul 16

Restricted Application added a project to T60259: Use Function rather than $.globalEval to compile cached JavaScript code: MediaWiki-Platform-Team.

2013: Upstream jQuery 2.0, changes $.globalEval from eval.call(window) to domEval (i.e. inline script) for strict mode, and indirect = eval; indirect() for non-strict mode. Note that MediaWiki never deployed jQuery 2.

Tue, Jul 16, 11:27 PM · MediaWiki-Platform-Team, Performance Issue, MediaWiki-ResourceLoader
Jdrewniak set the point value for T369549: Investigate performance regression - Desktop First paint - July 8 2024 to 3.
Tue, Jul 16, 4:36 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Jdrewniak moved T369549: Investigate performance regression - Desktop First paint - July 8 2024 from Ready for estimation to Blocked on Others on the Web-Team-Backlog (FY2024-25 Q1 Sprint 2) board.
Tue, Jul 16, 4:26 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Gehel moved T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec) from Backlog to Done on the Data-Platform-SRE (2024.07.08 - 2024.07.28) board.
Tue, Jul 16, 3:38 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
Michael added a comment to T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec).

I have been exploring a bit more the changes around 18th of May and there is no change that we can correlate to these events. The service code haven't been changed this year and the only changes we have done are related to the kubernetes configuration as I mentioned before. The closest change, regarding time, is https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/1033405 where some network policies were changed on 24th May (I guess it was deployed after that date) but I can't say whether that change could be related to this. @BTullis any idea here?

Taking a look at the grafana dashboard for edit-analytics for the last two months it seems that the latency is pretty stable (there are a couple of peaks but the rest of the chart is fine) so, considering that, I don't know what happens but I would say that these events are not related to the service itself. Regarding the timeouts you mentioned, just wondering if there is something preventing your app from reaching the service.

Tue, Jul 16, 1:50 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
Michael closed T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec) as Resolved.

I think this can be closed.

Tue, Jul 16, 1:47 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
ReleaseTaggerBot added a project to T66135: Opening images in Media Viewer is much slower than using their traditional description pages: MW-1.43-notes (1.43.0-wmf.15; 2024-07-23).
Tue, Jul 16, 1:00 AM · MW-1.43-notes (1.43.0-wmf.15; 2024-07-23), Patch-For-Review, Multimedia, Performance Issue, MediaViewer
gerritbot added a comment to T66135: Opening images in Media Viewer is much slower than using their traditional description pages.

Change #1054290 merged by jenkins-bot:

[mediawiki/extensions/MultimediaViewer@master] Remove dead code from 2014 related to fullscreen pre-loading

https://gerrit.wikimedia.org/r/1054290

Tue, Jul 16, 12:37 AM · MW-1.43-notes (1.43.0-wmf.15; 2024-07-23), Patch-For-Review, Multimedia, Performance Issue, MediaViewer

Mon, Jul 15

Jdlrobson moved T369549: Investigate performance regression - Desktop First paint - July 8 2024 from Needs analysis to Ready for estimation on the Web-Team-Backlog (FY2024-25 Q1 Sprint 2) board.
Mon, Jul 15, 5:42 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Michael added a comment to T368616: Special:Homepage performance issues.

Sere also: https://docs.google.com/document/d/1aQDQNt-U9DiEpyj-JqVl67VJDb3cFdcgPIZB196tC04/edit

Mon, Jul 15, 5:09 PM · Technical-Debt, Growth-Team, GrowthExperiments-Homepage, Performance Issue
gerritbot added a project to T66135: Opening images in Media Viewer is much slower than using their traditional description pages: Patch-For-Review.
Mon, Jul 15, 9:59 AM · MW-1.43-notes (1.43.0-wmf.15; 2024-07-23), Patch-For-Review, Multimedia, Performance Issue, MediaViewer
gerritbot added a comment to T66135: Opening images in Media Viewer is much slower than using their traditional description pages.

Change #1054290 had a related patch set uploaded (by Thiemo Kreuz (WMDE); author: Thiemo Kreuz (WMDE)):

[mediawiki/extensions/MultimediaViewer@master] Remove dead code from 2014 related to fullscreen pre-loading

https://gerrit.wikimedia.org/r/1054290

Mon, Jul 15, 9:59 AM · MW-1.43-notes (1.43.0-wmf.15; 2024-07-23), Patch-For-Review, Multimedia, Performance Issue, MediaViewer

Sun, Jul 14

Pppery added a comment to T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.

"if the template is unprotected (protected templates are unlikely to be vandalized)."

Sun, Jul 14, 2:48 AM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp

Fri, Jul 12

Umherirrender renamed T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes from Redunce the number of resource_change and resource_purge events emitted due to template changes to Reduce the number of resource_change and resource_purge events emitted due to template changes.
Fri, Jul 12, 5:19 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
daniel updated subscribers of T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.
Fri, Jul 12, 12:32 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
gerritbot added a project to T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes: Patch-For-Review.
Fri, Jul 12, 12:29 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
gerritbot added a comment to T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.

Change #1053907 had a related patch set uploaded (by Daniel Kinzler; author: Daniel Kinzler):

[mediawiki/core@master] RefreshLinksJob: collect stats on redundant parses

https://gerrit.wikimedia.org/r/1053907

Fri, Jul 12, 12:29 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp
daniel created T369898: Reduce the number of resource_change and resource_purge events emitted due to template changes.
Fri, Jul 12, 12:24 PM · Patch-For-Review, serviceops, Performance Issue, MediaWiki-Engineering, MediaWiki-Core-HTTP-Cache, ChangeProp

Thu, Jul 11

ovasileva edited projects for T369549: Investigate performance regression - Desktop First paint - July 8 2024, added: Web-Team-Backlog (FY2024-25 Q1 Sprint 2); removed Web-Team-Backlog.
Thu, Jul 11, 2:13 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue

Wed, Jul 10

Gehel added a project to T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec): Data-Platform-SRE (2024.07.08 - 2024.07.28).
Wed, Jul 10, 12:31 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
Jdlrobson triaged T369549: Investigate performance regression - Desktop First paint - July 8 2024 as High priority.
Wed, Jul 10, 12:18 AM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Jdlrobson moved T369549: Investigate performance regression - Desktop First paint - July 8 2024 from Incoming to Groomed on the Web-Team-Backlog board.
Wed, Jul 10, 12:18 AM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue

Tue, Jul 9

Jdrewniak updated subscribers of T369549: Investigate performance regression - Desktop First paint - July 8 2024.
Tue, Jul 9, 6:44 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Jdrewniak added a comment to T369549: Investigate performance regression - Desktop First paint - July 8 2024.

The nature of this alert

Tue, Jul 9, 6:40 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Michael moved T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec) from Sprint 17 (Growth Team) to FY2024-25 Q1 Sprint 1 on the Growth-Team board.
Tue, Jul 9, 2:23 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
Michael moved T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec) from Code Review to Incoming on the Growth-Team (Sprint 17 (Growth Team)) board.
Tue, Jul 9, 2:22 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
Michael moved T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec) from Incoming to Code Review on the Growth-Team (Sprint 17 (Growth Team)) board.
Tue, Jul 9, 2:22 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage

Mon, Jul 8

Jdrewniak added a comment to T369549: Investigate performance regression - Desktop First paint - July 8 2024.

I've been looking through the graphs and I noticed an increase in the CSS payload on July 5, from 25.2kB to 25.9kB
I think this could be related to the baseline increase in the fully loaded metric, from 2.28s on July 4 to 2.30s on July 5 (a 20ms increase).

Mon, Jul 8, 8:13 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Jdrewniak added a project to T369549: Investigate performance regression - Desktop First paint - July 8 2024: Performance Issue.
Mon, Jul 8, 8:00 PM · Web-Team-Backlog (FY2024-25 Q1 Sprint 2), Performance Issue
Marostegui added a comment to T221380: Wikidata: Special:Contributions times out for many high-activity users.

The above error comes from:

[email protected][wikidatawiki]> explain SELECT  rev_id,rev_page,rev_actor,actor_rev_user.actor_user AS `rev_user`,actor_rev_user.actor_name AS `rev_user_text`,rev_timestamp,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,comment_rev_comment.comment_text AS `rev_comment_text`,comment_rev_comment.comment_data AS `rev_comment_data`,comment_rev_comment.comment_id AS `rev_comment_cid`,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name,page_is_new,(SELECT  GROUP_CONCAT(ctd_name SEPARATOR ',')  FROM `change_tag` JOIN `change_tag_def` ON ((ct_tag_id=ctd_id))   WHERE (ct_rev_id=rev_id)  ) AS `ts_tags`,ores_damaging_cls.oresc_probability AS `ores_damaging_score`,0.385 AS `ores_damaging_threshold`  FROM `revision` FORCE INDEX (rev_actor_timestamp) JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = rev_actor)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = rev_comment_id)) JOIN `page` ON ((page_id = rev_page)) LEFT JOIN `user` ON ((actor_rev_user.actor_user != 0) AND (user_id = actor_rev_user.actor_user)) LEFT JOIN `ores_classification` `ores_damaging_cls` ON (ores_damaging_cls.oresc_model = 11 AND (ores_damaging_cls.oresc_rev=rev_id) AND ores_damaging_cls.oresc_class = 1)   WHERE actor_name = 'Jarekt' AND (page_namespace = 1) AND ((rev_deleted & 4) = 0)  ORDER BY rev_timestamp DESC,rev_id DESC LIMIT 51 ;
+------+--------------------+---------------------+--------+----------------------------+-----------------------+---------+------------------------------------------+---------+-------------+
| id   | select_type        | table               | type   | possible_keys              | key                   | key_len | ref                                      | rows    | Extra       |
+------+--------------------+---------------------+--------+----------------------------+-----------------------+---------+------------------------------------------+---------+-------------+
|    1 | PRIMARY            | actor_rev_user      | const  | PRIMARY,actor_name         | actor_name            | 257     | const                                    | 1       |             |
|    1 | PRIMARY            | user                | const  | PRIMARY                    | PRIMARY               | 4       | const                                    | 1       |             |
|    1 | PRIMARY            | revision            | ref    | rev_actor_timestamp        | rev_actor_timestamp   | 8       | const                                    | 2300078 | Using where |
|    1 | PRIMARY            | page                | eq_ref | PRIMARY,page_name_title    | PRIMARY               | 4       | wikidatawiki.revision.rev_page           | 1       | Using where |
|    1 | PRIMARY            | ores_damaging_cls   | eq_ref | oresc_rev_model_class      | oresc_rev_model_class | 7       | wikidatawiki.revision.rev_id,const,const | 1       |             |
|    1 | PRIMARY            | comment_rev_comment | eq_ref | PRIMARY                    | PRIMARY               | 8       | wikidatawiki.revision.rev_comment_id     | 1       |             |
|    2 | DEPENDENT SUBQUERY | change_tag          | ref    | ct_rev_tag_id,ct_tag_id_id | ct_rev_tag_id         | 5       | wikidatawiki.revision.rev_id             | 1       | Using index |
|    2 | DEPENDENT SUBQUERY | change_tag_def      | eq_ref | PRIMARY                    | PRIMARY               | 4       | wikidatawiki.change_tag.ct_tag_id        | 1       |             |
+------+--------------------+---------------------+--------+----------------------------+-----------------------+---------+------------------------------------------+---------+-------------+
8 rows in set (0.002 sec)
Mon, Jul 8, 5:01 AM · MW-1.34-notes (1.34.0-wmf.4; 2019-05-07), Wikidata-Campsite, MediaWiki-libs-Rdbms, Performance Issue, Wikimedia-production-error, MediaWiki-Special-pages, Wikidata
Jarekt added a comment to T221380: Wikidata: Special:Contributions times out for many high-activity users.

I just had the same issue:

Mon, Jul 8, 2:18 AM · MW-1.34-notes (1.34.0-wmf.4; 2019-05-07), Wikidata-Campsite, MediaWiki-libs-Rdbms, Performance Issue, Wikimedia-production-error, MediaWiki-Special-pages, Wikidata

Thu, Jul 4

Urbanecm_WMF added a project to T291658: updateMenteeData.php submits a lot of DB queries: GrowthExperiments-Mentorship.
Thu, Jul 4, 5:58 PM · GrowthExperiments-Mentorship, MW-1.38-notes (1.38.0-wmf.1; 2021-09-21), User-Urbanecm_WMF (Engineering), Performance Issue, Growth-Team (Sprint 0 (Growth Team)), GrowthExperiments-MentorDashboard

Tue, Jul 2

Sfaci updated subscribers of T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec).

I have been exploring a bit more the changes around 18th of May and there is no change that we can correlate to these events. The service code haven't been changed this year and the only changes we have done are related to the kubernetes configuration as I mentioned before. The closest change, regarding time, is https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/1033405 where some network policies were changed on 24th May (I guess it was deployed after that date) but I can't say whether that change could be related to this. @BTullis any idea here?

Tue, Jul 2, 4:38 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
Michael moved T368616: Special:Homepage performance issues from Inbox to Triaged on the Growth-Team board.

Moving it to "Triaged" for now as Special:Homepage and its overall performance is not our main focus, but also tagging Technical-Debt so that we have a chance to find it when we want to improve GE in that regard.

Tue, Jul 2, 3:43 PM · Technical-Debt, Growth-Team, GrowthExperiments-Homepage, Performance Issue
Michael added a comment to T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec).

Thanks @VirginiaPoundstone and @Sfaci for looking into this!

Tue, Jul 2, 8:46 AM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage

Mon, Jul 1

Pppery renamed T173191: Cleanup invalid `language` properties in user_properties table from Cleanup invalid languages to Cleanup invalid `language` properties in user_properties table.
Mon, Jul 1, 8:57 PM · Wikimedia-maintenance-script-run, Performance Issue, WMF-General-or-Unknown
Sfaci added a comment to T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec).

Regarding @VirginiaPoundstone has mentioned, I wanted to add that the delay was confirmed only when AQS service starts.

Mon, Jul 1, 8:19 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage
VirginiaPoundstone updated subscribers of T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec).

@Michael there was a change on AQS explained in T366851: gocql startup times have increased between v1.2.0 and v1.6.0. After upgrading gocql library, it seems that startup times for all services increased.

Mon, Jul 1, 7:27 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage

Sat, Jun 29

Aklapper added a comment to T360484: Submitting actions taking ~10 seconds to load after making changes.

By now I'm pretty confident that this issue happens in Phab's "Javelin" JavaScript stack (which may allow setting some breakpoints in the browser).

Sat, Jun 29, 6:37 PM · Release-Engineering-Team (Priority Backlog 📥), User-brennen, Performance Issue, Phabricator

Fri, Jun 28

KStoller-WMF added a comment to T368405: Special:Homepage is rendered much slower (<1 sec to 2+ sec).

So tackling the "structured tasks mobile preview"-fallback seems like the main priority to fix this now.
Pinging @KStoller-WMF because that requires a product decision for how and when exactly to do that.

Fri, Jun 28, 6:44 PM · Data-Platform-SRE (2024.07.08 - 2024.07.28), Growth-Team (FY2024-25 Q1 Sprint 1), MW-1.43-notes (1.43.0-wmf.11; 2024-06-25), Data Products, User-Michael, Data-Platform, Performance Issue, GrowthExperiments-Homepage