Ghost/core/server/data
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
..
db Backup endpoint improvements (#9365) 2018-01-11 16:03:21 +01:00
export Backup endpoint improvements (#9365) 2018-01-11 16:03:21 +01:00
importer Improved memory usage in importer 2018-01-28 14:26:38 +01:00
meta Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
migrations Fixed 1.20 migration script 2018-01-09 21:38:13 +01:00
schema Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
validation Moved validateRedirects helper to data/validation 2017-12-14 11:55:10 +01:00
xml/sitemap Import lib/common only 2017-12-12 10:28:13 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00