mzeis / Mzeis_ServerTiming

Sends profiling information as a Server Timing HTTP header to the browser
MIT License
25 stars 3 forks source link

generate more than 1 Server-Timing header #2

Open DanielRuf opened 3 months ago

DanielRuf commented 3 months ago

It would be good to have it configurable, if one (big) or multiple (short) headers should be created.

https://github.com/mzeis/Mzeis_ServerTiming/blob/master/app/code/community/Mzeis/ServerTiming/Model/Observer.php#L31

mzeis commented 3 months ago

Hi @DanielRuf, thank you for your suggestion!

I don't work on Magento 1 shops (or have developer setups running) anymore. Would you be willing to provide a Pull Request?