Engineering Reference

Infrastructure
Registry.

Comprehensive technical specifications for the Nexora Engine, covering SSG capture logic, Ghost Protocol implementation, and deployment protocols.

Deep-Dive
Protocols.

Nexora Engine is more than a caching layer. It's a fundamental architectural shift in how WordPress delivery is orchestrated.

Origin Isolation
Zero-Edge Latency
Atomic Rollbacks

Loopback Orchestration

$ ncx verify --loopback-signature

The mechanism that powers our SSG. When a publish event occurs, Nexora initiates an internal loopback request cryptographically signed with an HMAC-SHA256 signature. This ensures the Mothership can verify the request origin before capturing the DOM.

advanced-cache.php Drop-In

define('WP_CACHE', true);

Operating at the PHP-FPM bootstrap layer, our drop-in intercepts requests before WordPress core loads. It verifies the existence of a valid static snapshot on disk and serves it with 22ms latency, bypassing the database entirely.

Ghost Protocol Cloaking

Header set X-Powered-By 'Nexora Engine'

Beyond simple header removal, Nexora re-maps the internal WordPress namespace. Global variables like 'window.wp' are cloaked to 'window.ncx', and '/wp-content/' asset paths are obfuscated to prevent automated crawler detection.

Ready to
Initialize?

Start with an infrastructure audit to see the impact of Nexora on your current site.

Start Infrastructure Audit
CLI_INIT_PROTOCOL:
$ ncx init --core
Probing for advanced-cache.php...
OK :: SSG snapshot engine primed.
$ ncx capture --all