Take note that just instantiating V8 class / binary .so will add at least 5ms to your app/script runtime.
Test from LAN (minimum network latency):
PHP 7.0.x w/o instantiating V8JS class: 1ms
PHP 7.0.x with V8JS object: 6-7ms
Running V8 engine v5.8.0
It's not a big deal, but comparing to PhalconPHP framework which adds almost 0 additional latency at runtime, V8JS adds 5-6 times more of latency/overhead.