Skip to content

Improve Performance by returning strings#192

Open
Hiro-Nakamura wants to merge 1 commit intomasterfrom
jh/performanceStringResults
Open

Improve Performance by returning strings#192
Hiro-Nakamura wants to merge 1 commit intomasterfrom
jh/performanceStringResults

Conversation

@Hiro-Nakamura
Copy link
Contributor

@Hiro-Nakamura Hiro-Nakamura commented Apr 11, 2025

I was noticing some Performance lags in our responses when our api_sails service handlers were having to JSON.parse() the responses before sending them off.

This patch will allow the service handlers to simply send back the strings un parsed.

However, this patch needs this PR in order to work.

Release Notes

  • [wip] improve performance on large json datasets by simply returning our results as strings.

Test Status

@Hiro-Nakamura Hiro-Nakamura added the patch Tag Pull Requests to trigger a patch version update label Apr 11, 2025
Copy link
Contributor

@jinzsom jinzsom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Tag Pull Requests to trigger a patch version update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants