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

feat: Improve perf, migrate query params to middleware #52

Merged
merged 1 commit into from
Aug 7, 2018

Conversation

trezm
Copy link
Collaborator

@trezm trezm commented Aug 7, 2018

This PR:

  • Allows the option to optimize for small requests via start_small_load_optimized
  • Moves query params into a middleware so not all routes are slowed by processing query parameters by default
  • Removes safety check from middleware. If, for example, a terminal piece of middleware calls next, you'll see an exception. This might be added back in in the future.
  • Adds a CONTRIBUTING.md file (Do you accept contributions? #51)

This PR:
- Allows the option to optimize for small requests via `start_small_load_optimized`
- Moves query params into a middleware so not all routes are slowed by processing query parameters by default
- Removes safety check from middleware. If, for example, a terminal piece of middleware calls next, you'll see an exception. This might be added back in in the future.
@trezm trezm added enhancement chore Something to do with the build or the repo in general labels Aug 7, 2018
@trezm trezm merged commit 0c98b08 into master Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Something to do with the build or the repo in general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant