vbauer / manet

Website screenshot service powered by Node.js, SlimerJS and PhantomJS
MIT License
576 stars 102 forks source link

Provide disk-cache support #84

Closed nathandunn closed 7 years ago

nathandunn commented 7 years ago

phantomjs caches javascript files using the disk-cache parameter: http://phantomjs.org/api/command-line.html

--disk-cache=[true|false] enables disk cache (at desktop services cache storage location, default is false). Also accepted: [yes|no].

I would like to be able to turn this on.

aubergene commented 7 years ago

You add command flags as part of the phantomjs command in default.yaml

nathandunn commented 7 years ago

I see it now in the documentation. Thanks.