Feature request from cfcnn, posted on GitHub Oct 21, 2015
-
About produt images. When delete a product at the backend, the related product images are not deleted automatically, so that those useless images still occupy storage. Will Magento2 delete products and product images together?
If 3 images for each product, 500KB for each image, there are 1,000 deleted products, and the 3,000 images are not deleted together with products, they waste 1.4GB storage; If there are 10,000 items, that's 14GB... Magento users have to pay for that storage. And more and more time when backup or transfer website.
1,000 items × 3 images × 500 KB/image=1.4GB
10,000 items × 3 images × 500 KB/image=14GB
- The default customer registeration verification of Magento is too simple, it's unable to reject robot registration, it's a problem for world magento users, a number of robot registration makes database very large. And they leave batch comments with ad links automatically by soft, or send spam ad emails to other people through " Email to Friend".
Could magento2 add a google verification ReCaptcha to identify human or robot? ( as follows)
![recaptcha](https://cloud.githubusercontent.com/assets/15027055/10626566/ec329adc-77e2-11e5-9481-592d3a0eaad9.png)
![createaccount](https://cloud.githubusercontent.com/assets/15027055/10626569/fd387f90-77e2-11e5-8201-8a14e7fdd56f.png)
![review](https://cloud.githubusercontent.com/assets/15027055/10626583/16949f28-77e3-11e5-8fe4-7522bd9e1241.png)
![email](https://cloud.githubusercontent.com/assets/15027055/10626589/27ff16bc-77e3-11e5-84cc-8fac0040e26e.png)
![contactus](https://cloud.githubusercontent.com/assets/15027055/10626783/e29493b6-77e4-11e5-8df4-2ad74b6464b2.png)