2022-02-02 01:30:24 +00:00
|
|
|
# This file declares MediaWiki scenarios for Fresnel, a web page performance
|
|
|
|
|
# monitoring tool. See <https://wikitech.wikimedia.org/wiki/Performance/Fresnel>.
|
|
|
|
|
|
2019-02-05 20:57:11 +00:00
|
|
|
warmup: true
|
2019-04-12 23:38:13 +00:00
|
|
|
runs: 7
|
2019-02-05 20:57:11 +00:00
|
|
|
scenarios:
|
2019-04-08 17:35:06 +00:00
|
|
|
Read a page:
|
2019-03-03 01:58:08 +00:00
|
|
|
# The only page that exists by default is the main page.
|
2019-04-03 14:25:49 +00:00
|
|
|
# But its actual name is configurable/unknown (T216791).
|
|
|
|
|
# Omit 'title' to let MediaWiki show the default (which is the main page),
|
2019-03-03 01:58:08 +00:00
|
|
|
# and a query string to prevent a normalization redirect.
|
|
|
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?noredirectplz"
|
2019-02-19 16:28:41 +00:00
|
|
|
viewport:
|
|
|
|
|
width: 1100
|
|
|
|
|
height: 700
|
|
|
|
|
reports:
|
|
|
|
|
- navtiming
|
|
|
|
|
- paint
|
|
|
|
|
- transfer
|
|
|
|
|
probes:
|
|
|
|
|
- screenshot
|
|
|
|
|
- trace
|
2019-03-03 01:58:08 +00:00
|
|
|
Load the editor:
|
|
|
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=edit"
|
2019-02-19 16:28:41 +00:00
|
|
|
viewport:
|
|
|
|
|
width: 1100
|
|
|
|
|
height: 700
|
|
|
|
|
reports:
|
|
|
|
|
- navtiming
|
|
|
|
|
- paint
|
|
|
|
|
- transfer
|
|
|
|
|
probes:
|
|
|
|
|
- screenshot
|
|
|
|
|
- trace
|
2019-04-08 17:35:06 +00:00
|
|
|
View history of a page:
|
|
|
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=history"
|
|
|
|
|
viewport:
|
|
|
|
|
width: 1100
|
|
|
|
|
height: 700
|
|
|
|
|
reports:
|
|
|
|
|
- navtiming
|
|
|
|
|
- paint
|
|
|
|
|
- transfer
|
|
|
|
|
probes:
|
|
|
|
|
- screenshot
|
|
|
|
|
- trace
|
2019-03-03 01:58:08 +00:00
|
|
|
View recent changes:
|
|
|
|
|
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:RecentChanges"
|
2019-02-05 20:57:11 +00:00
|
|
|
viewport:
|
|
|
|
|
width: 1100
|
|
|
|
|
height: 700
|
|
|
|
|
reports:
|
|
|
|
|
- navtiming
|
|
|
|
|
- paint
|
|
|
|
|
- transfer
|
|
|
|
|
probes:
|
|
|
|
|
- screenshot
|
|
|
|
|
- trace
|