Omega Web Apps Navigation
Omega Performance Engine — Documentation
Version 1.0.0 Omega Web Apps omegawebapps.com
Omega Performance Engine is a safe‑first performance optimization engine for WordPress. It controls scripts, styles, and HTML output while prioritizing compatibility and zero breakage across themes, builders, and plugins.
1. Feature Overview
1.1 HTML Output Normalization
Cleans and optimizes the final HTML output without breaking layout. The engine focuses on safe transformations that improve performance while preserving visual structure.
1.2 Script Control
Defers or conditions non‑critical scripts safely. This reduces render‑blocking JavaScript while avoiding common pitfalls that break interactive components.
1.3 Style Control
Optimizes CSS loading and removes unnecessary styles where safe to do so. The goal is to reduce CSS overhead without impacting layout integrity.
1.4 Safe‑First Philosophy
Every feature is designed with a “safety first” mindset. When in doubt, Omega Performance Engine prefers compatibility over aggressive optimization.
1.5 Theme‑Agnostic Design
Built to work with Elementor, Gutenberg, WPBakery, Divi, Bricks, and all major themes and builders. The engine operates on the rendered output, not on theme internals.
1.6 Black/Gold Dashboard
Ships with a premium black/gold dashboard UI consistent with the Omega Engine suite, providing a clear, modern control panel for all performance modes and toggles.
2. Installation Guide
2.1 Step 1 — Download the Plugin
Download the ZIP file from your Omega Web Apps / Alpha Omega Download Store account.
2.2 Step 2 — Upload to WordPress
- Go to Plugins → Add New.
- Click Upload Plugin.
- Select the downloaded ZIP file.
- Click Install Now.
2.3 Step 3 — Activate
After installation, click Activate Plugin to enable Omega Performance Engine.
2.4 Step 4 — Access the Dashboard
A new menu item AO Performance will appear in the WordPress admin sidebar. This is your main control panel for all performance features.
3. Setup Guide
3.1 Step 1 — Open the Dashboard
Navigate to AO Performance in the WordPress admin menu to access the main dashboard.
3.2 Step 2 — Choose a Performance Mode
Start with Conservative Mode for maximum compatibility. This mode applies safe optimizations that are unlikely to cause layout or script issues.
3.3 Step 3 — Enable Optional Features
Gradually enable script control, style control, and output optimization features. Turn on one feature at a time so you can easily identify any impact.
3.4 Step 4 — Test Your Site
After enabling features, test:
- Your homepage
- Elementor or other builder pages
- WooCommerce shop, product, and checkout pages
- Blog posts and archives
3.5 Step 5 — Adjust as Needed
If anything breaks or behaves unexpectedly, switch back to Conservative Mode or disable the last toggle you enabled. The engine is designed to be reversible and safe.
4. Frequently Asked Questions
4.1 Does this replace caching plugins?
No. Omega Performance Engine complements caching plugins and CDNs. It focuses on safe control of scripts, styles, and output, while caching handles storage and delivery.
4.2 Will this break Elementor?
Not when using Conservative Mode and enabling features gradually. The engine is designed to work with Elementor and other builders when configured carefully.
4.3 Does it modify my content?
No. It only optimizes the rendered output (HTML, scripts, styles) sent to the browser. Your stored content in the database remains unchanged.
4.4 Can I uninstall safely?
Yes. No permanent changes are made to your content. The uninstall handler is currently conservative and does not delete data, preparing for future safety and rollback features.
5. Troubleshooting
5.1 Layout Breaks After Enabling a Feature
Disable the last toggle you enabled and refresh the page. If needed, switch back to Conservative Mode and re‑enable features one by one.
5.2 Admin Area Slows Down
Ensure Omega Performance Engine is only applied to frontend requests. The engine is designed primarily for public‑facing pages, not the WordPress admin.
5.3 No Performance Improvement
Your server, CDN, or existing optimization stack may already be applying aggressive optimizations. In such cases, Omega Performance Engine still provides safety and control, but gains may be smaller.
5.4 White Screen or Fatal Error
If you encounter a white screen or fatal error, rename the plugin folder via FTP (for example, from omega-performance-engine to omega-performance-engine-disabled). This will disable the plugin immediately.
6. Support
For support, contact Omega Web Apps / Alpha Omega Limited via your customer dashboard.
When opening a ticket, include:
- WordPress version
- PHP version
- Theme name
- Active plugins
- Omega Performance Engine version
- Diagnostics output (if available)
7. Changelog
7.1 Version 1.0.0
- Initial consumer‑ready plugin structure created.
- Added full folder and file architecture.
- Added main plugin loader (
alpha-omega-performance-engine.php). - Added uninstall handler.
- Added documentation files (installation, setup, features, troubleshooting, FAQ, screenshots, video walkthrough, support).
- Prepared for UI/UX implementation in the next development stage.