Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE added a comment.


  I think this is resolved – now the l10n cache is (still slowly ^^) rebuilt 
when needed instead:
  
    > $t1 = microtime( true ); $he = mws()->getLanguageFactory()->getLanguage( 
'he' ); $t2 = microtime( true ); echo ( $t2 - $t1 ) . PHP_EOL;
    0.0015640258789062
    > $t1 = microtime( true ); echo $he->formatNum( 0 ) . PHP_EOL; $t2 = 
microtime( true ); echo ( $t2 - $t1 ) . PHP_EOL;
    0
    0.0021600723266602
    > $t1 = microtime( true ); echo $he->formatDuration( 0 ) . PHP_EOL; $t2 = 
microtime( true ); echo ( $t2 - $t1 ) . PHP_EOL;
    0 שניות
    3.209841966629
  
  Let’s hope no issues are discovered during the train rollout.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Daimona, Michael, tstarling, Lucas_Werkmeister_WMDE, Aklapper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, Af420, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to