Skip to content

Make getAllWords endpoint faster #39

@csrs

Description

@csrs

It has an "n+1" error currently.

word.meanings[0] and word.meanings[0].translations[0] are not eagerly loaded (they do a new query).

Make it fetch in groups, because I'll add pagination to the table in the FE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions