#1 | debug | SELECT column_name as name, data_type as type,character_maximum_length, column_default as default,is_nullable FROM information_schema.columns WHERE table_catalog = 'sisprotecpe' AND table_name = 'settings' ORDER BY 1 ASC; | 13ms |
#2 | debug | SELECT * FROM settings LIMIT 50 OFFSET 0; | 13ms |
#3 | debug | SELECT column_name as name, data_type as type,character_maximum_length, column_default as default,is_nullable FROM information_schema.columns WHERE table_catalog = 'sisprotecpe' AND table_name = 'users' ORDER BY 1 ASC; | 2ms |
#4 | debug | SELECT column_name as name, data_type as type,character_maximum_length, column_default as default,is_nullable FROM information_schema.columns WHERE table_catalog = 'sisprotecpe' AND table_name = 'pages' ORDER BY 1 ASC; | 0ms |
#5 | debug | SELECT column_name as name, data_type as type,character_maximum_length, column_default as default,is_nullable FROM information_schema.columns WHERE table_catalog = 'sisprotecpe' AND table_name = 'empresas' ORDER BY 1 ASC; | 10ms |
#6 | debug | SELECT column_name as name, data_type as type,character_maximum_length, column_default as default,is_nullable FROM information_schema.columns WHERE table_catalog = 'sisprotecpe' AND table_name = 'webpages' ORDER BY 1 ASC; | 16ms |
#7 | debug | SELECT column_name as name, data_type as type,character_maximum_length, column_default as default,is_nullable FROM information_schema.columns WHERE table_catalog = 'sisprotecpe' AND table_name = 'webblocks' ORDER BY 1 ASC; | 8ms |
#8 | debug | SELECT * FROM webpages WHERE idpage = '1' LIMIT 1 OFFSET 0; | 9ms |
#9 | debug | SELECT * FROM empresas WHERE idempresa = '1' LIMIT 1 OFFSET 0; | 2ms |
#10 | debug | SELECT * FROM webpages WHERE idpage = '1' LIMIT 1 OFFSET 0; | 1ms |
#11 | debug | SELECT 1 FROM webpages WHERE idpage = '1'; | 0ms |
#12 | debug | Begin Transaction | 0ms |
#13 | debug | UPDATE webpages SET "creationdate" = '2019-01-24', "customcontroller" = NULL, "description" = 'Reset Epson Almohadilla', "equivalentpage" = '', "icon" = 'fas fa-file', "langcode" = 'es', "lastip" = '18.204.2.190', "lastmod" = '2020-03-14', "menu" = '', "noindex" = FALSE, "ordernum" = '100', "permalink" = '/', "shorttitle" = 'Sistemas en Tecnología Informática', "showonfooter" = FALSE, "showonmenu" = TRUE, "title" = 'Libérate de los Errores de Almohadilla de Epson EcoTank', "visitcount" = '19560' WHERE idpage = '1'; | 0ms |
#14 | debug | Commit Transaction | 1ms |
#15 | debug | SELECT * FROM webblocks WHERE "idpage" = '1' ORDER BY ordernum ASC | 0ms |
#16 | debug | SELECT * FROM webblocks WHERE "idpage" IS NULL ORDER BY ordernum ASC | 1ms |
#17 | debug | SELECT * FROM webpages WHERE idpage = NULL LIMIT 1 OFFSET 0; | 19ms |
#18 | debug | SELECT * FROM webpages WHERE "showonmenu" = TRUE AND "langcode" = 'es' ORDER BY ordernum ASC, shorttitle ASC LIMIT 50 OFFSET 0; | 2ms |
#19 | debug | SELECT * FROM webpages WHERE "showonmenu" = TRUE AND "langcode" = 'es' ORDER BY ordernum ASC, shorttitle ASC LIMIT 50 OFFSET 0; | 1ms |
#20 | debug | SELECT * FROM webpages WHERE "showonfooter" = TRUE AND "langcode" = 'es' ORDER BY ordernum ASC, shorttitle ASC LIMIT 50 OFFSET 0; | 2ms |
#21 | debug | SELECT * FROM webpages WHERE "showonmenu" = TRUE ORDER BY ordernum ASC, shorttitle ASC LIMIT 50 OFFSET 0; | 1ms |