| #1 | debug | SHOW COLUMNS FROM `empresas`; | 4.8ms |
| #2 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'empresas'; | 0.7ms |
| #3 | debug | SELECT * FROM empresas ORDER BY nombre ASC | 1.1ms |
| #4 | debug | SHOW COLUMNS FROM `users`; | 4.4ms |
| #5 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'users'; | 0.5ms |
| #6 | debug | SHOW COLUMNS FROM `pages`; | 1.9ms |
| #7 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'pages'; | 0.5ms |
| #8 | debug | SELECT * FROM pages WHERE `showonmenu` = TRUE ORDER BY lower(menu) ASC, lower(submenu) ASC, ordernum ASC, lower(title) ASC | 1.4ms |
| #9 | debug | SHOW COLUMNS FROM `roles_users`; | 2.8ms |
| #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'; | 0.7ms |
| #11 | debug | SELECT * FROM roles_users WHERE `nick` IS NULL | 0.4ms |
| #12 | debug | SELECT * FROM pages WHERE name = 'Ordenes' LIMIT 1 OFFSET 0; | |
| #13 | debug | SHOW COLUMNS FROM `attached_files`; | 2.6ms |
| #14 | debug | SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'attached_files'; | 0.5ms |
| #15 | debug | SELECT * FROM attached_files WHERE idfile = '1388' LIMIT 1 OFFSET 0; | 0.7ms |