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

Route caching built in #1258

Open
shopblocks opened this issue Jan 13, 2016 · 4 comments
Open

Route caching built in #1258

shopblocks opened this issue Jan 13, 2016 · 4 comments

Comments

@shopblocks
Copy link

The ability to define default route caching would be a useful feature for performance reasons.

@mariuswilms mariuswilms changed the title [enhancement] Route caching built in Route caching built in Jan 26, 2016
@shopblocks
Copy link
Author

Any thoughts on furthering this into 1.0 or 1.1?

@mariuswilms
Copy link
Member

As long as this is solvable in userland, it does not have a high priority.

@mariuswilms
Copy link
Member

@shopblocks When you test and make the following ready for the framework's 1.1 branch, i'll merge it:
UnionOfRAD/framework@11d8d7a

@simplyblubear
Copy link

Tested the code above on a project. The project had many routes with the same $template but different params, so the cache $key didn't work for me. So I did some adjustment and made it work but I did not get any performance gain (in fact, caching made it worse for me). But then again, I could be doing it wrong.

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

3 participants