Set sqlite Pragma synchronous and temp_store to increase performance.
Set sqlite Pragma synchronous to OFF and temp_store to 2 in order to increase performance. Test shows improvement from 1.01s to 27ms only with synchronous set to off. Permissions to Connection.php must be set to write before saving is posible.