cancel
Showing results for 
Search instead for 
Did you mean: 

Ultra pipeline response time

petar_rajchinos
New Contributor III

Hi everyone,

I’m testing the Ultra feature performance and I’m finding a results that are not so satisfying.

  1. Using the new release 4.22 and even the old release 4.21 (including the patches):
    Simple pipeline containing only JSON Generator snap with the default Hello World output, Bearer token authentication, no query parameters, no additional URL paths in the request. I’m receiving minimum response time of 900 ms (it is sometimes going up to few seconds).
    I have tested the same pipeline on few organizations and using two REST clients (Postman, Advanced REST Client) but the results are same.

  2. Using the older release version 4.20. Few month ago, (I believe it was March) I was testing the same pipeline configuration in Ultra mode and I was receiving minimum response time of 400 ms.

I don’t believe that response time of 900 ms is acceptable for such a simple process.

Are there any tips and tricks that should be applied on the nodes/snaplex to improve the performance of the pipelines running in Ultra?
SnapLogic development team, Is this something that is due to some wrong configurations/setup on my environments or there is a change between the releases that is making an impact on the Ultra performance ?

7 REPLIES 7

murphy-brian
New Contributor III

We also saw this performance hit in the 4.21 upgrade but mostly using PATH parameters. First call you would see almost an 8 second hit and then any subsequent calls seemed normal. Change the path param value the 8 second hit came back. We reported this to support and it was acknowledge as a bug once we proved to them it was environmental. We just tested this with 4.22 after upgrading the plex environment in our dev environment. The initial problem does seem to be addressed but we are seeing more latency than before. Since it’s dev it difficult to truly tell if latency or normal. We typically have 200ms to 800ms response times depending on our pipeline. 800ms for just a JSON generator seems excessive. Have you reported that to Support?

Hi @murphy-brian,

Thank you for your reply. I’m still struggling with the above but the problem is also addressed to SnapLogic so waiting on some update.

When you look at the execution statistics in the pipeline runtime → Extra details, what are the runtimes shown there?
Are you using multiple instances of the Ultra pipeline?
Are you using a load balancer in front of your feedmaster ?
Is this running on a Groundplex or a Cloudplex?

Hi @cstewart

Thank you for your interest on this topic. Below are the answers of your questions.

  1. Extra details in the execution statistics
    image

  2. I’m using only one instance for this test pipeline but it is not something that is heavy used. I just occasionally triggering the pipeline from Postman to test the performances.

  3. Yes, I can see in the Manager that the field ultra load balancer is populated with some address.
    image

  4. This is running on Cloudplex.
    image

Please let me know if you need more details or if you find something that should be updated in order to improve the performance.