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

Implement Route Caching #143

Closed
scottoffen opened this issue Nov 3, 2016 · 0 comments
Closed

Implement Route Caching #143

scottoffen opened this issue Nov 3, 2016 · 0 comments
Assignees
Milestone

Comments

@scottoffen
Copy link
Owner

scottoffen commented Nov 3, 2016

Rather than do a lookup for every request, cache routing table subsets for requests for reuse.

  • Clear out cached subsets that aren't reused withing a given time span
  • Update cached subsets when changes are made to the routing table
  • Precache static assets this will be done in issue Support For Multiple Public Folders #79
@scottoffen scottoffen added this to the Backlog milestone Nov 3, 2016
@scottoffen scottoffen self-assigned this Nov 3, 2016
@scottoffen scottoffen modified the milestones: Backlog, 4.0.0.x Nov 4, 2016
@scottoffen scottoffen changed the title Route Caching Implement Route Caching Nov 18, 2016
scottoffen pushed a commit that referenced this issue Nov 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant