| #1 | debug | SHOW COLUMNS FROM `empresas`; | 3.3ms |
| #2 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'empresas'; | 2.1ms |
| #3 | debug | SHOW COLUMNS FROM `empresas`; | 3.0ms |
| #4 | debug | SELECT * FROM empresas ORDER BY nombre ASC | 2.1ms |
| #5 | debug | SHOW COLUMNS FROM `pages`; | 3.3ms |
| #6 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'pages'; | 2.6ms |
| #7 | debug | SHOW COLUMNS FROM `pages`; | 2.6ms |
| #8 | debug | SELECT * FROM pages WHERE `showonmenu` = TRUE ORDER BY lower(menu) ASC, lower(submenu) ASC, ordernum ASC, lower(title) ASC | 1.5ms |
| #9 | debug | SHOW COLUMNS FROM `roles_users`; | 2.0ms |
| #10 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'roles_users'; | 1.3ms |
| #11 | debug | SHOW COLUMNS FROM `roles_users`; | 2.1ms |
| #12 | debug | SELECT * FROM roles_users WHERE `nick` IS NULL | 0.7ms |
| #13 | debug | SELECT * FROM pages WHERE name = 'Dashboard' LIMIT 1 OFFSET 0; | 0.7ms |
| #14 | debug | SHOW COLUMNS FROM `attached_files`; | 3.1ms |
| #15 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'attached_files'; | 3.4ms |
| #16 | debug | SHOW COLUMNS FROM `attached_files`; | 9.3ms |
| #17 | debug | SELECT * FROM attached_files WHERE idfile = '2' LIMIT 1 OFFSET 0; | 1.0ms |