| Total Complexity | 2 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class FirstContentfulPaint extends Recommendation |
||
| 23 | { |
||
| 24 | // Constants |
||
| 25 | // ========================================================================= |
||
| 26 | |||
| 27 | const MAX_FIRST_CONTENTFUL_PAINT_TIME = 3 * 1000; |
||
| 28 | |||
| 29 | // Public Methods |
||
| 30 | // ========================================================================= |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | */ |
||
| 35 | public function evaluate() |
||
| 59 |