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