You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Richard Backhouse edited this page Jul 21, 2013
·
9 revisions
Using the NodeJS Zazl Optimizer
If you have NodeJS installed (requires version >= 0.6) you can try the Node.js Zazl Optimizer.
It supports :
Validation based caching.
Gzipping of the response where applicable using Node.js zlib support
The response can be javascript compressed by uglify-js
Resources and Analysis data are cached for better response times (The first request on server start will be the slowest but from then on request will be substantially faster).
Install it via npm :
npm install zazloptimizer
To try it out you can download the available examples, create an examples directory and unzip it into that.