-
Now the APM Node.js data collector use the Event: 'request' to generate the method trace of the request. Now the Event: 'request' only can get the data of export functions (method) and supported event…
-
We need to have some kind of tooling for development purposes which can provide information on performance issues and bottlenecks
We also need to extend the tests to ensure that this profiling work…
-
I hope you'll look into this.
There is a big performance bottleneck when using java javascript engine. I also tried the nashorn for java 8, which improved performance but it is still slow.
I just bo…
-
We are trying to test out feed performance with 12 container nodes and 10 content nodes, running on on-prem hosts with 8 cores. We are running 12 feed clients concurrently, with a maximum of 4 conn…
-
add a section in docs with best practices and tips to improve performance
a few sample points:
- analyzing queries to figure out bottlenecks
- setting up db indexes
- combining multiple reques…
-
For S3 file transfer performance, the S3 objects prefix structure is the key for high performance.
Do you know how the folder structure on S3 is laid out? Is that using a simple hierarchical di…
-
Neoclassical stuff will be bottlenecked by root finding. The PR that closes this issue will resolve this, and the benefits should assist any other objective that requires a coordinate mapping.
The …
-
Looking through the source for this library, I found a few places that (at least in Chrome 66) you could improve the performance. I haven't done a full audit looking for bottlenecks, but this is a qui…
-
We would like to create a standalone compliance and performance benchmarking suite which works generically with any HTTP proxy. The idea would be that a client and server application would orchestrate…
-
## What
Construct realistic worst-case test and profile it, generating issues for any performance bottlenecks.
## Why
OpenAssetIO is likely to be used in hot code paths, e.g. graph processing…