#filter dumbComments emptyLines substitution // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/.
// Use software webrender on simulator due to missing APIs.
#if TARGET_OS_SIMULATOR
pref("gfx.webrender.software", true);
#endif
// Enable the restricted sandbox for content processes.
pref("security.sandbox.content.level", 1);
// Complete the page load progress bar at different places according to this pref. // See the possible values below: // 0 no change // 1 complete progressbar at DOMContentLoaded // 2 complete progressbar at first MozAfterPaint after DOMContentLoaded
pref("page_load.progressbar_completion", 2);
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.