Ghost/core
kirrg001 2a10c83d92 Improved memory usage in importer
no issue

- returning and remembering the data, which was imported, is...
  - not required when using the API
  - not required when importing via script
  - required for tests
  - added an option to have control over it
- make more usage of local variables
  - the GC cannot tidy up variables, which are defined outside of a loop, but used in the loop
- try to keep less memory in process
  - reduce the number of properties we have to remember
2018-01-28 14:26:38 +01:00
..
client@ca0ff2c87d Updated Ghost-Admin to 1.20.3 2018-01-23 16:26:10 +00:00
server Improved memory usage in importer 2018-01-28 14:26:38 +01:00
test Improved memory usage in importer 2018-01-28 14:26:38 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00