rafark
Elite Member
- Jan 15, 2013
- 3,249
- 1,979
Been developing a WooCommerce plugin for a while and I'd like to know how many items per cart/order an average e-commerce store gets?
Is there a website that has this data? I'm assuming it varies by industry.
Why do I want to know? Basically I want to make sure the plugin I'm developing doesn't use too much memory (it has a very advanced filtering algorithm that relies on the subset sum problem which can generate hundreds or thousands of variations depending on the number of cart items (it grows exponentially)).
Is there a website that has this data? I'm assuming it varies by industry.
Why do I want to know? Basically I want to make sure the plugin I'm developing doesn't use too much memory (it has a very advanced filtering algorithm that relies on the subset sum problem which can generate hundreds or thousands of variations depending on the number of cart items (it grows exponentially)).