mirror of
https://github.com/boostorg/website.git
synced 2026-01-24 18:32:38 +00:00
Locally, I'm seeing very large speed ups for redirect files which do little processing so loading the php is a large part of the expense. [SVN r65105]
10 lines
122 B
PHP
10 lines
122 B
PHP
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<?php $_file->content_head(); ?>
|
|
</head>
|
|
<body>
|
|
<?php $_file->content(); ?>
|
|
</body>
|
|
</html>
|