You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
117 B
PHP

<?php
header('Cache-Control: max-age=20, stale-while-revalidate=80');
sleep(10);
print('This is a slow test.');