ember-learn / ember-jsonapi-docs

fixes up the ember docs generated by YUIDoc to be in JSONAPI format + some other niceties
9 stars 11 forks source link

More caching #7

Closed Gaurav0 closed 7 years ago

Gaurav0 commented 7 years ago

Currently the process of generating a db takes a very long time. We are caching downloaded builds, which prevents us from downloading again, but would it be possible to cache generated CouchDb documents to avoid redoing the expensive markdown to html conversion? These could be saved to json files and invalidated manually by deleting the temporary directory they are placed in.

sivakumar-kailasam commented 7 years ago

We moved away from couch to s3 and there are some caching steps through out the tool that has improved incremental generation.