SELECT * FROM empresas WHERE idempresa = '1' LIMIT 1 OFFSET 0;
↑+1ms
#4
debug
SHOW COLUMNS FROM `pages`;
↑+6ms
#5
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'pages';
↑+2ms
#6
debug
SELECT * FROM pages WHERE `showonmenu` = TRUE ORDER BY lower(menu) ASC, lower(submenu) ASC, ordernum ASC, lower(title) ASC
↑+1ms
#7
debug
SELECT * FROM empresas ORDER BY nombre ASC
↑+8ms
#8
debug
SHOW COLUMNS FROM `attached_files`;
↑+47ms
#9
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'attached_files';
↑+1ms
#10
debug
SELECT * FROM attached_files WHERE idfile = '1' LIMIT 1 OFFSET 0;