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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,16 @@ These library was born to remove the scripts injected in the HTML only if a visi
43
43
**Cons:**
44
44
45
45
- no SPA navigation;
46
-
- no lazy-load for images (only if [native](https://web.dev/native-lazy-loading/), or with a custom `script`or with `selectorToKeep`);
46
+
- no lazy-load for images (available only if [native](https://web.dev/native-lazy-loading/), or with a custom `script`/ `selectorToKeep`, check the _configuration_);
47
47
- no `<client-only>`[html](https://nuxtjs.org/api/components-client-only/).
48
48
49
49
**Pro:**
50
50
51
51
- some of these features aren't "used by" a Bot or a Lighthouse Audit, so you don't really need them (ex. Bots doesn't need `SPA navigation`, `client-only` tags could lead in a slower TTI);
52
+
- you can "restore" lazy-load with a custom `script`, only for Bots;
52
53
- less HTML;
53
-
- is not considered [black-hat](https://www.wordstream.com/black-hat-seo) or [cloaking](https://en.wikipedia.org/wiki/Cloaking).
54
54
- BOTS only have the Javascript they need;
55
+
- is not considered [black-hat](https://www.wordstream.com/black-hat-seo) or [cloaking](https://en.wikipedia.org/wiki/Cloaking);
55
56
-[PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/), [Measure](https://web.dev/measure/) and [Lighthouse Audit in Chrome](https://developers.google.com/web/tools/lighthouse) are already triggered by the plugin without the needing of change any value;
0 commit comments