Other / Developer / Show Performance
The Show Performance bookmarklet loads the performance-bookmarklet library to display detailed page performance metrics. Injects the external script from micmro.github.io which analyzes and displays performance data including navigation timing, resource timing, and various performance metrics. Includes error handling for CSP blocking with a fallback suggestion to manually run the script. Useful for diagnosing performance issues.
Run Show Performance
Test run or drag to
bookmarklets bar to install
javascript:%21function()%7Bvar%20o%3Ddocument.createElement(%22script%22)%3Bo.type%3D%22text%2Fjavascript%22%2Co.src%3D%22https%3A%2F%2Fmicmro.github.io%2Fperformance-bookmarklet%2Fdist%2FperformanceBookmarklet.min.js%22%2Co.onerror%3Dfunction()%7Balert(%27Looks%20like%20the%20Content%20Security%20Policy%20directive%20is%20blocking%20the%20use%20of%20bookmarklets%5Cn%5CnYou%20can%20copy%20and%20paste%20the%20content%20of%3A%5Cn%5Cn%22https%3A%2F%2Fmicmro.github.io%2Fperformance-bookmarklet%2Fdist%2FperformanceBookmarklet.min.js%22%5Cn%5Cninto%20your%20console%20instead%5Cn%5Cn(link%20is%20in%20console%20already)%27)%2Cconsole.log(%22https%3A%2F%2Fmicmro.github.io%2Fperformance-bookmarklet%2Fdist%2FperformanceBookmarklet.min.js%22)%7D%2Cdocument.getElementsByTagName(%22body%22)%5B0%5D.appendChild(o)%7D()%2Cconsole.log(%22%5CnSource%3A%20https%3A%2F%2Fgist.github.com%2FExplosion-Scratch%2Fc853c40e4c4c0b7ad74f7d8644c238ba%23show-performance%5CnBookmarklet%20name%3A%20performanceBookmarklet%5Cn%22)%3B
← Back to all bookmarklets