[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2022-01-13 Thread Ladsgroup
Ladsgroup closed subtask T288639: SpamBlacklistHooks::onEditFilterMergedContent 
causes every edit to be rendered twice as Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, EvanProdromou, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-12-16 Thread Krinkle
Krinkle added a parent task: T277788: Save Timing improvements (2021).

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Krinkle
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, EvanProdromou, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-09-15 Thread Addshore
Addshore closed this task as "Resolved".

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Addshore
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-31 Thread Addshore
Addshore added a comment.


  > but also since these are post-edit actions, it wouldn't have much impact 
and the edit saving time but it would help on import and batch edits.
  
  At least when the testing on local Wikibase was done this should have an 
impact on API response times to users, as the parser cache generation was done 
post edit, but presend of the API response.
  I wonder if we can see that anywhere.
  
  I was half expecting to see some sort of impact on 
https://grafana.wikimedia.org/d/FxKUKqUik/wikibase-parseroutputgenerator, but 
we should not, as parser output objects are still generated, just without html?
  
  On the whole I am very happy that this task lead us to T288639: 
SpamBlacklistHooks::onEditFilterMergedContent causes every edit to be rendered 
twice  too which save very 
significant improvements
   F34626762: image.png 
  
  Also looking at average API response times for August we can see the impact 
there for wikibase editing API calls.
  
SELECT day, hour, avg(backend_time_ms) as avg_response, 
count(backend_time_ms) as num_requests
FROM event.mediawiki_api_request
WHERE `database` = "wikidatawiki"
AND params["action"] RLIKE '^wbl?(create|edit|set|add|remove|link|merge)'
AND api_error_codes IS NULL
AND YEAR = 2021 AND MONTH = 8
GROUP BY DAY, HOUR
LIMIT 1000
  
  F34626857: image.png 
  
  This currently only has data up to the 25th August, but we may be able to see 
more for the changes that happened on the 25th in the coming days.
  (So I'm going to leave open in verification for a bit more)

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Addshore
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-26 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.37-notes (1.37.0-wmf.19; 
2021-08-16); removed MW-1.37-notes (1.37.0-wmf.21; 2021-08-30).

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, ReleaseTaggerBot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-26 Thread Ladsgroup
Ladsgroup added a comment.


  It helped in the size of binlog on ParserCache servers 
(https://grafana.wikimedia.org/d/00106/parser-cache?viewPanel=6=1=1629900681358=1629987081359)
  F34620730: image.png 
  
  The actual impact on the db is a bit hard to measure since it won't show up 
unless you optimize this monster of a table. We might still do it before the dc 
switchover (since it doesn't require depooling and repooling) but we need to 
wait 20 days for the old data to be properly cleaned up.
  
  The effects on rendering and edit time saving is highly dependent on 701074 
 and the rest but 
also since these are post-edit actions, it wouldn't have much impact and the 
edit saving time but it would help on import and batch edits.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Maintenance_bot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Biggs657, Lalamarie69, Juan90264, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-08-25T17:46:34Z] 
 Synchronized 
php-1.37.0-wmf.19/extensions/Wikibase/repo/includes/Content/EntityHandler.php: 
Backport: [[gerrit:714674|Set EntityHandler::generateHTMLOnEdit to false 
(T285987 )]] (duration: 01m 06s)

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Stashbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714674 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@wmf/1.37.0-wmf.19] Set 
EntityHandler::generateHTMLOnEdit to false
  
  https://gerrit.wikimedia.org/r/714674

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-08-25T17:14:25Z] 
 Synchronized 
php-1.37.0-wmf.20/extensions/Wikibase/repo/includes/Content/EntityHandler.php: 
Backport: [[gerrit:714675|Set EntityHandler::generateHTMLOnEdit to false 
(T285987 )]] (duration: 01m 18s)

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Stashbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714675 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@wmf/1.37.0-wmf.20] Set 
EntityHandler::generateHTMLOnEdit to false
  
  https://gerrit.wikimedia.org/r/714675

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 713649 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Set EntityHandler::generateHTMLOnEdit 
to false
  
  https://gerrit.wikimedia.org/r/713649

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.37-notes (1.37.0-wmf.21; 
2021-08-30); removed MW-1.37-notes (1.37.0-wmf.20; 2021-08-23).

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, ReleaseTaggerBot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714675 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [mediawiki/extensions/Wikibase@wmf/1.37.0-wmf.20] Set 
EntityHandler::generateHTMLOnEdit to false
  
  https://gerrit.wikimedia.org/r/714675

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714674 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [mediawiki/extensions/Wikibase@wmf/1.37.0-wmf.19] Set 
EntityHandler::generateHTMLOnEdit to false
  
  https://gerrit.wikimedia.org/r/714674

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-08-25T10:49:33Z] 
 Synchronized 
