perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 342 forks source link

Move Cache-Control header setup to routes #443

Closed glensc closed 2 years ago

glensc commented 2 years ago

Extracted from https://github.com/perftools/xhgui/pull/333

In Slim v3: This is due to the immutable response object, headers need to be set before calling the controller.