What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

hello spryker community, anyone using glue api? what is your performance experience with it?

UK7TM6CQJ
UK7TM6CQJ Posts: 123 πŸ§‘πŸ»β€πŸš€ - Cadet

hello spryker community, anyone using glue api? what is your performance experience with it?

Comments

  • UKHQ50XFX
    UKHQ50XFX Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited October 2019

    Hi Lucian, the performance is good in general. of course it's depending on your implementation.
    what you definitely have to keep in mind that (multiple) relationships (https://documentation.spryker.com/glue_rest_api/glue_api_developer_guides/glue-infrastructure.htm#resource-relationships) might cause a bunch of subsequent Zed calls for each entity. to prevent this and only get the data you need for your current request, use the ?include= parameter

  • UK7TM6CQJ
    UK7TM6CQJ Posts: 123 πŸ§‘πŸ»β€πŸš€ - Cadet

    hey, thank you for the reply, what does good performance mean?

  • UK7TM6CQJ
    UK7TM6CQJ Posts: 123 πŸ§‘πŸ»β€πŸš€ - Cadet

    of course zed calls are out of the question

  • UKHQ50XFX
    UKHQ50XFX Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet

    depending on the type of request, we usually have response times between 50ms and 550ms for GET endpoints (read-only) and up to 3s for POST endpoints (like checkout, cart).

  • UK7TM6CQJ
    UK7TM6CQJ Posts: 123 πŸ§‘πŸ»β€πŸš€ - Cadet

    catalog-search?

  • UKHQ50XFX
    UKHQ50XFX Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited October 2019

    it also depends on the query and the amount of response data. usually between 80ms and 800ms ...

  • UKHQ50XFX
    UKHQ50XFX Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet

    and it also depends on your index/mapping, of course