XRay helps diagnose slow PHP pages by profiling execution time, database queries, and external requests.
Run an XRay scan
- Go to Extra Features → XRay (available on supported plans).
- Enable tracing for your domain or a specific URL.
- Visit the pages you want to analyze to generate trace data.
- Return to XRay and review the performance report.
Interpret results
- Identify PHP functions or plugins with the highest execution time.
- Spot slow database queries that need optimization.
- Detect excessive external HTTP calls.
Disable XRay when finished — tracing adds overhead. Use findings to optimize caching, queries, and plugin configuration.