대부분의 Magento 파일에는 다음과 같은 고지 사항이 있습니다.
/**
* 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.
*
*/
일부 테마에는 주석 처리되거나 주석을 추가하는 코드가 있습니다.
// echo "PickupAtStore.days=[" . implode(',', $data) . "]\r\n</script>";
또는
// Following code does X
나는 PHP가 그것을 실행할 수 없다는 것을 알고 있지만, 불필요한 의견을 모두 제거하여 웹 사이트 속도를 높일 지 확실하지 않습니까?