With php56w, your apache setup is using mod_php, which embedded PHP engine into Apache server process.
PHP LiteSpeed SAPI run PHP in its own process, the server need to communicate with lsphp processes through socket IPC, so there is a lot of process context switching between lshttpd and lsphp...