Skip to content

Discuss approach for improving experience of codes/search endpoint #91

Description

@corytak

I'm consistently getting 15s response times for the /codes/search endpoint. For reference, here's the body of the request:

{
	"term": "",
	"pagerSettings": {
		"currentPage": 1,
		"direction": "Asc",
		"itemsPerPage": 10,
		"orderBy": "name"
	},
	"summary": false
}

I can cache the first couple hundred results when the application loads, but as soon as a user searches for a code they'll need to wait for 15 seconds. Any thoughts on how this performance can be improved server side or the experience can improve for the user on the front end.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions