peripleo2
peripleo2 copied to clipboard
Performance profiling: slow queries
Figure out where the current bottlenecks are. E.g. the query "inscriptions" takes a long time to answer, even when the time histogram is not computed. Figure out where the slow bits are.
Note: in case of inscription
the response is 750kB, so delay might be due to sheer size - retrieval, entity resolution, JSON (de-)serialization, etc.