ppresume / community

Discussions, feedbacks, roadmaps, community.
57 stars 3 forks source link

perf: reduce bandwidth cost for some resumes API endpoints #40

Closed xiaohanyu closed 2 months ago

xiaohanyu commented 2 months ago

Description

Some resumes API endpoints do not really need to return pdf field as part of the response, which could drastically reduce the size and latency of response.

List of API endpoints that could be optimized:

[Optional] Possible Solutions

Acceptance Criteria

Todo list

NA

xiaohanyu commented 2 months ago

Done.

Before optimization

Image

Image

After optimization

Image

Image

xiaohanyu commented 2 months ago

Deployed on production and here are some result.

Before optimization

Image

Image

After optimization

Image

Image