lonnieezell / codeigniter-forensics

A high-powered, customizable Profiler replacement for CodeIgniter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forensics not working when CI cache is active

mlieshout opened this issue · comments

The forensics profiler doesn't show up when the CI cache is active?
Is this how it is supposed to behave?

Regards,

Maarten

Since forensics is simply a replacement of CI's Profiler class, it won't show up anytime that it wouldn't show up.

IIRC, when using the Output lib's cache, it won't show a profiler at all, since it never gets that far in the execution process. So, Forensics wouldn't show up either.