You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,49 +83,49 @@ Broken image check now also saves the status in the database.
73
83
74
84
The following changes have been made to classnames with abbreviations in the checks:
75
85
76
-
-`CCSSizeCheck` has been changed to `CssSizeCheck`
77
-
-`TTFBSizeCheck` has been changed to `TtfbSizeCheck`
78
-
-`HTMLSizeCheck` has been changed to `HtmlSizeCheck`
86
+
-`CCSSizeCheck` has been changed to `CssSizeCheck`
87
+
-`TTFBSizeCheck` has been changed to `TtfbSizeCheck`
88
+
-`HTMLSizeCheck` has been changed to `HtmlSizeCheck`
79
89
80
90
If you have scans saved in the database, please ensure you update the failed_checks column in the seo_scans table. The previous namespaces used in this column are no longer compatible.
81
91
82
92
### What's Changed
83
93
84
-
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/27
85
-
- Save broken link status code by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/28
86
-
- Reformat to abbrevation to lowercase by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/29
94
+
-Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/27
95
+
-Save broken link status code by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/28
96
+
-Reformat to abbrevation to lowercase by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/29
If you want to scan pages that are rendered using Javascript, for example Vue or React, you need to install Puppeteer. You can install it using the following command:
64
64
65
-
> If you want to know how to scan Javascript rendered pages, check out [Scanning routes in an SPA application](#scanning-routes-in-an-spa-application). Want to know more about Puppeteer? Check out the [Puppeteer documentation](https://pptr.dev/).
65
+
> If you want to know how to scan Javascript rendered pages, check out [Scanning routes in an SPA application](#scanning-routes-in-an-spa-application). Want to know more about Puppeteer? Check out the [Puppeteer documentation](https://pptr.dev/).
66
66
67
67
```bash
68
68
npm install puppeteer
@@ -283,6 +283,7 @@ When you want to save the SEO score to the database, you need to set the `save`
283
283
Optionally you can specify the database connection in the config file. If you want to save the SEO score to a model, you need to add the model to the `models` array in the config file. More information about this can be found in the [Check the SEO score of a model](#check-the-seo-score-of-a-model) section.
284
284
285
285
#### Pruning the database
286
+
286
287
Per default the package will prune the database from old scans. You can specify the number of days you want to keep the scans in the database. The default is 30 days.
287
288
288
289
If you want to prune the database, you need to add the prune command to your `App\Console\Kernel`:
0 commit comments