Hi friends! I wrote a huge library for TypeSense to use with Laravel Scout and I'm about to open source it very soon. However, first I need to implement it in my employer's project but they are very disappointed with the performance.
My script takes less than a millisecond to start up and get to the point of sending a query to my TypeSense instance. But, I measured that handling the query and getting a RAW response back takes a little more than a second!
The document schema is simple and there are no joins or anything for TS to handle. It runs in a Docker instance on a Apple M2 Pro machine.
Does anyone know what could be a bottleneck for the performance to be so bad?