On sites with multiple domains, it's cumbersome that you have to access the site from the domain to see performance results. It's impossible if you have a separate domain for the administration interface. I kept looking at my performance page expecting to see results, and was only seeing results from the domain that I was looking at.
I think the key should be configurable in settings.php, and use a fallback of using the domain.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | performance-1580018-key-variable.patch | 2.39 KB | q0rban |
Comments
Comment #1
q0rban commentedComment #2
malc0mn commentedThe best stuff is always the most simple. Thanks for the patch! Applied to D7 & D6 versions. Available in next release.
I moved it out of hook_boot() though and simply used:
instead of
Or did that all have a specific reason? variable_get() handles the isset() itself...