Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Kurt Payne

    (@kurtpayne)

    Hi Simon,

    From this screenshot, it looks like you may have some opcode optimization taking place. P3 may not be detecting your opcode cache / optimizer properly. Can you please set up a phpinfo page and e-mail the URL to kpayne -at- godaddy -dot- com so I can take a look for you?

    Thread Starter Simon Blackbourn

    (@lumpysimon)

    Thanks Kurt, I’ve just emailed you.

    Thread Starter Simon Blackbourn

    (@lumpysimon)

    Thanks very much Kurt, resolved by email.

    In case it’s useful for anyone, I needed to disable the Zend Opcache in PHP5.5 by adding the following line to any PHP ini file, then restarting PHP:

    opcache.enable = 0

    (Then not forgetting to re-enable it again after profiling!)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugin impact 71803.1%’ is closed to new replies.