php-1.37.0-wmf.19/includes/Storage/DerivedPageDataUpdater.php: Backport: 
[[gerrit:714672|Introduce concept of generateHTMLOnEdit() for ContentHandler 
(T285987 )]], Part II (duration: 01m 
04s)

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Stashbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-08-25T10:47:48Z] 
 Synchronized 
php-1.37.0-wmf.19/includes/content/ContentHandler.php: Backport: 
[[gerrit:714672|Introduce concept of generateHTMLOnEdit() for ContentHandler 
(T285987 )]], Part I (duration: 01m 
08s)

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Stashbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714672 **merged** by jenkins-bot:
  
  [mediawiki/core@wmf/1.37.0-wmf.19] Introduce concept of generateHTMLOnEdit() 
for ContentHandler
  
  https://gerrit.wikimedia.org/r/714672

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 713268 **merged** by jenkins-bot:
  
  [mediawiki/core@master] Introduce concept of generateHTMLOnEdit() for 
ContentHandler
  
  https://gerrit.wikimedia.org/r/713268

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-08-25T10:03:19Z] 
 Synchronized php-1.37.0-wmf.20/includes: Backport: 
[[gerrit:714671|Introduce concept of generateHTMLOnEdit() for ContentHandler 
(T285987 )]] (duration: 02m 17s)

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, Stashbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.37-notes (1.37.0-wmf.20; 2021-08-23).

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, ReleaseTaggerBot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714671 **merged** by jenkins-bot:
  
  [mediawiki/core@wmf/1.37.0-wmf.20] Introduce concept of generateHTMLOnEdit() 
for ContentHandler
  
  https://gerrit.wikimedia.org/r/714671

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714672 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [mediawiki/core@wmf/1.37.0-wmf.19] Introduce concept of generateHTMLOnEdit() 
for ContentHandler
  
  https://gerrit.wikimedia.org/r/714672

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-25 Thread gerritbot
gerritbot added a comment.


  Change 714671 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [mediawiki/core@wmf/1.37.0-wmf.20] Introduce concept of generateHTMLOnEdit() 
for ContentHandler
  
  https://gerrit.wikimedia.org/r/714671

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-18 Thread gerritbot
gerritbot added a comment.


  Change 713649 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [mediawiki/extensions/Wikibase@master] Set EntityHandler::generateHTMLOnEdit 
to false
  
  https://gerrit.wikimedia.org/r/713649

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, alaa_wmde, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-16 Thread gerritbot
gerritbot added a comment.


  Change 713268 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [mediawiki/core@master] [WIP] Introduce concept of generateHTMLOnEdit() for 
Content
  
  https://gerrit.wikimedia.org/r/713268

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-11 Thread Ladsgroup
Ladsgroup added a subtask: T288639: 
SpamBlacklistHooks::onEditFilterMergedContent causes every edit to be rendered 
twice.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-11 Thread Ladsgroup
Ladsgroup added a comment.


  This is wy more complicated than it looks, I try to summarize my findings 
here:
  
  - First, if we fix this, and taking editing the sandbox as an example, the 
wall time will be reduced by 33% and CPU time by 40% (data 
)
  - The code for saving edits in mw grew organically and it's quite convoluted. 
