Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up API serialization #1959

Open
andrew opened this issue Feb 6, 2018 · 2 comments
Open

Speed up API serialization #1959

andrew opened this issue Feb 6, 2018 · 2 comments

Comments

@andrew
Copy link
Contributor

andrew commented Feb 6, 2018

According to appsignal, we spend quite a lot of time serialising api responses so switching to something other than Active Model Serializers could be a big performance win.

Netflix put out a new API serialiser that speeds things up but it changes the shape of the response which we don't want to do, maybe worth forking it? https://github.com/Netflix/fast_jsonapi

@shuheiktgw
Copy link

This seems quire interesting, let me work on this! 👍

@andrew andrew changed the title Use fast_jsonapi for API serialization Speed up API serialization Mar 19, 2018
@andrew
Copy link
Contributor Author

andrew commented Mar 19, 2018

Just updated this to something a little more broad as it doesn't look like fast_jsonapi will be a drop-in replacement

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

No branches or pull requests

2 participants