Skip to content

Commit 1441028

Browse files
committed
docs: updated documentation
1 parent 7aca1c9 commit 1441028

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ These library was born to remove the scripts injected in the HTML only if a visi
4343
**Cons:**
4444

4545
- 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_);
4747
- no `<client-only>` [html](https://nuxtjs.org/api/components-client-only/).
4848

4949
**Pro:**
5050

5151
- 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;
5253
- less HTML;
53-
- is not considered [black-hat](https://www.wordstream.com/black-hat-seo) or [cloaking](https://en.wikipedia.org/wiki/Cloaking).
5454
- 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);
5556
- [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;
5657
- fast TTI, fast FCP, fast FMP, *fast all*.
5758

0 commit comments

Comments
 (0)