The part that helps figuring out what's going on is 
`MediaWiki\Storage\DerivedPageDataUpdater::doParserCacheUpdate`
  - I did an example edit and checked it in XHGui so I can follow the path of 
function calls. The calls for rendering the revision 

 comes from four places. Two are from `DerivedPageDataUpdater` which needs a 
refactor to make this work and two from `MediaWiki\Edit\PreparedEdit::getOutput 
` which is not deprecated but callers to it are deprecated. All usages seem to 
boil down to SpamBlacklist extension. I don't know how hard it would be to fix 
that.
  - There is a twist in refactoring DerivedPageDataUpdater. We basically can't 
tell to skip adding the updates if it's an EntityContent because it's based on 
a page and WikiPage can have multiple slots with different contents (and in the 
case of Commons we actually have this case). I can think of checking for all 
contents and if only one wasn't set to skip generate html then queue the 
updates.
  - This might cause issues on edits being done through special pages (e.g. 
ChronologyProtector). If we can avoid that and e.g. generate html in these 
cases, it'd be amazing. Will see.
  
  I try to do more work and create sub tickets. Any ideas are welcome.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-10 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup moved this task from To Do (prioritised from top to bottom) to Doing 
on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Restricted Application added a project: User-Ladsgroup.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

WORKBOARD
  https://phabricator.wikimedia.org/project/board/3539/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Hazizibinmahdi, Akuckartz, Iflorez, 
WDoranWMF, alaa_wmde, holger.knust, EvanProdromou, Nandana, Jony, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-04 Thread Addshore
Addshore moved this task from Prioritized Tech (prioritised from top to bottom) 
to Wikidata-Campsite-Iteration-∞ on the Wikidata-Campsite board.
Addshore edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

WORKBOARD
  https://phabricator.wikimedia.org/project/board/3402/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Akuckartz, Iflorez, WDoranWMF, alaa_wmde, 
holger.knust, EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-04 Thread Addshore
Addshore set the point value for this task to "13".

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, holger.knust, 
EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-04 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, holger.knust, 
EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-08-03 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, holger.knust, 
EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-27 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, holger.knust, 
EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Biggs657, Lalamarie69, 
Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-27 Thread gerritbot
gerritbot added a comment.


  Change 704856 **abandoned** by Ladsgroup:
  
  [mediawiki/extensions/Wikibase@master] [POC] Set $generateHtml to false in 
EntityContent
  
  Reason:
  
  POC is done :D
  
  https://gerrit.wikimedia.org/r/704856

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, WDoranWMF, Kent7301, 
holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, Gaboe420, Jony, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, Lewizho99, Maathavan, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-26 Thread Ladsgroup
Ladsgroup added a comment.


  In T285987#7227115 , 
@Kormat wrote:
  
  > In T285987#7215913 , 
@Ladsgroup wrote:
  >
  >> My guess would be that this will remove around a couple tens of millions 
of PC entries from there (we can do a check how many wikidata entries there, 
let me know if want to check that).
  >
  > I'd definitely be interested in that number!
  
  I just looked at our ParserCache keys (dumped three random dbs from pc1007):
  
  - It says pc1007 has 260M entries in total (130M parsercache values)
  - Out of those 24.4M entries belong to wikidata (12.2M parsercache entry)
  
  We wouldn't fully remove all wikidata parsercache entries, but it's safe to 
assume it'll be most of them meaning 10% of PC will be cleaned.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: danshick-wmde, RShigapov, Kormat, Marostegui, LSobanski, Ladsgroup, 
tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, WDoranWMF, Kent7301, 
holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, Gaboe420, Jony, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, Lewizho99, Maathavan, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-21 Thread Kormat
Kormat added a comment.


  In T285987#7215913 , 
@Ladsgroup wrote:
  
  > My guess would be that this will remove around a couple tens of millions of 
