Page MenuHomePhabricator
Paste P52867

Boring details for T344362#9235624
ActivePublic

Authored by Lucas_Werkmeister_WMDE on Oct 9 2023, 1:46 PM.
Tags
None
Referenced Files
F38167293: Boring details for T344362
Oct 9 2023, 1:46 PM
Subscribers
Item page (https://test.wikidata.org/wiki/Q232497):
before doing anything:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=1!wb=3 and timestamp 20231009104200 and revision id 656129. Rendering was triggered because: page-view
-->
after deploying the change to mwdebug2002:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=1!wb=3 and timestamp 20231009104200 and revision id 656129. Rendering was triggered because: page-view
-->
after loading a mobile page view:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=22!wb=3!wbMobile=1 and timestamp 20231009133253 and revision id 656129. Rendering was triggered because: page-view
-->
after loading a desktop page view again:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=1!wb=3!wbMobile=0 and timestamp 20231009133349 and revision id 656129. Rendering was triggered because: page-view
-->
Property page (https://test.wikidata.org/wiki/Property:P97948):
before doing anything:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=1!wb=3 and timestamp 20231009104204 and revision id 656130. Rendering was triggered because: page-view
-->
after deploying the change to mwdebug2002:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=1!wb=3 and timestamp 20231009104204 and revision id 656130. Rendering was triggered because: page-view
-->
after loading a mobile page view:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=22!wb=3!wbMobile=1 and timestamp 20231009133319 and revision id 656130. Rendering was triggered because: page-view
-->
after loading a desktop page view again:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=1!wb=3!wbMobile=0 and timestamp 20231009133404 and revision id 656130. Rendering was triggered because: page-view
-->
Lexeme page (https://test.wikidata.org/wiki/Lexeme:L4179):
before doing anything:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009132412 and revision id 656131. Rendering was triggered because: page-view
-->
after deploying the change to mwdebug2002:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009132412 and revision id 656131. Rendering was triggered because: page-view
-->
after loading a mobile page view:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3!wbMobile=1 and timestamp 20231009133334 and revision id 656131. Rendering was triggered because: page-view
-->
after loading a desktop page view again:
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3!wbMobile=0 and timestamp 20231009133416 and revision id 656131. Rendering was triggered because: page-view
-->

Event Timeline

Lucas_Werkmeister_WMDE changed the title of this paste from Boring details for T344362 to Boring details for T344362#9235624.

Even more boring details – I also made these requests with curl:

desktop item
$ # before anything
$ curl -si https://test.wikidata.org/wiki/Q232497 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: hit-front
server-timing: cache;desc="hit-front", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=1!wb=3 and timestamp 20231009104200 and revision id 656129. Rendering was triggered because: page-view
 -->
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.wikidata.org/wiki/Q232497 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=1!wb=3 and timestamp 20231009104200 and revision id 656129. Rendering was triggered because: page-view
 -->
$ # after deploying
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.wikidata.org/wiki/Q232497 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=1!wb=3 and timestamp 20231009104200 and revision id 656129. Rendering was triggered because: page-view
 -->
desktop property
$ # before anything
$ curl -si https://test.wikidata.org/wiki/Property:P97948 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: miss
server-timing: cache;desc="miss", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=1!wb=3 and timestamp 20231009104204 and revision id 656130. Rendering was triggered because: page-view
 -->
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.wikidata.org/wiki/Property:P97948 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=1!wb=3 and timestamp 20231009104204 and revision id 656130. Rendering was triggered because: page-view
 -->
$ # after deploying
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.wikidata.org/wiki/Property:P97948 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=1!wb=3 and timestamp 20231009104204 and revision id 656130. Rendering was triggered because: page-view
 -->
desktop lexeme
$ # before anything
$ curl -si https://test.wikidata.org/wiki/Lexeme:L4179 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: miss
server-timing: cache;desc="miss", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009104208 and revision id 656131. Rendering was triggered because: page-view
 -->
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.wikidata.org/wiki/Lexeme:L4179 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009130010 and revision id 656131. Rendering was triggered because: page-view
 -->
$ # after deploying
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.wikidata.org/wiki/Lexeme:L4179 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009133109 and revision id 656131. Rendering was triggered because: page-view
 -->
mobile item
$ # before anything
$ curl -si https://test.m.wikidata.org/wiki/Q232497 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: miss
server-timing: cache;desc="miss", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=22!wb=3 and timestamp 20231009125945 and revision id 656129. Rendering was triggered because: page-view
 -->
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.m.wikidata.org/wiki/Q232497 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=22!wb=3 and timestamp 20231009125945 and revision id 656129. Rendering was triggered because: page-view
 -->
$ # after deploying
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.m.wikidata.org/wiki/Q232497 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326557-0!termboxVersion=22!wb=3 and timestamp 20231009125945 and revision id 656129. Rendering was triggered because: page-view
 -->
mobile property
$ # before anything
$ curl -si https://test.m.wikidata.org/wiki/Property:P97948 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: miss
server-timing: cache;desc="miss", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=22!wb=3 and timestamp 20231009125955 and revision id 656130. Rendering was triggered because: page-view
 -->
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.m.wikidata.org/wiki/Property:P97948 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=22!wb=3 and timestamp 20231009125955 and revision id 656130. Rendering was triggered because: page-view
 -->
$ # after deploying
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.m.wikidata.org/wiki/Property:P97948 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326558-0!termboxVersion=22!wb=3 and timestamp 20231009125955 and revision id 656130. Rendering was triggered because: page-view
 -->
mobile lexeme
$ # before anything
$ curl -si https://test.m.wikidata.org/wiki/Lexeme:L4179 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: miss
server-timing: cache;desc="miss", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009130010 and revision id 656131. Rendering was triggered because: page-view
 -->
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.m.wikidata.org/wiki/Lexeme:L4179 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009132213 and revision id 656131. Rendering was triggered because: page-view
 -->
$ # after deploying
$ curl -H 'X-Wikimedia-Debug: backend=mwdebug1001.eqiad.wmnet' -si https://test.m.wikidata.org/wiki/Lexeme:L4179 | grep -iA1 -e '^x-cache-status' -e 'saved in parser cache'
x-cache-status: pass
server-timing: cache;desc="pass", host;desc="cp3069"
--
<!-- Saved in parser cache with key testwikidatawiki:pcache:idhash:326559-0!wb=3 and timestamp 20231009133123 and revision id 656131. Rendering was triggered because: page-view
 -->

If you look closely, you’ll notice that I targeted the wrong mwdebug server (1001 instead of 2002 – I copied the -H option from Wikitech without adjusting it), so the difference between “before” and “after” is of very limited usefulness (“after deploying an unrelated server”). But at least it shows that the parser cache for both desktop and mobile was populated (observe the different termboxVersion, 1 vs. 22, for the item and property).

Alright, thanks!

That still leaves the conundrum of why it behaves that way. 🤔