| 1 | DESCRIBE `blog_categorias` | | 15 | 15 | 208 |
| 2 | DESCRIBE `posts` | | 16 | 16 | 3 |
| 3 | DESCRIBE `blog_comentarios` | | 10 | 10 | 3 |
| 4 | DESCRIBE `usuarios` | | 15 | 15 | 5 |
| 5 | DESCRIBE `tipo_usuarios` | | 2 | 2 | 2 |
| 6 | DESCRIBE `blog_tags` | | 4 | 4 | 2 |
| 7 | DESCRIBE `blog_nubes` | | 4 | 4 | 2 |
| 8 | DESCRIBE `settings` | | 5 | 5 | 3 |
| 9 | DESCRIBE `categorias` | | 14 | 14 | 3 |
| 10 | DESCRIBE `marcas` | | 6 | 6 | 2 |
| 11 | DESCRIBE `homes` | | 9 | 9 | 2 |
| 12 | DESCRIBE `servicios` | | 15 | 15 | 2 |
| 13 | SELECT `Setting`.`id`, `Setting`.`name`, `Setting`.`value`, `Setting`.`description`, `Setting`.`type` FROM `settings` AS `Setting` WHERE 1 = 1 | | 22 | 22 | 0 |
| 14 | SELECT `Nube`.`id`, `Nube`.`tag`, `Nube`.`slug`, `Nube`.`frecuencia` FROM `blog_nubes` AS `Nube` WHERE 1 = 1 ORDER BY RAND() ASC LIMIT 20 | | 1 | 1 | 0 |
| 15 | SELECT `Tag`.`id`, `Tag`.`tag`, `Tag`.`slug`, `Tag`.`post_id` FROM `blog_tags` AS `Tag` WHERE `Tag`.`slug` = 'snoy-2050w' LIMIT 1 | | 0 | 0 | 6 |
| 16 | SELECT `Tag`.`id`, `Tag`.`tag`, `Tag`.`slug`, `Tag`.`post_id` FROM `blog_tags` AS `Tag` WHERE NOT (`Tag`.`post_id` IS NULL) AND ((`Tag`.`slug` = 'snoy-2050w') OR (`Tag`.`slug` LIKE '%snoy-2050w%')) LIMIT 15 | | 0 | 0 | 0 |
| 17 | SELECT `Post`.`id`, `Post`.`usuario_id`, `Post`.`categoria_id`, `Post`.`titulo`, `Post`.`slug`, `Post`.`meta_keys`, `Post`.`meta_description`, `Post`.`habilitado`, `Post`.`destacado`, `Post`.`deleted`, `Post`.`body`, `Post`.`imagen`, `Post`.`thumb`, `Post`.`created`, `Post`.`modified`, `Post`.`video_url` FROM `posts` AS `Post` WHERE `Post`.`id` IS NULL AND `Post`.`habilitado` = 1 AND `Post`.`deleted` = 0 LIMIT 15 | | 0 | 0 | 1 |
| 18 | SELECT `Home`.`id`, `Home`.`parent_id`, `Home`.`lft`, `Home`.`rght`, `Home`.`nombre`, `Home`.`url`, `Home`.`imagen`, `Home`.`meta_description`, `Home`.`habilitada` FROM `homes` AS `Home` WHERE 1 = 1 ORDER BY `lft` ASC | | 5 | 5 | 1 |
| 19 | SELECT `Category`.`nombre`, `Category`.`slug`, `Category`.`parent_id`, `Category`.`id`, `Category`.`meta_title`, `Category`.`imagen`, `Category`.`imagen2` FROM `categorias` AS `Category` WHERE `habilitada` = 1 AND `borrada` = 0 ORDER BY `lft` ASC | | 53 | 53 | 0 |
| 20 | SELECT `Servicio`.`thumb`, `Servicio`.`titulo`, `Servicio`.`slug` FROM `servicios` AS `Servicio` WHERE `habilitado` = 1 AND `deleted` = 0 ORDER BY `titulo` ASC | | 4 | 4 | 0 |
| 21 | SELECT `Marca`.`id`, `Marca`.`nombre` FROM `marcas` AS `Marca` WHERE 1 = 1 | | 25 | 25 | 0 |
| 22 | SELECT `Home`.`id`, `Home`.`parent_id`, `Home`.`lft`, `Home`.`rght`, `Home`.`nombre`, `Home`.`url`, `Home`.`imagen`, `Home`.`meta_description`, `Home`.`habilitada` FROM `homes` AS `Home` WHERE 1 = 1 ORDER BY `lft` ASC | | 5 | 5 | 0 |
| 23 | SELECT `Category`.`nombre`, `Category`.`slug`, `Category`.`parent_id`, `Category`.`id`, `Category`.`meta_title`, `Category`.`imagen`, `Category`.`imagen2` FROM `categorias` AS `Category` WHERE `habilitada` = 1 AND `borrada` = 0 ORDER BY `lft` ASC | | 53 | 53 | 0 |
| 24 | SELECT `Servicio`.`thumb`, `Servicio`.`titulo`, `Servicio`.`slug` FROM `servicios` AS `Servicio` WHERE `habilitado` = 1 AND `deleted` = 0 ORDER BY `titulo` ASC | | 4 | 4 | 1 |
| 25 | SELECT `Marca`.`id`, `Marca`.`nombre` FROM `marcas` AS `Marca` WHERE 1 = 1 | | 25 | 25 | 0 |