Skip to content

Best practice 2 Evaluate dataloader #195

@barbara79

Description

@barbara79

Lets suppose the following use case, the user makes a request to product with id=1, 5 times in 50ms, and that the request takes 100ms. in this case we end-up with 5 requests to the same resource which add useless load on CTP.

In order to solve this problem, we can use dataloader which would allow us to use only 1 platform request to resolve all the pending calls.

linked to #192

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions