Changes between Version 5 and Version 6 of OtherOpenSourceEcommerceSolutions
- Timestamp:
- 02/27/08 13:51:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OtherOpenSourceEcommerceSolutions
v5 v6 13 13 Our first site requirements (http://www.chalkface.com) put strong requirements on internal store design. Old site has already been running software which we developed, and was working very slow and unstable. We have decided that at least the following things should be done to improve speed of new e-commerce solution: 14 14 15 1. Sub-sequence SQL queries considered harmful. We decided that to speed things up we should not use additional attributes per product to reduce number of SQL calls.15 1. Sub-sequence SQL queries considered harmful. We decided that to speed things up we should not use additional attributes per product to reduce number of SQL calls. 16 16 2. Do not create multi-language support until one is required 17 17 3. Avoid any other unnecessary features, split out everything to modules (like multi-currency support) so only minimum comes to production.
