summary_item(
				'php_php_requests',
				esc_html__( 'Requests/period', 'w3-total-cache' ),
				true,
				'',
				'#009900'
			);
			$this->summary_item(
				'php_php_requests_pagecache_hit',
				$php_php_requests_pagecache_hit_name
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss',
				esc_html__( 'Not cached', 'w3-total-cache' ),
				false,
				'',
				'#990000'
			);
			echo '
';
			$this->summary_item(
				'php_php_requests_pagecache_miss_404',
				'404',
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_404'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_ajax',
				'AJAX',
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_ajax'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_api_call',
				esc_html__( 'API call', 'w3-total-cache' ),
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_api_call'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_configuration',
				esc_html__( 'W3TC Configuration', 'w3-total-cache' ),
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_configuration'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_fill',
				esc_html__( 'Cache Fill', 'w3-total-cache' ),
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_fill'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_logged_in',
				esc_html__( 'Logged In', 'w3-total-cache' ),
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_logged_in'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_mfunc',
				'mfunc',
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_mfunc'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_query_string',
				esc_html__( 'Query String', 'w3-total-cache' ),
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_query_string'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_third_party',
				esc_html__( 'Third Party', 'w3-total-cache' ),
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_third_party'
			);
			$this->summary_item(
				'php_php_requests_pagecache_miss_wp_admin',
				'wp-admin',
				false,
				'ustats_php_php_requests_pagecache_miss_level2',
				'',
				'miss_wp_admin'
			);
			echo '
';
			?>