Dev tools
This page covers the Dev Tools in the Zinye Cloud dashboard — for technical users who want to look under the hood.
Log Browser
Section titled “Log Browser”The Log Browser lets you read your site’s logs from the dashboard — useful when you’re chasing an error or want to see what happened around a specific event. Filter by time and log type to find what you need without SSH.
DB Analyzer
Section titled “DB Analyzer”The DB Analyzer helps you understand your database: which tables are largest, and where slow queries are coming from. It’s the first place to look if a site feels slow or is using a lot of database storage.
SQL Playground
Section titled “SQL Playground”The SQL Playground lets you run SQL queries against your database from the browser.
When to use these
Section titled “When to use these”Reach for Dev Tools when you’re diagnosing a problem — a slow page, a storage spike, an error you want to trace. For everyday reporting, the built-in reports and Zinye Insights are the right tools.