- 🇬🇧United Kingdom marcelovani London
This issue is for similar functionality https://www.drupal.org/project/xhprof/issues/3454210 ✨ Feature request: Ability to profile any page on demand Needs review
Currently there's basically an all or nothing for the profiling.
Enable it everywhere or nowhere - well there's an exception for admin paths ;)
It would be nice if we could use a cookie to enable the profiling for dedicated requests.
Add an option to only enable profiling if a specific cookie is set.
I suggest the cookie name XHProf_Profile
because this name is supported by browser extensions for Chrome and Firefox
The attached patch also adds a hook_uninstall()
implementation to clean the variables defined by this module.
Reviews needed.
New option on the settings page.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This issue is for similar functionality https://www.drupal.org/project/xhprof/issues/3454210 ✨ Feature request: Ability to profile any page on demand Needs review