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 Caching for the RESTful API #10

Open
h9k opened this issue Mar 27, 2012 · 0 comments
Open

Implement Caching for the RESTful API #10

h9k opened this issue Mar 27, 2012 · 0 comments
Assignees
Milestone

Comments

@h9k
Copy link
Owner

h9k commented Mar 27, 2012

The RESTful API currently does not cache any requests.
On a highly frequented installation this would produce unnecessary high amount of SQL queries and thus a higher server load.
Proper caching (per RFC) should improve the situation.
Since the Restler libraries do not include caching, either we modify Restler or we find a better library that does cache.

@ghost ghost assigned h9k Mar 27, 2012
@fgrosswig fgrosswig mentioned this issue Sep 6, 2013
@h9k h9k modified the milestones: 0.9-rc, 2.0 Sep 23, 2014
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