Leverage query preparation
Opened this issue · 0 comments
SOF3 commented
Queries that do not change dynamically (basically all queries without list:
parameters) can be prepared into a mysqli_stmt
/Sqlite3Stmt
in advance. This reduces the CPU load and roundtrip time.