Benchmarking recommendations # It may be quite easy to end up making wrong conclusions about performance bottleneck after running benchmarks. Here are some recommendations to take into account when measuring performance with Acra: Make sure you created all needed indexes in a database (for encrypted columns, see searchable encryption). Make sure you reuse connections to AcraServer, otherwise the application will spend a lot of time just waiting for the connection to be created (this also crea...