Cargando datos...
Haz clic en el botón para obtener tu ubicación actual.
Cargando datos...
NAME | COMPONENT | DURATION | 0 ms | 5 ms | 10 ms | 15 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Bootstrap | Timer | 4.61 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Required Before Filters | Timer | 1.92 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Routing | Timer | 1.71 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Before Filters | Timer | 0.21 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Controller | Timer | 9.19 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
After Filters | Timer | 0.07 ms |
Time | Query String | |
---|---|---|
0.05 ms | SELECT * FROM `settings` LIMIT 1 | APPPATH/Controllers/Mapa.php:28 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 SYSTEMPATH/Model.php:330 CodeIgniter\Database\BaseBuilder->get() 3 SYSTEMPATH/BaseModel.php:713 CodeIgniter\Model->doFirst() 4 APPPATH/Controllers/Mapa.php:28 CodeIgniter\BaseModel->first() 5 SYSTEMPATH/CodeIgniter.php:903 App\Controllers\Mapa->__construct() 6 SYSTEMPATH/CodeIgniter.php:498 CodeIgniter\CodeIgniter->createController() 7 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 8 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 9 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 10 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.06 ms | SELECT `ID_establecimiento` FROM `favoritos` WHERE `id_user` IS NULL | APPPATH/Controllers/Mapa.php:73 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 APPPATH/Controllers/Mapa.php:73 CodeIgniter\Database\BaseBuilder->get() 3 APPPATH/Controllers/Mapa.php:1020 App\Controllers\Mapa->getFavoritosUsuario() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.29 ms | SELECT COUNT(*) AS `numrows` FROM `establecimientos` LEFT JOIN `establecimientos_localizaciones` ON `establecimientos`.`ID_establecimiento` = `establecimientos_localizaciones`.`ID_establecimiento` WHERE `logotipo_establecimiento` IS NOT NULL AND `estado_establecimiento` = 1 AND `logotipo_establecimiento` != '' AND `establecimientos_localizaciones`.`idPOB` = '1227030142304' | APPPATH/Controllers/Mapa.php:1038 |
1 SYSTEMPATH/Database/BaseBuilder.php:1733 CodeIgniter\Database\BaseConnection->query() 2 SYSTEMPATH/Model.php:676 CodeIgniter\Database\BaseBuilder->countAllResults() 3 APPPATH/Controllers/Mapa.php:1038 CodeIgniter\Model->countAllResults() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.2 ms | SELECT `establecimientos`.`ID_establecimiento`, `establecimientos`.`nombre_establecimiento`, `establecimientos`.`alias_establecimiento`, `establecimientos`.`logotipo_establecimiento`, `establecimientos`.`ID_categoria_establecimientos`, `establecimientos`.`ID_grupo`, `establecimientos`.`estado_establecimiento`, `establecimientos`.`descripcion_establecimiento`, `establecimientos`.`especialidades_establecimiento`, `establecimientos`.`descripcion_establecimiento_EN`, `establecimientos`.`especialidades_establecimiento_EN`, `establecimientos`.`imagenes`, `establecimientos`.`portada`, `establecimientos_localizaciones`.`idPOB` FROM `establecimientos` LEFT JOIN `establecimientos_localizaciones` ON `establecimientos`.`ID_establecimiento` = `establecimientos_localizaciones`.`ID_establecimiento` WHERE `logotipo_establecimiento` IS NOT NULL AND `estado_establecimiento` = 1 AND `logotipo_establecimiento` != '' AND `establecimientos_localizaciones`.`idPOB` = '1227030142304' | APPPATH/Controllers/Mapa.php:1041 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 SYSTEMPATH/Model.php:928 CodeIgniter\Database\BaseBuilder->get() 3 APPPATH/Controllers/Mapa.php:1041 CodeIgniter\Model->__call() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.33 ms | SELECT `ES_poblaciones`.`idPOB`, `ES_poblaciones`.`nomPOB`, `ES_poblaciones`.`slugPOB`, `ES_entidades`.`idENT`, `ES_entidades`.`nomENT`, `ES_entidades`.`slugENT`, `ES_municipios`.`idMUN`, `ES_municipios`.`nomMUN`, `ES_municipios`.`slugMUN`, `ES_comarcas`.`idCOM`, `ES_comarcas`.`nomCOM`, `ES_comarcas`.`slugCOM`, `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_poblaciones` INNER JOIN `ES_entidades` ON `ES_poblaciones`.`idENT` = `ES_entidades`.`idENT` INNER JOIN `ES_municipios` ON `ES_entidades`.`idMUN` = `ES_municipios`.`idMUN` INNER JOIN `ES_comarcas` ON `ES_municipios`.`idCOM` = `ES_comarcas`.`idCOM` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_poblaciones`.`idPOB` = '1227030142304' ORDER BY `ES_poblaciones`.`nomPOB` ASC | APPPATH/Models/EstablishmentsModel.php:440 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 APPPATH/Models/EstablishmentsModel.php:440 CodeIgniter\Database\BaseBuilder->get() 3 APPPATH/Controllers/Mapa.php:1073 App\Models\EstablishmentsModel->getPoblacion() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.4 ms | SELECT `ES_nucleos`.`idNUC`, `ES_nucleos`.`nomNUC`, `ES_nucleos`.`slugNUC`, `ES_poblaciones`.`idPOB`, `ES_poblaciones`.`nomPOB`, `ES_poblaciones`.`slugPOB`, `ES_entidades`.`idENT`, `ES_entidades`.`nomENT`, `ES_entidades`.`slugENT`, `ES_municipios`.`idMUN`, `ES_municipios`.`nomMUN`, `ES_municipios`.`slugMUN`, `ES_comarcas`.`idCOM`, `ES_comarcas`.`nomCOM`, `ES_comarcas`.`slugCOM`, `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_nucleos` INNER JOIN `ES_poblaciones` ON `ES_nucleos`.`idPOB` = `ES_poblaciones`.`idPOB` INNER JOIN `ES_entidades` ON `ES_poblaciones`.`idENT` = `ES_entidades`.`idENT` INNER JOIN `ES_municipios` ON `ES_entidades`.`idMUN` = `ES_municipios`.`idMUN` INNER JOIN `ES_comarcas` ON `ES_municipios`.`idCOM` = `ES_comarcas`.`idCOM` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_nucleos`.`idPOB` = '1227030142304' ORDER BY `ES_nucleos`.`nomNUC` ASC | APPPATH/Models/EstablishmentsModel.php:610 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 APPPATH/Models/EstablishmentsModel.php:610 CodeIgniter\Database\BaseBuilder->get() 3 APPPATH/Controllers/Mapa.php:1075 App\Models\EstablishmentsModel->getNucleosByIdPOB() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.03 ms | SELECT `zonas`.`codBAR`, `zonas`.`nomBAR`, `zonas`.`slugBAR` FROM `zonas` WHERE `zonas`.`idMUN` = '122703014' ORDER BY `nomBAR` ASC | APPPATH/Models/EstablishmentsModel.php:534 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 APPPATH/Models/EstablishmentsModel.php:534 CodeIgniter\Database\BaseBuilder->get() 3 APPPATH/Controllers/Mapa.php:1079 App\Models\EstablishmentsModel->getZonasByIdMUN() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.02 ms | SELECT DISTINCT(ES_cp.CP) AS CP FROM `ES_cp` WHERE `ES_cp`.`idMUN` = '122703014' ORDER BY `ES_cp`.`CP` ASC | APPPATH/Models/EstablishmentsModel.php:520 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 APPPATH/Models/EstablishmentsModel.php:520 CodeIgniter\Database\BaseBuilder->get() 3 APPPATH/Controllers/Mapa.php:1081 App\Models\EstablishmentsModel->getCPByIdMUN() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
||
0.05 ms | SELECT `ES_poblaciones`.`idPOB`, `ES_poblaciones`.`nomPOB`, `ES_poblaciones`.`slugPOB`, `ES_entidades`.`idENT`, `ES_entidades`.`nomENT`, `ES_entidades`.`slugENT`, `ES_municipios`.`idMUN`, `ES_municipios`.`nomMUN`, `ES_municipios`.`slugMUN`, `ES_comarcas`.`idCOM`, `ES_comarcas`.`nomCOM`, `ES_comarcas`.`slugCOM`, `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_poblaciones` INNER JOIN `ES_entidades` ON `ES_poblaciones`.`idENT` = `ES_entidades`.`idENT` INNER JOIN `ES_municipios` ON `ES_entidades`.`idMUN` = `ES_municipios`.`idMUN` INNER JOIN `ES_comarcas` ON `ES_municipios`.`idCOM` = `ES_comarcas`.`idCOM` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_poblaciones`.`idMUN` = '122703014' ORDER BY `ES_poblaciones`.`nomPOB` ASC | APPPATH/Models/EstablishmentsModel.php:508 |
1 SYSTEMPATH/Database/BaseBuilder.php:1649 CodeIgniter\Database\BaseConnection->query() 2 APPPATH/Models/EstablishmentsModel.php:508 CodeIgniter\Database\BaseBuilder->get() 3 APPPATH/Controllers/Mapa.php:1097 App\Models\EstablishmentsModel->getPoblacionByIdMUN() 4 SYSTEMPATH/CodeIgniter.php:933 App\Controllers\Mapa->poblacion() 5 SYSTEMPATH/CodeIgniter.php:507 CodeIgniter\CodeIgniter->runController() 6 SYSTEMPATH/CodeIgniter.php:354 CodeIgniter\CodeIgniter->handleRequest() 7 SYSTEMPATH/Boot.php:334 CodeIgniter\CodeIgniter->run() 8 SYSTEMPATH/Boot.php:67 CodeIgniter\Boot::runCodeIgniter() 9 FCPATH/index.php:56 CodeIgniter\Boot::bootWeb() |
Common.php | APPPATH/Common.php |
App.php | APPPATH/Config/App.php |
Autoload.php | APPPATH/Config/Autoload.php |
development.php | APPPATH/Config/Boot/development.php |
Cache.php | APPPATH/Config/Cache.php |
Constants.php | APPPATH/Config/Constants.php |
ContentSecurityPolicy.php | APPPATH/Config/ContentSecurityPolicy.php |
Cookie.php | APPPATH/Config/Cookie.php |
Database.php | APPPATH/Config/Database.php |
Events.php | APPPATH/Config/Events.php |
Exceptions.php | APPPATH/Config/Exceptions.php |
Feature.php | APPPATH/Config/Feature.php |
Filters.php | APPPATH/Config/Filters.php |
Kint.php | APPPATH/Config/Kint.php |
Logger.php | APPPATH/Config/Logger.php |
Modules.php | APPPATH/Config/Modules.php |
Paths.php | APPPATH/Config/Paths.php |
Routes.php | APPPATH/Config/Routes.php |
Routing.php | APPPATH/Config/Routing.php |
Security.php | APPPATH/Config/Security.php |
Services.php | APPPATH/Config/Services.php |
Session.php | APPPATH/Config/Session.php |
Toolbar.php | APPPATH/Config/Toolbar.php |
UserAgents.php | APPPATH/Config/UserAgents.php |
View.php | APPPATH/Config/View.php |
BaseController.php | APPPATH/Controllers/BaseController.php |
Mapa.php | APPPATH/Controllers/Mapa.php |
LoginAuthFilter.php | APPPATH/Filters/LoginAuthFilter.php |
general_helper.php | APPPATH/Helpers/general_helper.php |
jwt_helper.php | APPPATH/Helpers/jwt_helper.php |
App.php | APPPATH/Language/en/App.php |
ActivityModel.php | APPPATH/Models/ActivityModel.php |
BaseModel.php | APPPATH/Models/BaseModel.php |
EstablishmentsModel.php | APPPATH/Models/EstablishmentsModel.php |
SettingsModel.php | APPPATH/Models/SettingsModel.php |
UserModel.php | APPPATH/Models/UserModel.php |
UserOauthModel.php | APPPATH/Models/UserOauthModel.php |
index.php | APPPATH/Views/conmenu/mapa/index.php |
breadcrumb.php | APPPATH/Views/conmenu/partials_frontend/breadcrumb.php |
establishment_modal.php | APPPATH/Views/conmenu/partials_frontend/establishment_modal.php |
filtros_modal.php | APPPATH/Views/conmenu/partials_frontend/filtros_modal.php |
footer.php | APPPATH/Views/conmenu/partials_frontend/footer.php |
google_tag_manager_body.php | APPPATH/Views/conmenu/partials_frontend/google_tag_manager_body.php |
google_tag_manager_head.php | APPPATH/Views/conmenu/partials_frontend/google_tag_manager_head.php |
head.php | APPPATH/Views/conmenu/partials_frontend/head.php |
header.php | APPPATH/Views/conmenu/partials_frontend/header.php |
offcanvas_menu.php | APPPATH/Views/conmenu/partials_frontend/offcanvas_menu.php |
script0.php | APPPATH/Views/conmenu/partials_frontend/script0.php |
script1.php | APPPATH/Views/conmenu/partials_frontend/script1.php |
script4.php | APPPATH/Views/conmenu/partials_frontend/script4.php |
ubicacion_modal.php | APPPATH/Views/conmenu/partials_frontend/ubicacion_modal.php |
vista_selector.php | APPPATH/Views/conmenu/partials_frontend/vista_selector.php |
index.php | FCPATH/index.php |
autoload.php | FCPATH/system/vendor/autoload.php |
functions.php | FCPATH/system/vendor/aws/aws-sdk-php/src/functions.php |
ClassLoader.php | FCPATH/system/vendor/composer/ClassLoader.php |
InstalledVersions.php | FCPATH/system/vendor/composer/InstalledVersions.php |
autoload_real.php | FCPATH/system/vendor/composer/autoload_real.php |
autoload_static.php | FCPATH/system/vendor/composer/autoload_static.php |
installed.php | FCPATH/system/vendor/composer/installed.php |
platform_check.php | FCPATH/system/vendor/composer/platform_check.php |
HTMLPurifier.composer.php | FCPATH/system/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
autoload.php | FCPATH/system/vendor/google/apiclient-services/autoload.php |
Revoke.php | FCPATH/system/vendor/google/apiclient/src/AccessToken/Revoke.php |
Verify.php | FCPATH/system/vendor/google/apiclient/src/AccessToken/Verify.php |
AuthHandlerFactory.php | FCPATH/system/vendor/google/apiclient/src/AuthHandler/AuthHandlerFactory.php |
Guzzle5AuthHandler.php | FCPATH/system/vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php |
Guzzle6AuthHandler.php | FCPATH/system/vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php |
Guzzle7AuthHandler.php | FCPATH/system/vendor/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php |
Client.php | FCPATH/system/vendor/google/apiclient/src/Client.php |
Collection.php | FCPATH/system/vendor/google/apiclient/src/Collection.php |
Exception.php | FCPATH/system/vendor/google/apiclient/src/Exception.php |
Batch.php | FCPATH/system/vendor/google/apiclient/src/Http/Batch.php |
MediaFileUpload.php | FCPATH/system/vendor/google/apiclient/src/Http/MediaFileUpload.php |
REST.php | FCPATH/system/vendor/google/apiclient/src/Http/REST.php |
Model.php | FCPATH/system/vendor/google/apiclient/src/Model.php |
Service.php | FCPATH/system/vendor/google/apiclient/src/Service.php |
Exception.php | FCPATH/system/vendor/google/apiclient/src/Service/Exception.php |
Resource.php | FCPATH/system/vendor/google/apiclient/src/Service/Resource.php |
Composer.php | FCPATH/system/vendor/google/apiclient/src/Task/Composer.php |
Exception.php | FCPATH/system/vendor/google/apiclient/src/Task/Exception.php |
Retryable.php | FCPATH/system/vendor/google/apiclient/src/Task/Retryable.php |
Runner.php | FCPATH/system/vendor/google/apiclient/src/Task/Runner.php |
UriTemplate.php | FCPATH/system/vendor/google/apiclient/src/Utils/UriTemplate.php |
aliases.php | FCPATH/system/vendor/google/apiclient/src/aliases.php |
functions.php | FCPATH/system/vendor/guzzlehttp/guzzle/src/functions.php |
functions_include.php | FCPATH/system/vendor/guzzlehttp/guzzle/src/functions_include.php |
Escaper.php | FCPATH/system/vendor/laminas/laminas-escaper/src/Escaper.php |
JmesPath.php | FCPATH/system/vendor/mtdowling/jmespath.php/src/JmesPath.php |
deep_copy.php | FCPATH/system/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php |
autoload.php | FCPATH/system/vendor/paragonie/sodium_compat/autoload.php |
namespaced.php | FCPATH/system/vendor/paragonie/sodium_compat/lib/namespaced.php |
php84compat_const.php | FCPATH/system/vendor/paragonie/sodium_compat/lib/php84compat_const.php |
ristretto255.php | FCPATH/system/vendor/paragonie/sodium_compat/lib/ristretto255.php |
stream-xchacha20.php | FCPATH/system/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php |
Compat.php | FCPATH/system/vendor/paragonie/sodium_compat/src/Compat.php |
bootstrap.php | FCPATH/system/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php |
Functions.php | FCPATH/system/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php |
LogLevel.php | FCPATH/system/vendor/psr/log/src/LogLevel.php |
LoggerAwareTrait.php | FCPATH/system/vendor/psr/log/src/LoggerAwareTrait.php |
LoggerInterface.php | FCPATH/system/vendor/psr/log/src/LoggerInterface.php |
getallheaders.php | FCPATH/system/vendor/ralouphie/getallheaders/src/getallheaders.php |
function.php | FCPATH/system/vendor/symfony/deprecation-contracts/function.php |
bootstrap.php | FCPATH/system/vendor/symfony/polyfill-mbstring/bootstrap.php |
bootstrap80.php | FCPATH/system/vendor/symfony/polyfill-mbstring/bootstrap80.php |
bootstrap.php | FCPATH/system/vendor/symfony/polyfill-php80/bootstrap.php |
ResponseTrait.php | SYSTEMPATH/API/ResponseTrait.php |
Autoloader.php | SYSTEMPATH/Autoloader/Autoloader.php |
FileLocator.php | SYSTEMPATH/Autoloader/FileLocator.php |
FileLocatorInterface.php | SYSTEMPATH/Autoloader/FileLocatorInterface.php |
BaseModel.php | SYSTEMPATH/BaseModel.php |
Boot.php | SYSTEMPATH/Boot.php |
CacheFactory.php | SYSTEMPATH/Cache/CacheFactory.php |
CacheInterface.php | SYSTEMPATH/Cache/CacheInterface.php |
BaseHandler.php | SYSTEMPATH/Cache/Handlers/BaseHandler.php |
FileHandler.php | SYSTEMPATH/Cache/Handlers/FileHandler.php |
ResponseCache.php | SYSTEMPATH/Cache/ResponseCache.php |
CodeIgniter.php | SYSTEMPATH/CodeIgniter.php |
Common.php | SYSTEMPATH/Common.php |
AutoloadConfig.php | SYSTEMPATH/Config/AutoloadConfig.php |
BaseConfig.php | SYSTEMPATH/Config/BaseConfig.php |
BaseService.php | SYSTEMPATH/Config/BaseService.php |
DotEnv.php | SYSTEMPATH/Config/DotEnv.php |
Factories.php | SYSTEMPATH/Config/Factories.php |
Factory.php | SYSTEMPATH/Config/Factory.php |
Filters.php | SYSTEMPATH/Config/Filters.php |
Routing.php | SYSTEMPATH/Config/Routing.php |
Services.php | SYSTEMPATH/Config/Services.php |
View.php | SYSTEMPATH/Config/View.php |
Controller.php | SYSTEMPATH/Controller.php |
CloneableCookieInterface.php | SYSTEMPATH/Cookie/CloneableCookieInterface.php |
Cookie.php | SYSTEMPATH/Cookie/Cookie.php |
CookieInterface.php | SYSTEMPATH/Cookie/CookieInterface.php |
CookieStore.php | SYSTEMPATH/Cookie/CookieStore.php |
BaseBuilder.php | SYSTEMPATH/Database/BaseBuilder.php |
BaseConnection.php | SYSTEMPATH/Database/BaseConnection.php |
BaseResult.php | SYSTEMPATH/Database/BaseResult.php |
Config.php | SYSTEMPATH/Database/Config.php |
ConnectionInterface.php | SYSTEMPATH/Database/ConnectionInterface.php |
Database.php | SYSTEMPATH/Database/Database.php |
Builder.php | SYSTEMPATH/Database/MySQLi/Builder.php |
Connection.php | SYSTEMPATH/Database/MySQLi/Connection.php |
Result.php | SYSTEMPATH/Database/MySQLi/Result.php |
Query.php | SYSTEMPATH/Database/Query.php |
QueryInterface.php | SYSTEMPATH/Database/QueryInterface.php |
ResultInterface.php | SYSTEMPATH/Database/ResultInterface.php |
Exceptions.php | SYSTEMPATH/Debug/Exceptions.php |
Timer.php | SYSTEMPATH/Debug/Timer.php |
Toolbar.php | SYSTEMPATH/Debug/Toolbar.php |
BaseCollector.php | SYSTEMPATH/Debug/Toolbar/Collectors/BaseCollector.php |
Database.php | SYSTEMPATH/Debug/Toolbar/Collectors/Database.php |
Events.php | SYSTEMPATH/Debug/Toolbar/Collectors/Events.php |
Files.php | SYSTEMPATH/Debug/Toolbar/Collectors/Files.php |
Logs.php | SYSTEMPATH/Debug/Toolbar/Collectors/Logs.php |
Routes.php | SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php |
Timers.php | SYSTEMPATH/Debug/Toolbar/Collectors/Timers.php |
Views.php | SYSTEMPATH/Debug/Toolbar/Collectors/Views.php |
Events.php | SYSTEMPATH/Events/Events.php |
CSRF.php | SYSTEMPATH/Filters/CSRF.php |
DebugToolbar.php | SYSTEMPATH/Filters/DebugToolbar.php |
FilterInterface.php | SYSTEMPATH/Filters/FilterInterface.php |
Filters.php | SYSTEMPATH/Filters/Filters.php |
ForceHTTPS.php | SYSTEMPATH/Filters/ForceHTTPS.php |
PageCache.php | SYSTEMPATH/Filters/PageCache.php |
ContentSecurityPolicy.php | SYSTEMPATH/HTTP/ContentSecurityPolicy.php |
Header.php | SYSTEMPATH/HTTP/Header.php |
IncomingRequest.php | SYSTEMPATH/HTTP/IncomingRequest.php |
Message.php | SYSTEMPATH/HTTP/Message.php |
MessageInterface.php | SYSTEMPATH/HTTP/MessageInterface.php |
MessageTrait.php | SYSTEMPATH/HTTP/MessageTrait.php |
Method.php | SYSTEMPATH/HTTP/Method.php |
Negotiate.php | SYSTEMPATH/HTTP/Negotiate.php |
OutgoingRequest.php | SYSTEMPATH/HTTP/OutgoingRequest.php |
OutgoingRequestInterface.php | SYSTEMPATH/HTTP/OutgoingRequestInterface.php |
Request.php | SYSTEMPATH/HTTP/Request.php |
RequestInterface.php | SYSTEMPATH/HTTP/RequestInterface.php |
RequestTrait.php | SYSTEMPATH/HTTP/RequestTrait.php |
Response.php | SYSTEMPATH/HTTP/Response.php |
ResponseInterface.php | SYSTEMPATH/HTTP/ResponseInterface.php |
ResponseTrait.php | SYSTEMPATH/HTTP/ResponseTrait.php |
SiteURI.php | SYSTEMPATH/HTTP/SiteURI.php |
SiteURIFactory.php | SYSTEMPATH/HTTP/SiteURIFactory.php |
URI.php | SYSTEMPATH/HTTP/URI.php |
UserAgent.php | SYSTEMPATH/HTTP/UserAgent.php |
ArrayHelper.php | SYSTEMPATH/Helpers/Array/ArrayHelper.php |
array_helper.php | SYSTEMPATH/Helpers/array_helper.php |
kint_helper.php | SYSTEMPATH/Helpers/kint_helper.php |
url_helper.php | SYSTEMPATH/Helpers/url_helper.php |
Time.php | SYSTEMPATH/I18n/Time.php |
TimeTrait.php | SYSTEMPATH/I18n/TimeTrait.php |
Language.php | SYSTEMPATH/Language/Language.php |
Logger.php | SYSTEMPATH/Log/Logger.php |
Model.php | SYSTEMPATH/Model.php |
Modules.php | SYSTEMPATH/Modules/Modules.php |
AutoRouter.php | SYSTEMPATH/Router/AutoRouter.php |
AutoRouterInterface.php | SYSTEMPATH/Router/AutoRouterInterface.php |
RouteCollection.php | SYSTEMPATH/Router/RouteCollection.php |
RouteCollectionInterface.php | SYSTEMPATH/Router/RouteCollectionInterface.php |
Router.php | SYSTEMPATH/Router/Router.php |
RouterInterface.php | SYSTEMPATH/Router/RouterInterface.php |
Security.php | SYSTEMPATH/Security/Security.php |
SecurityInterface.php | SYSTEMPATH/Security/SecurityInterface.php |
BaseHandler.php | SYSTEMPATH/Session/Handlers/BaseHandler.php |
FileHandler.php | SYSTEMPATH/Session/Handlers/FileHandler.php |
Session.php | SYSTEMPATH/Session/Session.php |
SessionInterface.php | SYSTEMPATH/Session/SessionInterface.php |
Superglobals.php | SYSTEMPATH/Superglobals.php |
FacadeInterface.php | SYSTEMPATH/ThirdParty/Kint/FacadeInterface.php |
Kint.php | SYSTEMPATH/ThirdParty/Kint/Kint.php |
AbstractRenderer.php | SYSTEMPATH/ThirdParty/Kint/Renderer/AbstractRenderer.php |
AssetRendererTrait.php | SYSTEMPATH/ThirdParty/Kint/Renderer/AssetRendererTrait.php |
CliRenderer.php | SYSTEMPATH/ThirdParty/Kint/Renderer/CliRenderer.php |
ConstructableRendererInterface.php | SYSTEMPATH/ThirdParty/Kint/Renderer/ConstructableRendererInterface.php |
RendererInterface.php | SYSTEMPATH/ThirdParty/Kint/Renderer/RendererInterface.php |
RichRenderer.php | SYSTEMPATH/ThirdParty/Kint/Renderer/RichRenderer.php |
TextRenderer.php | SYSTEMPATH/ThirdParty/Kint/Renderer/TextRenderer.php |
Utils.php | SYSTEMPATH/ThirdParty/Kint/Utils.php |
init.php | SYSTEMPATH/ThirdParty/Kint/init.php |
init_helpers.php | SYSTEMPATH/ThirdParty/Kint/init_helpers.php |
ConditionalTrait.php | SYSTEMPATH/Traits/ConditionalTrait.php |
FormatRules.php | SYSTEMPATH/Validation/FormatRules.php |
RendererInterface.php | SYSTEMPATH/View/RendererInterface.php |
View.php | SYSTEMPATH/View/View.php |
ViewDecoratorTrait.php | SYSTEMPATH/View/ViewDecoratorTrait.php |
Directory: | |
Controller: | \App\Controllers\Mapa |
Method: | poblacion |
Params: | 1 / 1 |
$slugPOB = | 1227030142304-ermida-a |
Method | Route | Handler |
---|---|---|
GET | / | \App\Controllers\Home::index |
GET | lang/{locale} | \App\Controllers\Language::index |
GET | establishment/data/([^/]+) |
\App\Controllers\Establishment::data/$1 |
GET | establishment/([^/]+) |
\App\Controllers\Establishment::index/$1 |
GET | subscription/createPlan | \App\Controllers\Subscription::createPlan |
GET | subscription/plans | \App\Controllers\Subscription::showPlans |
GET | subscription/subscribe/([^/]+) |
\App\Controllers\Subscription::subscribe/$1 |
GET | subscription/success | \App\Controllers\Subscription::success |
GET | subscription/cancel/([^/]+) |
\App\Controllers\Subscription::cancelSubscription/$1 |
GET | subscription/subscribeuser | \App\Controllers\Subscription::subscribeUser |
GET | establishments/submitSuggestion | \App\Controllers\Establishments::submitSuggestion |
GET | establishments/loadMore | \App\Controllers\Establishments::loadMore |
GET | establishments/mapa | \App\Controllers\Establishments::mapa |
GET | establishments/suggestions | \App\Controllers\Establishments::suggestions |
GET | establishments/search | \App\Controllers\Establishments::search |
GET | establishments/artest | \App\Controllers\Establishments::artest |
GET | establishments/provincia/([^/]+) |
\App\Controllers\Establishments::provincia/$1 |
GET | establishments/loadMoreProvincia/([^/]+) |
\App\Controllers\Establishments::loadMoreProvincia/$1 |
GET | establishments/municipio/([^/]+) |
\App\Controllers\Establishments::municipio/$1 |
GET | establishments/loadMoreMunicipio/([^/]+) |
\App\Controllers\Establishments::loadMoreMunicipio/$1 |
GET | establishments/poblacion/([^/]+) |
\App\Controllers\Establishments::poblacion/$1 |
GET | establishments/loadMorePoblacion/([^/]+) |
\App\Controllers\Establishments::loadMorePoblacion/$1 |
GET | establishments/cp/([^/]+) |
\App\Controllers\Establishments::cp/$1 |
GET | establishments/loadMoreCP/([^/]+) |
\App\Controllers\Establishments::loadMoreCP/$1 |
GET | establishments/cppoblaciones/([^/]+)/([^/]+) |
\App\Controllers\Establishments::cppoblaciones/$1/$2 |
GET | establishments/loadMoreCPpoblaciones/([^/]+)/([^/]+) |
\App\Controllers\Establishments::loadMoreCPpoblaciones/$1/$2 |
GET | establishments/([^/]+) |
\App\Controllers\Establishments::index/$1 |
GET | grupos/([^/]+) |
\App\Controllers\Grupos::index/$1 |
GET | mapagrupos/([^/]+) |
\App\Controllers\Mapagrupos::index/$1 |
GET | menus/loadMore | \App\Controllers\Menus::loadMore |
GET | menus/([^/]+) |
\App\Controllers\Menus::index/$1 |
GET | menusgrupo/loadMore | \App\Controllers\Menusgrupo::loadMore |
GET | menusgrupo/([^/]+) |
\App\Controllers\Menusgrupo::index/$1 |
GET | menuseventos/loadMore | \App\Controllers\Menuseventos::loadMore |
GET | menuseventos/([^/]+) |
\App\Controllers\Menuseventos::index/$1 |
GET | menuscelebraciones/loadMore | \App\Controllers\Menuscelebraciones::loadMore |
GET | menuscelebraciones/([^/]+) |
\App\Controllers\Menuscelebraciones::index/$1 |
GET | tapas/loadMore | \App\Controllers\Tapas::loadMore |
GET | tapas/([^/]+) |
\App\Controllers\Tapas::index/$1 |
GET | mapa | \App\Controllers\Mapa::index |
GET | mapa/ccaa/([^/]+) |
\App\Controllers\Mapa::ccaa/$1 |
GET | mapamenus | \App\Controllers\Mapamenus::index |
GET | mapamenusgrupo | \App\Controllers\Mapamenusgrupo::index |
GET | mapamenuseventos | \App\Controllers\Mapamenuseventos::index |
GET | mapamenuscelebraciones | \App\Controllers\Mapatapas::index |
GET | mapatapas | \App\Controllers\Mapatapas::index |
GET | e/([0-9]+) |
\App\Controllers\Redirector::redirectToEstablishment/$1 |
GET | m/([0-9]+) |
\App\Controllers\Redirector::redirectToMenus/$1 |
GET | g/([0-9]+) |
\App\Controllers\Redirector::redirectToMenusGrupo/$1 |
GET | v/([0-9]+) |
\App\Controllers\Redirector::redirectToMenusEventos/$1 |
GET | c/([0-9]+) |
\App\Controllers\Redirector::redirectToMenusCelebraciones/$1 |
GET | t/([0-9]+) |
\App\Controllers\Redirector::redirectToTapas/$1 |
GET | api | \App\Controllers\Api::index |
GET | api/status | \App\Controllers\Api::status |
GET | api/user | \App\Controllers\Api::user/all |
GET | api/user/([^/]+) |
\App\Controllers\Api::user/id/$1 |
GET | example/customers | \App\Controllers\Example::customers |
GET | example/customers/([^/]+)(/([^/]+))? |
\App\Controllers\Example::customers/$1/$2 |
HEAD | example/customers | \App\Controllers\Example::customers |
HEAD | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
POST | api/signIn | \App\Controllers\Api::signIn |
POST | api/user | \App\Controllers\Api::user/add |
POST | example/customers | \App\Controllers\Example::customers |
POST | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
PATCH | example/customers | \App\Controllers\Example::customers |
PATCH | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
PUT | api/user/([^/]+) | \App\Controllers\Api::user/edit/$1 |
PUT | example/customers | \App\Controllers\Example::customers |
PUT | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
DELETE | api/user/([^/]+) | \App\Controllers\Api::user/delete/$1 |
DELETE | example/customers | \App\Controllers\Example::customers |
DELETE | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
OPTIONS | example/customers | \App\Controllers\Example::customers |
OPTIONS | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
TRACE | example/customers | \App\Controllers\Example::customers |
TRACE | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
CONNECT | example/customers | \App\Controllers\Example::customers |
CONNECT | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
CLI | example/customers | \App\Controllers\Example::customers |
CLI | example/customers/([^/]+)(/([^/]+))? | \App\Controllers\Example::customers/$1/$2 |
Time | Event Name | Times Called |
---|---|---|
2.03 ms | pre_system | 1 |
0.04 ms | dbquery | 9 |
Action | Datetime | Status | Method | URL | Content-Type | Is AJAX? |
---|---|---|---|---|---|---|
2025-04-10 18:09:59.778544 | 200 | GET | https://conmenu.com/menusgrupo/nucleo/0222041160001701-callen | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:59.474928 | 200 | GET | https://conmenu.com/mapa/poblacion/1227030142304-ermida-a | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:59.405576 | 200 | GET | https://conmenu.com/grupos/municipio/1021-grupo-aysha/091707063-espinelves | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:59.123787 | 200 | GET | https://conmenu.com/menus/loadMoreMunicipio/073405100 | application/json; charset=UTF-8 | Yes | |
2025-04-10 18:09:59.083293 | 200 | GET | https://conmenu.com/mapamenus/cp/48480 | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:58.809826 | 200 | GET | https://conmenu.com/menus/municipio/073405100-mantinos | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:58.296822 | 200 | GET | https://conmenu.com/menus/loadMoreMunicipio/091704005 | application/json; charset=UTF-8 | Yes | |
2025-04-10 18:09:58.281643 | 200 | GET | https://conmenu.com/grupos/municipio/1025-la-competencia/074904216-tapioles | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:58.204228 | 200 | GET | https://conmenu.com/grupos/loadMoreMunicipio/1021/025003116 | application/json; charset=UTF-8 | Yes | |
2025-04-10 18:09:57.921768 | 200 | GET | https://conmenu.com/menus/municipio/091704005-far-dempord%C3%A0-el | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:57.747612 | 200 | GET | https://conmenu.com/mapamenuseventos/poblacion/0925039060007-espaen | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:57.592430 | 200 | GET | https://conmenu.com/menuseventos/poblacion/0943081370002-cornudella | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:57.140667 | 200 | GET | https://conmenu.com/grupos/municipio/1021-grupo-aysha/121503070-pontes-de-garcia-rodriguez-as | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:56.785020 | 200 | GET | https://conmenu.com/grupos/municipio/1025-la-competencia/162001904-baliarrain | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:55.879420 | 200 | GET | https://conmenu.com/grupos/municipio/1021-grupo-aysha/070501174-orbita | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:55.843528 | 200 | GET | https://conmenu.com/mapa/municipio/111005087-guadalupe | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:55.778425 | 200 | GET | https://conmenu.com/mapa/municipio/090809180-ripollet | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:55.235356 | 200 | GET | https://conmenu.com/menus/loadMoreMunicipio/081903005 | application/json; charset=UTF-8 | Yes | |
2025-04-10 18:09:54.972660 | 200 | GET | https://conmenu.com/menuseventos/poblacion/1227030570102-albaredos | text/html; charset=UTF-8 | No | |
2025-04-10 18:09:54.846459 | 200 | GET | https://conmenu.com/menus/municipio/081903005-alarilla | text/html; charset=UTF-8 | No |
cm_id_user |
|
cm_name |
|
cm_lastname |
|
cm_user_group |
|
cm_hora | 20 |
cm_lang |
|
cm_gc_lang | English |
cm_token |
|
cm_settings |
|
cm_user_picture |
|
cm_pulse |
|
cm_notification |
|
title | |
description | |
keywords | |
page |
|
idPOB | 1227030142304 |
vista_actual | mapa |
vista_cambio | establishments |
url_mapa | /mapa/poblacion/1227030142304-ermida-a |
url_establishments | /establishments/poblacion/1227030142304-ermida-a |
tipo_vista | mapa |
url_semilla | /poblacion/1227030142304-ermida-a |
user_logged_in |
|
favoritos |
|
total |
|
establishments |
|
breadcrumb_items | <li class="breadcrumb-item">CCAA <a href="/mapa/ccaa/12-galicia" class="text-decoration-none">Galicia</a> </li> <li class="breadcrumb-item">Province <a href="/mapa/provincia/1227-lugo" class="text-decoration-none">Lugo</a> </li> <li class="breadcrumb-item">County <a href="/mapa/comarca/122703-central" class="text-decoration-none">Central</a> </li> <li class="breadcrumb-item">Municipality <a href="/mapa/municipio/122703014-corgo-o" class="text-decoration-none">CORGO (O)</a> </li><li class="breadcrumb-item">Entity <a href="/mapa/entidad/12270301423-franquean-santa-maria" class="text-decoration-none">FRANQUEAN (SANTA MARIA)</a> </li><li class="breadcrumb-item active" aria-current="page">Population <a href="#" class="text-decoration-none text-dark" data-bs-toggle="modal" data-bs-target="#poblacionesModal"><strong>ERMIDA (A) (0)</strong></a> </li><li class="breadcrumb-item"> <a href="#" class="text-decoration-none text-primary" data-bs-toggle="modal" data-bs-target="#cpModal"> Postal Code <i class="fa-solid fa-angle-down"></i> </a> </li><div class="modal fade" id="cpModal" tabindex="-1" aria-labelledby="cpModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content border-0 shadow-lg"> <div class="modal-header bg-light"> <h6 class="modal-title text-center w-100" id="cpModalLabel"> Postal Codes Municipality <span id="nombrePoblacion">CORGO (O)</span> </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapa/cp/27145' class='text-dark'>27145</a></div><div class='list-group-item'><a href='/mapa/cp/27162' class='text-dark'>27162</a></div><div class='list-group-item'><a href='/mapa/cp/27163' class='text-dark'>27163</a></div><div class='list-group-item'><a href='/mapa/cp/27164' class='text-dark'>27164</a></div><div class='list-group-item'><a href='/mapa/cp/27165' class='text-dark'>27165</a></div><div class='list-group-item'><a href='/mapa/cp/27168' class='text-dark'>27168</a></div> </div> </div> </div> </div> </div><div class="modal fade" id="poblacionesModal" tabindex="-1" aria-labelledby="poblacionesModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content border-0 shadow-lg"> <div class="modal-header bg-light"> <h6 class="modal-title text-center w-100" id="poblacionesModalLabel"> Populations in Municipality <span id="nombrePoblacion">CORGO (O)</span> </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapa/poblacion/1227030140101-abragan' class='text-dark'>ABRAGAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141701-abragan' class='text-dark'>ABRAGAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141601-abuin' class='text-dark'>ABUIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140202-aceas-as' class='text-dark'>ACEAS (AS)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140201-adai' class='text-dark'>ADAI</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142401-alfonxe' class='text-dark'>ALFONXE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141301-alto-de-gomean-o' class='text-dark'>ALTO DE GOMEAN (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143501-arrabaldo' class='text-dark'>ARRABALDO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143406-arroxos' class='text-dark'>ARROXOS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140501-arxemil' class='text-dark'>ARXEMIL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142501-barreal-o' class='text-dark'>BARREAL (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143001-barreiros' class='text-dark'>BARREIROS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142201-barrio-o' class='text-dark'>BARRIO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140601-bergazo' class='text-dark'>BERGAZO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140701-bocelo' class='text-dark'>BOCELO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140502-boelle' class='text-dark'>BOELLE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140702-cabreiros' class='text-dark'>CABREIROS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142801-campa-a' class='text-dark'>CAMPA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140801-campelo' class='text-dark'>CAMPELO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141801-campo-o' class='text-dark'>CAMPO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141702-campo-o' class='text-dark'>CAMPO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140901-camposo' class='text-dark'>CAMPOSO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142001-carboeiro-o' class='text-dark'>CARBOEIRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141202-carpanzal' class='text-dark'>CARPANZAL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140703-carreira-a' class='text-dark'>CARREIRA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140301-casanova-a' class='text-dark'>CASANOVA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142701-casetas-as' class='text-dark'>CASETAS (AS)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142502-casisaldo' class='text-dark'>CASISALDO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141001-castrillon' class='text-dark'>CASTRILLON</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141802-castro' class='text-dark'>CASTRO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140401-castro' class='text-dark'>CASTRO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142402-castro-o' class='text-dark'>CASTRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143401-caxin' class='text-dark'>CAXIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141101-cela' class='text-dark'>CELA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141203-cerceda' class='text-dark'>CERCEDA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143101-chamoso' class='text-dark'>CHAMOSO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142202-chavin' class='text-dark'>CHAVIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141704-chousa-a' class='text-dark'>CHOUSA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142301-cima-de-vila' class='text-dark'>CIMA DE VILA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143002-coedo' class='text-dark'>COEDO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140102-coedo' class='text-dark'>COEDO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142101-coedo' class='text-dark'>COEDO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143502-coeses' class='text-dark'>COESES</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141302-corgo-o' class='text-dark'>CORGO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140402-corral' class='text-dark'>CORRAL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142102-coto' class='text-dark'>COTO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141501-demondin' class='text-dark'>DEMONDIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141602-don-xulian' class='text-dark'>DON XULIAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142601-donalban' class='text-dark'>DONALBAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140304-eirexe-a' class='text-dark'>EIREXE (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142304-ermida-a' class='text-dark'>ERMIDA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142302-escardel' class='text-dark'>ESCARDEL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142403-escardel' class='text-dark'>ESCARDEL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141705-escoureda' class='text-dark'>ESCOUREDA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142602-estacion-a' class='text-dark'>ESTACION (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141703-estrada-a' class='text-dark'>ESTRADA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143601-estrada-a' class='text-dark'>ESTRADA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141901-fental-o' class='text-dark'>FENTAL (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141902-folaron' class='text-dark'>FOLARON</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141903-fompedrina' class='text-dark'>FOMPEDRIÑA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140302-fonteboa' class='text-dark'>FONTEBOA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141002-fontoira' class='text-dark'>FONTOIRA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143503-framil' class='text-dark'>FRAMIL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142303-franquean' class='text-dark'>FRANQUEAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141107-gandara-a' class='text-dark'>GANDARA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140303-golas' class='text-dark'>GOLAS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142404-gomean' class='text-dark'>GOMEAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143402-granda-a' class='text-dark'>GRANDA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141303-guimaras' class='text-dark'>GUIMARAS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141401-hospital-o' class='text-dark'>HOSPITAL (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140103-lago' class='text-dark'>LAGO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140104-laguino' class='text-dark'>LAGUIÑO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142802-lamapulleira' class='text-dark'>LAMAPULLEIRA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140403-lamapulleira' class='text-dark'>LAMAPULLEIRA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142503-lapio' class='text-dark'>LAPIO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140902-laxes' class='text-dark'>LAXES</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142603-laxosa' class='text-dark'>LAXOSA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143003-lence' class='text-dark'>LENCE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141003-lidor' class='text-dark'>LIDOR</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143004-loureiro-o' class='text-dark'>LOUREIRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142604-lousado-o' class='text-dark'>LOUSADO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142702-maceda' class='text-dark'>MACEDA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142803-manan-de-san-cosme' class='text-dark'>MANAN DE SAN COSME</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142901-manan-de-santa-maria' class='text-dark'>MANAN DE SANTA MARIA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143005-marei' class='text-dark'>MAREI</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143006-marino' class='text-dark'>MARIÑO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142405-matafaxin' class='text-dark'>MATAFAXIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140804-meson-do-caldeiro-o' class='text-dark'>MESON DO CALDEIRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141004-meson-do-caldeiro-o' class='text-dark'>MESON DO CALDEIRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142305-monte-de-silva-o' class='text-dark'>MONTE DE SILVA (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142002-monte-de-silva-o' class='text-dark'>MONTE DE SILVA (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140404-mourelle' class='text-dark'>MOURELLE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143407-muinos-os' class='text-dark'>MUIÑOS (OS)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140503-neda' class='text-dark'>NEDA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142306-oubime' class='text-dark'>OUBIME</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141904-outeiro' class='text-dark'>OUTEIRO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142307-outeiro-o' class='text-dark'>OUTEIRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143007-outeiro-o' class='text-dark'>OUTEIRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141905-pacio-o' class='text-dark'>PACIO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142406-pacio-o' class='text-dark'>PACIO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141102-pacios' class='text-dark'>PACIOS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143102-paradela' class='text-dark'>PARADELA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143303-pedra-a' class='text-dark'>PEDRA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141005-pedradreita' class='text-dark'>PEDRADREITA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143202-pedrafita' class='text-dark'>PEDRAFITA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141103-pedregas-os' class='text-dark'>PEDREGAS (OS)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140405-peizas' class='text-dark'>PEIZAS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142606-penamoura' class='text-dark'>PENAMOURA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142504-peneda-a' class='text-dark'>PENEDA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143301-pineiro' class='text-dark'>PIÑEIRO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142003-pineiro-o' class='text-dark'>PIÑEIRO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143103-placer-o' class='text-dark'>PLACER (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141104-ponte-de-neira-a' class='text-dark'>PONTE DE NEIRA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142605-ponte-do-vao-a' class='text-dark'>PONTE DO VAO (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141307-portela-a' class='text-dark'>PORTELA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140406-portela-a' class='text-dark'>PORTELA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143504-porto' class='text-dark'>PORTO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143104-pousada' class='text-dark'>POUSADA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143403-queizan-de-abaixo' class='text-dark'>QUEIZAN DE ABAIXO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143404-queizan-de-arriba' class='text-dark'>QUEIZAN DE ARRIBA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143302-quetesende' class='text-dark'>QUETESENDE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143505-quinte' class='text-dark'>QUINTE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141502-quintela' class='text-dark'>QUINTELA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143405-ramos' class='text-dark'>RAMOS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141105-ranoa-a' class='text-dark'>RAÑOA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142103-reboredo' class='text-dark'>REBOREDO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141106-reconco-o' class='text-dark'>RECONCO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142804-rego-o' class='text-dark'>REGO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141803-reguengo-o' class='text-dark'>REGUENGO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140802-rioseco' class='text-dark'>RIOSECO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142203-rubial' class='text-dark'>RUBIAL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143602-sabarei-de-abaixo' class='text-dark'>SABAREI DE ABAIXO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143603-sabarei-de-arriba' class='text-dark'>SABAREI DE ARRIBA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143008-samprizon' class='text-dark'>SAMPRIZON</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141503-san-bartolomeu' class='text-dark'>SAN BARTOLOMEU</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141603-san-cristovo' class='text-dark'>SAN CRISTOVO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143105-san-fiz' class='text-dark'>SAN FIZ</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142204-san-lourenzo' class='text-dark'>SAN LOURENZO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140504-san-martin-de-perlinos' class='text-dark'>SAN MARTIN DE PERLIÑOS</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141907-san-pedro' class='text-dark'>SAN PEDRO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143009-san-simon' class='text-dark'>SAN SIMON</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143701-san-xoan' class='text-dark'>SAN XOAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140705-santa-marina' class='text-dark'>SANTA MARIÑA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140305-santalla' class='text-dark'>SANTALLA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141402-santo-andre' class='text-dark'>SANTO ANDRE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142004-santo-estevo' class='text-dark'>SANTO ESTEVO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143702-segovia' class='text-dark'>SEGOVIA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141304-sendin' class='text-dark'>SENDIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142104-seoane' class='text-dark'>SEOANE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141305-serin' class='text-dark'>SERIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141908-sernande' class='text-dark'>SERNANDE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141604-souto-o' class='text-dark'>SOUTO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143010-souto-o' class='text-dark'>SOUTO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142205-soutolubian' class='text-dark'>SOUTOLUBIAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141306-teso-o' class='text-dark'>TESO (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140407-torre-a' class='text-dark'>TORRE (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142407-torron-o' class='text-dark'>TORRON (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141909-trasfontao' class='text-dark'>TRASFONTAO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142209-trasmeilan' class='text-dark'>TRASMEILAN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143107-uzal' class='text-dark'>UZAL</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141910-vacariza-a' class='text-dark'>VACARIZA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142408-val-o' class='text-dark'>VAL (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142409-valverde' class='text-dark'>VALVERDE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141204-veiga-a' class='text-dark'>VEIGA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142005-veiga-de-anzuelos-a' class='text-dark'>VEIGA DE ANZUELOS (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140306-vigo' class='text-dark'>VIGO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141804-vila-a' class='text-dark'>VILA (A)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142207-vilaboa' class='text-dark'>VILABOA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143703-vilaceleiro' class='text-dark'>VILACELEIRO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143801-vilacha' class='text-dark'>VILACHA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142105-vilacorbe' class='text-dark'>VILACORBE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140704-vilagamelle' class='text-dark'>VILAGAMELLE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142208-vilamarin' class='text-dark'>VILAMARIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140803-vilamarin' class='text-dark'>VILAMARIN</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143011-vilanova' class='text-dark'>VILANOVA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030143106-vilanova' class='text-dark'>VILANOVA</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141403-vilapene' class='text-dark'>VILAPENE</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141911-vilar' class='text-dark'>VILAR</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030140307-vilar' class='text-dark'>VILAR</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142308-vilar-o' class='text-dark'>VILAR (O)</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030142703-vilarino' class='text-dark'>VILARIÑO</a></div><div class='list-group-item'><a href='/mapa/poblacion/1227030141912-vilasusao' class='text-dark'>VILASUSAO</a></div> </div> </div> </div> </div> </div> |
breadcrumb_titulo | Population ERMIDA (A) (0) |
__ci_last_regenerate | 1744308568 |
settings | Array ( [id_settings] => 1 [title] => ConMenu.com [activate_frontend] => 1 [logo] => [icon] => [default_language] => es [default_role] => fff26488a4249d76a8de5c0426acb8f7 [default_date_format] => d-m-Y [default_hour_format] => 24 [default_currency] => EUR [default_currency_position] => right [default_currency_separation] => comma [default_country] => ES [default_theme] => 1 [default_theme_front] => 2 [default_timezone] => Europe/Madrid [seo_description] => La oferta gastronómica de los establecimientos de hostelería de España [seo_keywords] => ConMenu, ConMenu.com, Restaurantes, Bares, Gastronomía, Cartas, Menús [email_gateway] => smtp [email_name] => info@conmenu.com [email_address] => info@conmenu.com [email_smtp] => conmenu.com [email_port] => 587 [email_pass] => SD@Carmen&Oscar@1109! [email_cert] => tls [email_account_id] => [email_auth_token] => [email_info_add] => [sms_gateway] => twilio [sms_account_id] => AC3836ed0cef185ff92824e75224984de4 [sms_auth_token] => ac0017d04b777cdea686af8aacce0c34 [sms_info_add] => +18312492348 [captcha_gateway] => hcaptcha [captcha_site_key] => 151e783e-b16e-4eba-8102-625ecd5ca560 [captcha_secret_key] => ES_ce7b131d88dd4b84bc29b690e3a4852d [captcha_register] => 1 [captcha_login] => 1 [captcha_recovery] => 1 [registration] => 1 [terms_conditions] => 0 [terms_conditions_text] => <p><br><br></p> [email_confirmation] => 1 [sms_confirmation] => 0 [send_user_register] => d1971b013f67169a8e92c642684a738e [send_email_register] => 1 [send_sms_register] => 1 [send_notification_register] => 1 [send_email_welcome] => 1 [send_sms_welcome] => 0 [remember_me] => 1 [forgot_password] => 1 [two_factor_auth] => 1 [throttle_auth] => 1 [throttle_auth_max_attempts] => 3 [throttle_auth_lockour_time] => 12 [jwt_token_lifetime] => 30 [jwt_private_key] => CONMENU-8cd98f00B204e9800998ECf8427e [group_api] => {"115b5ad39b853084209caf6824224f6b":[["api","user","get","115b5ad39b853084209caf6824224f6b",true],["api","user","post","115b5ad39b853084209caf6824224f6b",true],["api","user","del","115b5ad39b853084209caf6824224f6b",true],["api","user","put","115b5ad39b853084209caf6824224f6b",true]],"fff26488a4249d76a8de5c0426acb8f7":[["api","user","get","fff26488a4249d76a8de5c0426acb8f7",false],["api","user","post","fff26488a4249d76a8de5c0426acb8f7",false],["api","user","del","fff26488a4249d76a8de5c0426acb8f7",false],["api","user","put","fff26488a4249d76a8de5c0426acb8f7",false]]} [block_external_api] => 0 [ip_allowed_api] => [enable_api] => 1 [remove_log] => 0 [remove_log_time] => 180 [remove_log_latest] => 2024-11-19 12:45:20 [storage_gateway] => local [aws_endpoint] => [aws_key] => [aws_secret] => [aws_region] => [aws_bucket] => [backup_storage] => local [backup_table] => all [backup_email] => [backup_notification_email] => 0 [backup_automatic] => 0 [backup_time] => 00:00:00 [backup_latest] => 2024-11-21 12:28:12 [pusher_appId] => 1676640 [pusher_key] => 087199feb0361b32e424 [pusher_secret] => 288c6dd22ba56f5128d7 [pusher_cluster] => eu [pusher_useTLS] => 1 [pusher_scheme] => 1 [pusher_enable] => 1 [module_enable] => 1 [layout_enable] => 0 [purchase_code] => 0909789789053053TT [updated_at] => 2025-02-20 18:31:14 ) |
notification | Array ( ) |
pulse | 0 |
_ci_previous_url | https://conmenu.com/mapamenus/cp/48480 |
Cookie | ci_session=5c4fc4b16c1525d64c9a558d35e025b3; conmenu_cookie=76d4f80eca8ee6adb0e604f11f21e6f2 |
Priority | u=0, i |
Accept-Encoding | gzip, deflate, br, zstd |
Sec-Fetch-Dest | document |
Sec-Fetch-User | ?1 |
Sec-Fetch-Mode | navigate |
Sec-Fetch-Site | none |
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Upgrade-Insecure-Requests | 1 |
Sec-Ch-Ua-Platform | "Windows" |
Sec-Ch-Ua-Mobile | ?0 |
Sec-Ch-Ua | "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129" |
Cache-Control | no-cache |
Pragma | no-cache |
Connection | close |
X-Real-Ip | 3.145.63.63 |
Host | conmenu.com |
ci_session | 5c4fc4b16c1525d64c9a558d35e025b3 |
conmenu_cookie | 76d4f80eca8ee6adb0e604f11f21e6f2 |
Content-Type | text/html; charset=UTF-8 |
CodeIgniter Version: | 4.6.0 |
PHP Version: | 8.4.5 |
PHP SAPI: | fpm-fcgi |
Environment: | development |
Base URL: | https://conmenu.com |
Timezone: | Europe/Madrid |
Locale: | en |
Content Security Policy Enabled: | No |