Skip to content

Faster parsing in Neos #9

@sirkitree

Description

@sirkitree

This issue is to discuss options for making the parsing in Neos faster for this project.

Currently it's doing two GET operations, and the second one run multiple times, one for each column (to get the cards).

This has visible lag in-world when processing as currently we ensure that processing halts until that data is returned.

My current idea is that we create a new endpoint in the middleware that, given a project id, would return both the columns and their individual cards and parse the whole load at once instead. This may be a little slower on the back-end, but visibly smoother in Neos.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions