AOE Profiler not displaying in footer

The latest version of AoE_Profiler does not render the profiler in the footer anymore.

You should still be able to check it in the backend via System -> AOE Profiler


Which version of AOE Profiler are you using? version 0.4.0 wasn't to my liking either as the profiling is stored in BLOBs in the DB instead of just on screen like previous version version 0.3.0 and below.

If you are using v0.4.0 make sure you have the aoe_profiler.xml mentioned in the proper location and is configured properly, etc:

  • https://github.com/AOEpeople/Aoe_Profiler/blob/master/var/aoe_profiler.xml.sample

You may try that version as the versions are tagged in the github account. Also try and use ?profiler=1 as David mentioned if it still isn't triggered then there is most likely a conflict or the footer block itself has been rewritten and the module isn't able to hook into it properly. Try using the default theme/template temporarily to verify such is a quick easy way to tell.

...and last you may want to open an issue on github as you'll most likely get better support from the devs than here: https://github.com/AOEpeople/Aoe_Profiler/issues


This could be quite a few things, but just to get these out of the way:

  • Did you run $ modman deploy Aoe_Profiler? (check that you have an entry for AOE Profiler in the System menu)
  • Did you add "?profile=1" to the end of the url you're profiling?