craftcms / spoke-and-chain

Craft CMS + Craft Commerce demo site.
https://craftcms.com/demo?kind=spokeandchain
BSD Zero Clause License
54 stars 28 forks source link

Reduce huge database size #147

Open MisterMike opened 7 months ago

MisterMike commented 7 months ago

Description

This is not a real bug, but it seems a little annoying (at least to me). When setting up a clone of this project, the database file seed.sql is not being replicated due to its size. Upon examining the database and its entries, it occurred to me that there are several hundert thousand addresses and customers entries which don't seem to offer any benefit for anyone wanting to set up a Craft CMS Commerce demo site.

By understanding the usefulness of seeded customers, addresses and orders, we might consider reducing that amount to just a few, shouldn't we ?

Steps to reproduce

  1. Clone project
  2. Download db seed file manually
  3. Import database
  4. Optionally see customers and addresses in CP

Additional info