Skip to content

Releases: ssebuwufumoses/corepulse

CorePulse v1.1.0 - The Active Performance Engine

Choose a tag to compare

@ssebuwufumoses ssebuwufumoses released this 08 Mar 18:37

Major Engine Upgrade: CorePulse v1.1.0
Welcome to the v1.1.0 engine upgrade. In this massive update, CorePulse evolves from a passive payload scanner into an active performance monitoring and simulation tool.

The New Engines:

  • Headless Simulation Mode (Dry Run): Safely preview the visual and performance impact of dequeuing a script before applying the kill switch globally to the live database.
  • Asset Dependency Mapping: The Sniper Engine now actively maps the WordPress dependency tree, alerting you with a "Foundational Asset" warning before you kill scripts that other active plugins rely on.
  • Auto-Preconnect Engine: Intelligently detects 3rd-party domains (like Google Fonts and Analytics) queued on the page and automatically injects and hints to accelerate DNS resolution.
  • Historical Pulse Logs: A local, auto-cleaning database dashboard that captures automated snapshots of your Web Vitals (TTFB, INP, CLS) and payload weights so you can track performance trends over time.

Enterprise Safety & UI Polish:

  • Active Budget Alerts: The HUD trigger node now actively pulses yellow (Warning) or red (Danger) the moment your page payload crosses your defined server-centric thresholds.
  • Strict WCAG Compliance: Engineered fully compliant keyboard focus states for all HUD interactive elements.
  • WP VIP Security Standards: Hardened all dashboard database outputs and settings arrays to strict WordPress VIP escaping standards.
  • Bug Fixes: Resolved a JavaScript race condition syncing simulated vs. real graveyard states, and fixed a Settings API un-whitelisted option bug.

v1.0.0 - The Enterprise Performance Launch

Choose a tag to compare

@ssebuwufumoses ssebuwufumoses released this 06 Mar 14:48
6b92673

Initial Release: CorePulse v1.0.0

Welcome to the first official release of CorePulse a server-centric WordPress performance engine engineered to surgically eliminate frontend bloat and optimize Core Web Vitals.

The Core Engines

  • Asset Autopsy HUD: Real-time tracking for JS/CSS payloads, DOM depth, and Core Web Vitals (TTFB, INP, CLS, LCP).
  • Sniper Engine: Conditionally dequeue heavy scripts globally, per-page, or by exclusion without writing a single line of PHP.
  • Boost Engine: 1-click critical asset preloading (<link rel="preload">) for LCP images and fonts.
  • WCAG Guard: Zero-dependency frontend accessibility tracing for missing alt text and unlabelled inputs.

Enterprise Architecture

  • 100% Local Processing: Zero third-party API calls. All metrics are calculated natively using the browser's PerformanceObserver API.
  • Emergency Restore Safety Net: Built-in window.onerror trap to instantly revive killed scripts if a fatal JavaScript crash is detected.
  • Builder Isolation: Automatically hides the HUD canvas when editing in Elementor, Gutenberg, Divi, Bricks, or Oxygen to protect the design workspace.