39 $config = $this->context->getConfig();
42 $config->get(
'DebugToolbar' ) ==
false &&
43 $this->page->checkTouched()
46 $redirFromTitle = $this->page->getRedirectedFrom();
47 if ( !$redirFromTitle ) {
48 $touched = $this->page->getTouched();
49 } elseif ( $config->get(
'MaxRedirects' ) <= 1 ) {
50 $touched = max( $this->page->getTouched(), $redirFromTitle->getTouched() );
57 if ( $touched && $this->
getOutput()->checkLastModified( $touched ) ) {
58 wfDebug( __METHOD__ .
": done 304\n" );