Magento2 – How to get Image Size?
For Image optimisation, I want’t to get Product Image Size. (Either in KB or MB etc.) Ex: 6 KB, 6KB,5KB etc. I am using following code on root path. <?php error_reporting(1); ini_set(‘max_execution_time’, 0); use MagentoFrameworkAppBootstrap; require __DIR__ . ‘/app/bootstrap.php’; $bootstrap… Read More »Magento2 – How to get Image Size?