django-socialregistration
django-socialregistration copied to clipboard
Don't query GoogleProfile unnecessarily.
Requests that don't use Google authentication still query the google_googleprofile.
We run a hit traffic site with Google being one of our auth providers. However, most requests do not use it and we'd like to eliminate the redundant SQL queries.
Ping.