Skip to content

Sends profiling information as a Server Timing HTTP header to the browser

License

Notifications You must be signed in to change notification settings

mzeis/Mzeis_ServerTiming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mzeis_ServerTiming

Server-Timing in action in Chrome

Small Magento 1 example extension that shows how Varien_Profiler information can be sent to the browser using the Server-Timing HTTP header so profiling info can be displayed e.g. by Google Chrome.

Note: this is only an example, so don't use it in production! As soon as Varien_Profiler::getTimers() returns values they will be sent in the browser, no checking of IPs or similar going on.

Thanks Christian Münch for the inspiration!

Installation

Install this extension using Composer and modman. In your composer.json, add an entry like this:

"require": {
    "mzeis/mzeis_server-timing": "v1.0.0"
},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/mzeis/Mzeis_ServerTiming"
    }
]

Known issues

This won't work when Aoe_Profiler is enabled.

Also, at the time of writing Chrome like to truncate the string displayed in the Server Timing section.

About

Sends profiling information as a Server Timing HTTP header to the browser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages