Di sebagian besar (jika tidak semua) file Magento, ada penafian yang dikomentari:
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
*/
Ada juga kode di beberapa tema yang berkomentar atau menambahkan komentar:
// echo "PickupAtStore.days=[" . implode(',', $data) . "]\r\n</script>";
atau
// Following code does X
Saya tahu bahwa php tidak akan menjalankannya, tetapi saya tidak yakin apakah dengan menghapus semua komentar yang tidak perlu ini akan mempercepat situs web?