Aivenico commercial build: license server preconfigured to https://aivenico.com

=== Universal WP Speed Optimizer ===
Contributors: openai
Tags: performance, speed, core web vitals, lcp, lazy load, defer
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later

A compatibility-first WordPress performance plugin with safe defaults and opt-in advanced controls.

== Philosophy ==

There is no single safe "make every WordPress site 99" switch.

Themes, WooCommerce, LMS plugins, page builders, consent tools, chat widgets, sliders,
analytics, and cache/CDN products all create different dependency graphs.

This plugin therefore has two layers:

1. Safe defaults enabled immediately.
2. Advanced options disabled until the administrator measures a real bottleneck.

== Safe defaults ==

* Disable legacy emoji assets.
* Remove wp-embed.js.
* Remove Dashicons for logged-out visitors.
* Lazy-load iframe embeds in post/widget/block content.
* Disable frontend Heartbeat.
* Remove small legacy head tags.
* Optimize logged-out visitors only.

== Advanced features ==

* Optional exact LCP image preload.
* Optional preconnect origins.
* Optional font preloads.
* Conditional Contact Form 7 unloading.
* Conditional WooCommerce unloading outside commerce contexts.
* Conditional Gutenberg CSS unloading on non-block singular posts.
* Defer scripts by exact WordPress handle.
* Delay selected third-party scripts until interaction.
* Async-load CSS by exact WordPress handle.
* Optional critical CSS.

== Important compatibility notes ==

Do not use advanced CSS/JS unloading blindly.

For example:
* global WooCommerce mini carts may require WooCommerce assets on every page;
* navigation/menu scripts may break if deferred incorrectly;
* async-loading the main theme stylesheet can cause FOUC or CLS;
* an LCP image should generally not be lazy-loaded;
* page caching must be purged after changing optimization behavior.

== Cache plugins ==

This plugin is designed to coexist with WP Rocket, LiteSpeed Cache, Cloudflare and
similar products. It does not implement disk page caching, CDN delivery, Brotli/Gzip,
or server-level browser-cache rules because those are better handled by the web server,
host, CDN, or dedicated cache plugin.

== Installation ==

1. Upload the ZIP in WordPress > Plugins > Add New > Upload Plugin.
2. Activate.
3. Go to Settings > WP Speed Optimizer.
4. Leave the safe defaults enabled.
5. Purge all caches.
6. Test logged-out desktop and mobile.
7. Run PageSpeed Insights.
8. Enable advanced options only when a report identifies the corresponding bottleneck.

== Rollback ==

Deactivate the plugin and purge caches. The plugin does not modify theme files,
WordPress core, media files, or database schema.


== Usage Guide ==

A complete beginner-to-advanced usage guide is included inside the plugin package as USAGE-GUIDE.txt.

== License activation (v1.1.0) ==

Version 1.1.0 supports seller-controlled license activation through the companion
UWPSO License Manager plugin. Optimization features are disabled until a valid
license is activated for the current site.

Seller: configure license-config.php before distributing the plugin.
Customer: open Settings > WP Speed Optimizer and enter the supplied license key.

The license is validated against the seller's HTTPS WordPress license server and
bound to the normalized site URL. Validation is cached and rechecked by WP-Cron.
