honglio / niukj

An Online Authoring Platform - write & present & share your slide
http://www.niukj.com
Other
0 stars 0 forks source link

cache json response in data api #86

Closed honglio closed 9 years ago

honglio commented 9 years ago
res.setHeader('Cache-Control', 'public, max-age=86400');
res.json(jsonResponce);
honglio commented 9 years ago

We need to consider which one to cache. In this project, only articles/slides needs to be cached. Unfortunately, we use server-side render to create the page. so no json is able to be cached. This create security for our data, but bad for server's efficiency.