PC entries from there (we can do a check how many wikidata entries there, let 
me know if want to check that).
  
  I'd definitely be interested in that number!

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Kormat
Cc: Kormat, Marostegui, LSobanski, Ladsgroup, tstarling, 
Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, Aklapper, 
Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, WDoranWMF, Kent7301, holger.knust, 
EvanProdromou, joker88john, CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, Lewizho99, Maathavan, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-21 Thread LSobanski
LSobanski updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: LSobanski
Cc: Marostegui, LSobanski, Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, 
Michael, Tarrow, daniel, Krinkle, Addshore, Aklapper, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, WDoranWMF, Kent7301, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-21 Thread LSobanski
LSobanski updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: LSobanski
Cc: Marostegui, LSobanski, Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, 
Michael, Tarrow, daniel, Krinkle, Addshore, Aklapper, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, WDoranWMF, Kent7301, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-19 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Marostegui, LSobanski, Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, 
Michael, Tarrow, daniel, Krinkle, Addshore, Aklapper, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, WDoranWMF, Kent7301, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-15 Thread Ladsgroup
Ladsgroup added subscribers: LSobanski, Marostegui.
Ladsgroup added a comment.


  I just want to say that I think the effect on readers will be negligible, 
HTML of entity content comparing to wikitext is much faster to produce.
  
  Also there is a rather major benefit from this that is not mentioned in the 
ticket, the ParserCache database is currently under pressure and as result they 
reduced its expiry time from 30 days to 22 days and this work will clearly help 
with that. (cc. @Marostegui @LSobanski). My guess would be that this will 
remove around a couple tens of millions of PC entries from there (we can do a 
check how many wikidata entries there, let me know if want to check that).

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Marostegui, LSobanski, Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, 
Michael, Tarrow, daniel, Krinkle, Addshore, Aklapper, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, WDoranWMF, Kent7301, holger.knust, EvanProdromou, joker88john, 
CucyNoiD, Nandana, Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-15 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, 
Krinkle, Addshore, Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, WDoranWMF, 
Kent7301, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
Gaboe420, Jony, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, Lewizho99, Maathavan, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-15 Thread gerritbot
gerritbot added a comment.


  Change 704856 had a related patch set uploaded (by Ladsgroup; author: 
Ladsgroup):
  
  [mediawiki/extensions/Wikibase@master] [POC] Set $generateHtml to false in 
EntityContent
  
  https://gerrit.wikimedia.org/r/704856

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, 
Krinkle, Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, 
holger.knust, EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-14 Thread Addshore
Addshore triaged this task as "Medium" priority.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, 
Krinkle, Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, 
holger.knust, EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-14 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Ladsgroup, tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, 
Krinkle, Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, 
holger.knust, EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-14 Thread Addshore
Addshore added a project: Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, 
Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, holger.knust, 
EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-13 Thread tstarling
tstarling added a comment.


  In T285987#7191372 , 
@Addshore wrote:
  
  > Adding #platform_engineering 
 to get some input 
and thoughts on this topic from mediawiki folks that know more about something 
that might be missing, or thoughts on implementation.
  
  It's more @daniel's area, but for what it's worth, I'd rather review this 
once there is a patch in Gerrit, since that will clarify things, and it sounds 
like it will be a pretty small change.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: tstarling
Cc: tstarling, Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, 
Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, holger.knust, 
EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  We need to watch out that link tables etc. are still populated even when we 
don’t generate HTML. (So if I remember the interfaces correctly, we still need 
to generate //`ParserOutput`// with all its metadata, just without HTML inside 
it.)

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Michael, Tarrow, daniel, Krinkle, Addshore, 
Aklapper, Invadibot, maantietaja, Akuckartz, WDoranWMF, holger.knust, 
EvanProdromou, Nandana, Jony, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-02 Thread Krinkle
Krinkle edited projects, added Performance-Team (Radar); removed Performance 
Issue.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krinkle
Cc: Michael, Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, 
maantietaja, Akuckartz, WDoranWMF, holger.knust, EvanProdromou, Nandana, Jony, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Mbch331, Dinoguy1000, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-01 Thread Addshore
Addshore added a project: Platform Engineering.
Addshore added a comment.


  Adding #platform_engineering 
 to get some input 
