Open SOF3 opened 3 years ago
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.
list:
mysqli_stmt
Sqlite3Stmt
Queries that do not change dynamically (basically all queries without
list:
parameters) can be prepared into amysqli_stmt
/Sqlite3Stmt
in advance. This reduces the CPU load and roundtrip time.