Skip to content

Create more optimized MovieVoteController().get_movies_for_server_vote() #94

@squirrelo

Description

@squirrelo

Every time someone clicks a vote , we query out every MovieVote, Movie, and IMDBInfo object separately to refresh, instead of doing a join and a single query to get the movie info and IMDB info together in a single row. We can optimize this from like, 10-20 queries per refresh to 2-3 if we do that join.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions