Handbuch:$wgForceDeferredUpdatesPreSend
Performance-Hacks und Limits: $wgForceDeferredUpdatesPreSend | |
---|---|
Force deferred updates to be run before sending a response to the client, instead of attempting to run them after sending the response. |
|
Eingeführt in Version: | 1.38.0 (Gerrit change 761320; git #0ebf7786) |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Wahrheitswert) |
Standardwert: | false |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Force deferred updates to be run before sending a response to the client, instead of attempting to run them after sending the response.
Setting this to true
is useful for end-to-end testing, to ensure that the effects of a request are visible to any subsequent requests, even if they are made immediately after the first one.
Note however that this does not ensure that database replication is complete, nor does it execute any jobs enqueued for later.
There should be no reason to set this in a normal production environment.