-
Notifications
You must be signed in to change notification settings - Fork 20
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
Look into performance of Tastypie #2262
Comments
Calls to the old API can result in unfiltered queries for all projects and/or users. The following line is one likely source (akvo/api/fields.py line 98):
|
damienallen
added a commit
that referenced
this issue
Jun 30, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
Test plan
|
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 6, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 11, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 11, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 14, 2016
KasperBrandt
added a commit
that referenced
this issue
Jul 14, 2016
damienallen
added a commit
that referenced
this issue
Jul 14, 2016
[#2262] Remove Tastypie and convert old links to DRF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should look into the Tastypie API and see whether it causes some of RSR's performance issues.
The text was updated successfully, but these errors were encountered: