33 define(
'MW_NO_SESSION', 1 );
35 define(
'MW_ENTRY_POINT',
'load' );
37 require __DIR__ .
'/includes/WebStart.php';
44 $services = MediaWikiServices::getInstance();
47 $services->getChronologyProtector()->setEnabled(
false );
49 $resourceLoader = $services->getResourceLoader();
53 $resourceLoader->respond( $context );
57 $profiler->setAllowOutput();
58 $profiler->logDataPageOutputOnly();
Context object that contains information about the state of a specific ResourceLoader web request.