diff --git a/extensions/yii/debug/controllers/DefaultController.php b/extensions/yii/debug/controllers/DefaultController.php index 5c3c444..f51bbd6 100644 --- a/extensions/yii/debug/controllers/DefaultController.php +++ b/extensions/yii/debug/controllers/DefaultController.php @@ -116,6 +116,7 @@ class DefaultController extends Controller $this->summary = $data['summary']; return; } + sleep(2); } throw new NotFoundHttpException("Unable to find debug data tagged with '$tag'.");