Documentation
LuperIQ URL Optimization
Developer Roadmap
Developer Roadmap
- Redirect hooks: `initializeUrlProcessing`, `processIncomingUrls`, and canonical optimizer are commented out in `Bootstrap`.
- Tracking asset gap: `assets/js/tracker.js` is referenced by `module.json` and `Bootstrap` but does not exist.
- Missing classes: `AnalyticsEngine` referenced by the weekly report cron is undefined.
- REST/CLI/shortcodes: REST endpoint references Perfect Template services and is not registered; WP-CLI and shortcodes exist but are not registered.
- Settings persistence: Settings tab uses `settings_fields` without `register_setting`, so values are not saved.