Configure Views for debugging

Last updated on
2 May 2019
  1. Navigate to admin/structure/views/settings/advanced.
  2. In the Debugging section, enable the following option:
    • Add Views signature to all SQL queries All Views-generated queries will include the name of the views and display 'view-name:display-name' as a string at the end of the SELECT clause. This makes identifying Views queries in database server logs simpler, but should only be used when troubleshooting.Debugging
  3. To verify the Views-generated queries, Navigate to admin/structure/views/settings (Basic). In the Live Preview Settings, enable the "Show the SQL query" option. Debugging SQL
  4. After that, we can see the Views signature on the SQL Queries in the Preview section. Debugging Demo

Help improve this page

Page status: No known problems

You can: