public function SiteAuditCheckFrontEndGooglePageSpeed::getDescription in Site Audit 8.2
Implements \SiteAudit\Check\Abstract\getDescription().
Overrides SiteAuditCheckAbstract::getDescription
File
- Check/
FrontEnd/ GooglePageSpeed.php, line 22 - Contains \SiteAudit\Check\Insights\Analyze.
Class
- SiteAuditCheckFrontEndGooglePageSpeed
- Class SiteAuditCheckFrontEndGooglePageSpeed.
Code
public function getDescription() {
return dt('Analysis by the Google PageSpeed Insights service');
}