Infrastructure
Registry.
Comprehensive technical specifications for the Nexora Engine, covering SSG capture logic, Ghost Protocol implementation, and deployment protocols.
Core Architecture
Deep-Dive
Protocols.
Nexora Engine is more than a caching layer. It's a fundamental architectural shift in how WordPress delivery is orchestrated.
Loopback Orchestration
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 portal can verify the request origin before capturing the DOM.
advanced-cache.php Drop-In
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
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 the Getting Started guide to install and configure Nexora Engine on your WordPress site.
Getting Started Guide