• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/speed.php
  • Класс: BitrixLandingHookPageSpeed
  • Вызов: Speed::enabled
public function enabled()
{
	if ($this->issetCustomExec())
	{
		return true;
	}

	if ($this->isPage())
	{
		return false;
	}

	return true;
}