Static HTML
<html>
<head>
<title>Test</title>
</head>
<body>
Hello World
</body>
</html>
Performance
Response time:		        0.01 secs
Transaction rate:	      611.78 trans/sec
Trivial PHP
<html>
<head>
<title><?php echo 'Test'?></title>
</head>
<body>
<?php echo 'Hello World' ?>
</body>
</html>
Performance
Response time:		        0.01 secs
Transaction rate:	      606.77 trans/sec