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

Performance check #83

Closed
dennissiemensma opened this issue Mar 5, 2016 · 1 comment
Closed

Performance check #83

dennissiemensma opened this issue Mar 5, 2016 · 1 comment
Assignees
Milestone

Comments

@dennissiemensma
Copy link
Member

It's time to have the performance checked:

  • Check query count for alle pages.
  • Check query count for 'expensive' services.
  • Check database indexes and query duration.
@dennissiemensma dennissiemensma added this to the 0.14 (β) milestone Mar 5, 2016
@dennissiemensma dennissiemensma self-assigned this Mar 8, 2016
@dennissiemensma
Copy link
Member Author

Only found one issue:

  • History view executed a query for each day (max 35), now combined to single one.

Fixed it. Other pages were quite efficient with queries. I didn't check whether code can be optimized. Maybe later in a followup.

dennissiemensma added a commit that referenced this issue Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant