=== LLSpeed ===
Contributors: lllabs
Tags: performance, speed, optimization, cache, seo
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
Stable tag: 0.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Performance optimizer for WordPress. Disable bloat, lazy load images, DNS prefetch. Pro: font preloading, query string stripping, settings import/export.

== Description ==

**LLSpeed** speeds up WordPress by removing unnecessary scripts, styles, and features with a simple checkbox UI — no configuration files, no CLI.

**Free features**

* Disable emoji detection scripts
* Disable oEmbed
* Disable XML-RPC
* Disable WordPress Heartbeat (admin and/or frontend)
* Disable Dashicons on the frontend (logged-out users)
* Remove jQuery Migrate
* Disable RSS feeds
* Disable comments on the frontend
* Disable post revisions
* Disable autosave
* Lazy load images (adds `loading="lazy"` to attachment images and content `<img>` tags)
* DNS prefetch + preconnect hints (textarea of URLs printed in `<head>`)

**Pro (requires LLLabs account)**

* Preload fonts (`<link rel="preload" as="font">` for any URL list)
* Strip query strings from script/style URLs for better CDN cache hit rates
* Unload Block Library CSS on the frontend
* Settings import and export (JSON)

Learn more at [llspeed.lllabs.org](https://llspeed.lllabs.org).

== Installation ==

1. Upload the `llspeed` folder to `/wp-content/plugins/`, or install the zip via Plugins → Add New → Upload.
2. Activate **LLSpeed** in the Plugins screen.
3. Go to **LLSpeed → Settings** and enable the optimizations you need.
4. Optional: go to **LLSpeed → License** and connect your LLLabs account to unlock Pro.

== Changelog ==

= 0.2.1 =
* Dedupe peer deps di admin-ui in Vite.

= 0.2.0 =
* Checkout di admin-ui nei workflow Risolve npm install fallito su file:../lllabs-admin-ui in Actions.
* Pipeline zip, update metadata e CI Aggiunge packaging, Actions release/ci, smoke PHPUnit e asset plugin-info per gli aggiornamenti WP.
* SuperCard, License e i18n welcome Allinea Home/License agli altri plugin, rimuove Account & Connect e aggiorna i cataloghi.
* Home welcome, Account Connect e kit condiviso Aggiunge overview ottimizzazioni, tab Account free forever e @lllabs/admin-ui.
* Sblocca LLSpeed free forever con admin React Tutte le ottimizzazioni sono libere; UI autosave, import/export e hub LLLabs senza gating Pro.
* Bootstrappa il plugin LLSpeed Ottimizzazioni performance, Connect/licenza e credit footer su lucalodi.xyz.

= 0.1.0 =
* Initial release.

== Upgrade Notice ==

= 0.2.1 =
Dedupe peer deps di admin-ui in Vite. Recommended update.

= 0.2.0 =
Checkout di admin-ui nei workflow Risolve npm install fallito su file:../lllabs-admin-ui in Actions. Update recommended to get the new features.