and thoughts on this topic from mediawiki folks that know more about something 
that might be missing, or thoughts on implementation.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, WDoranWMF, holger.knust, EvanProdromou, Nandana, lucamauri, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-01 Thread Addshore
Addshore added a project: Performance Issue.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, WDoranWMF, holger.knust, EvanProdromou, Nandana, lucamauri, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-01 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-01 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-01 Thread Addshore
Addshore added a project: MediaWiki-extensions-WikibaseRepository.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-01 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285987: Do not generate full html parser output at the end of Wikibase edit requests

2021-07-01 Thread Addshore
Addshore created this task.
Addshore added projects: Wikidata, wdwb-tech.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Introduction**
  
  During Wikibase local development we noticed something odd and slow
  
  1. Create some new wikibase items
  2. create a final wikibase item that refers to all of the other items you 
just wrote
  3. `derivedDataUpdater->prepareUpdate` and `derivedDataUpdater->doUpdates` 
are called, triggering parser output generation at the end of the same request 
edit request (which in wikibase ends up dong some amount of work)
  
  **Problem**
  
  Generation of HTML ends up being the "expensive" part of ParserOutput, as it 
needs to load data from a whole collection of other entities.
  There is secondary  storage and caching etc in place, but ideally, when not 
needed, we would not do this extra work. And if it is needed for some reason, 
we would not do it pre send in the API edit call.
  
  In many cases this HTML for the ParserOutput is not used immediately after 
the API request, as most edits on Wikidata.org are made by bots.
  Even for edits made by users, post edit they will not normally reload the 
page, as editing generally happens in JS with on page elements changing instead.
  For Wikibase 3rd party users that want to do large bulk imports of data this 
is an even more pressing issue, as they will often have less resource, speed, 
caching etc, and may not even have parser caching enabled, but post API request 
to edit a wikidata entity, they application will still go and generate this 
possible not needed html parser output.
  
  **Other details**
  
  For search indexing we already generate parser output with the `generate-html 
=> false` hint as part of T239931 .
  
  We already have a split aprser cache, but the canonical parser output is used 
for en page views, for example:
  
  - canonical `wikidatawiki:pcache:idhash:3369-0!termboxVersion=1!wb=3`
  - other `wikidatawiki:pcache:idhash:3369-0!termboxVersion=1!userlang=pt!wb=3`
  
  **Possible solution**
  
  If MediaWiki would ask the content type if html should be generated for it or 
not post edit, then we would be able to say that a ``generate-html => false` 
hint
  
  We already have a "hack" or 2 to change when parser output is or isn't 
cached, such as 
https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/c566765494f366c06b56a4ae3a2257d378b93222/repo/includes/Content/EntityContent.php#180
  
  I see the generateHtml thing again, no surprise it is true by default for the 
entityvie code path 
https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/c566765494f366c06b56a4ae3a2257d378b93222/repo/includes/Content/EntityContent.php#239
  4:24 PM 
  also I note 
https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/c566765494f366c06b56a4ae3a2257d378b93222/repo/includes/Content/EntityContent.php#180
  4:24 PM 
  So, this could be all solved, with a similar hack, in wikibase somehow maybe?
  4:25 PM 
  yes, sorry, there are the 2 parts, i wasn't very clear in my messages above. 
1) medaiwiki asks content types somehow if they need HTML for this post edit PO 
generation stage 2) similar hack so that if no html is generated, nothing is 
saved in the pcache
  4:30 PM 
  2 seems like the easy and clear bit now, but 1 is the main part
  4:30 PM  Timo Tijhof | https://timotijhof.net 
  Ah I see. Skip html generating during canonical parse for an edit but don't 
save it
  
  - Predicted impact**
  
  Yeah, you wanted api edits to do less work right?
  Yes
  
  that probably has soem knock on effects

TASK DETAIL
  https://phabricator.wikimedia.org/T285987

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Tarrow, daniel, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org