Trong hầu hết (nếu không phải tất cả) các tệp Magento, có các từ chối nhận xét:
/**
* 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.
*
*/
Ngoài ra còn có mã trong một số chủ đề được nhận xét hoặc thêm nhận xét:
// echo "PickupAtStore.days=[" . implode(',', $data) . "]\r\n</script>";
hoặc là
// Following code does X
Tôi biết rằng php sẽ không thực thi nó, nhưng tôi không chắc nếu loại bỏ tất cả những bình luận không cần thiết này sẽ tăng tốc một trang web?