derickr / vld

BSD 2-Clause "Simplified" License
464 stars 87 forks source link

How to see opcode after optimisation by Zend OPcache #41

Closed lyrixx closed 4 years ago

lyrixx commented 4 years ago

Hello @derickr

I'm able to see some optimization on CLI, but I guess some optimization are done only in certain context (FPM).

So I wonder where can I see the output in the web context (with FPM) to be sure some optimisation are done (or not)

Thanks

derickr commented 4 years ago

Sorry, I've only just now seen this.

As long as you have opcache.enable_cli=1, it shouldn't matter whether it is on CLI or in FPM. But make sure VLD is active after opcache.