tmp-platform-swr/index.php

4 lines
117 B
PHP
Raw Normal View History

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