Leaflet © Thunderforest, © OpenStreetMap contributors
Menú
Categorías
Opciones

© 2025 ConMenu.com - Todos los derechos reservados.
NAME COMPONENT DURATION 0 ms 5 ms 10 ms 15 ms 20 ms 25 ms
BootstrapTimer4.52 ms
Event: pre_systemEvents2.03 ms
Required Before FiltersTimer1.99 ms
RoutingTimer1.85 ms
Before FiltersTimer0.36 ms
ControllerTimer18.21 ms
Controller ConstructorTimer4.76 ms
Connecting to Database: "default"Database0.27 ms
QueryDatabase0.24 ms
SELECT * FROM `settings` LIMIT 1
Event: dbqueryEvents0.01 ms
QueryDatabase0.36 ms
SELECT DISTINCT `mc`.`ID_establecimiento` FROM `md_tapas` AS `mc` INNER JOIN `establecimientos` AS `e` ON `mc`.`ID_establecimiento` = `e`.`ID_establecimiento` INNER JOIN `establecimientos_localizaciones` AS `el` ON `mc`.`ID_establecimiento` = `el`.`ID_establecimiento` WHERE `mc`.`acronimo_clasificacion_gral` = 'TP' AND `e`.`estado_establecimiento` = 1 AND `el`.`idPRO` = '1012'
Event: dbqueryEvents0.01 ms
QueryDatabase0.15 ms
SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idPRO` = '1012' ORDER BY `ES_provincias`.`nomPRO` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase0.51 ms
SELECT `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_comarcas` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_comarcas`.`idPRO` = '1012' ORDER BY `ES_comarcas`.`nomCOM` ASC
Event: dbqueryEvents0.00 ms
QueryDatabase0.32 ms
SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idCCAA` = '10' ORDER BY `ES_provincias`.`nomPRO` ASC
Event: dbqueryEvents0.01 ms
QueryDatabase9.50 ms
SELECT `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_municipios` 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_municipios`.`idPRO` = '1012' ORDER BY `ES_municipios`.`nomMUN` ASC
Event: dbqueryEvents0.01 ms
View: conmenu/mapatapas/index.phpViews0.62 ms
View: conmenu/partials_frontend/google_tag_manager_head.phpViews0.05 ms
View: conmenu/partials_frontend/head.phpViews0.05 ms
View: conmenu/partials_frontend/google_tag_manager_body.phpViews0.03 ms
View: conmenu/partials_frontend/header.phpViews0.04 ms
View: conmenu/partials_frontend/breadcrumb.phpViews0.03 ms
View: conmenu/partials_frontend/vista_selector_menustapas.phpViews0.03 ms
View: conmenu/partials_frontend/ubicacion_modal.phpViews0.03 ms
View: conmenu/partials_frontend/filtros_modal.phpViews0.03 ms
View: conmenu/partials_frontend/establishment_modal.phpViews0.02 ms
View: conmenu/partials_frontend/footer.phpViews0.04 ms
View: conmenu/partials_frontend/offcanvas_menu.phpViews0.04 ms
View: conmenu/partials_frontend/script0.phpViews0.03 ms
View: conmenu/partials_frontend/script1.phpViews0.02 ms
View: conmenu/partials_frontend/script4.phpViews0.03 ms
After FiltersTimer0.06 ms

Database (6 total Queries, 6 of them unique across 1 Connection)

Time Query String
0.24 ms SELECT * FROM `settings` LIMIT 1 APPPATH/Controllers/Mapatapas.php:31
  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/Mapatapas.php:31
        CodeIgniter\BaseModel->first()

  5    SYSTEMPATH/CodeIgniter.php:903
        App\Controllers\Mapatapas->__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.36 ms SELECT DISTINCT `mc`.`ID_establecimiento` FROM `md_tapas` AS `mc` INNER JOIN `establecimientos` AS `e` ON `mc`.`ID_establecimiento` = `e`.`ID_establecimiento` INNER JOIN `establecimientos_localizaciones` AS `el` ON `mc`.`ID_establecimiento` = `el`.`ID_establecimiento` WHERE `mc`.`acronimo_clasificacion_gral` = 'TP' AND `e`.`estado_establecimiento` = 1 AND `el`.`idPRO` = '1012' APPPATH/Models/TapasModel.php:95
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/TapasModel.php:95
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapatapas.php:299
        App\Models\TapasModel->getEstablecimientosConTapasLocalizado()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapatapas->provincia()

  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.15 ms SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idPRO` = '1012' ORDER BY `ES_provincias`.`nomPRO` ASC APPPATH/Models/TapasModel.php:389
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/TapasModel.php:389
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapatapas.php:347
        App\Models\TapasModel->getProvincia()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapatapas->provincia()

  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.5 ms SELECT `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_comarcas` INNER JOIN `ES_provincias` ON `ES_comarcas`.`idPRO` = `ES_provincias`.`idPRO` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_comarcas`.`idPRO` = '1012' ORDER BY `ES_comarcas`.`nomCOM` ASC APPPATH/Models/TapasModel.php:424
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/TapasModel.php:424
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapatapas.php:349
        App\Models\TapasModel->getComarcaByIdPRO()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapatapas->provincia()

  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.32 ms SELECT `ES_provincias`.`idPRO`, `ES_provincias`.`nomPRO`, `ES_provincias`.`slugPRO`, `ES_ccaa`.`idCCAA`, `ES_ccaa`.`nomCCAA`, `ES_ccaa`.`slugCCAA` FROM `ES_provincias` INNER JOIN `ES_ccaa` ON `ES_provincias`.`idCCAA` = `ES_ccaa`.`idCCAA` WHERE `ES_provincias`.`idCCAA` = '10' ORDER BY `ES_provincias`.`nomPRO` ASC APPPATH/Models/TapasModel.php:400
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/TapasModel.php:400
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapatapas.php:353
        App\Models\TapasModel->getProvinciaByIdCCAA()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapatapas->provincia()

  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()

9.5 ms SELECT `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_municipios` 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_municipios`.`idPRO` = '1012' ORDER BY `ES_municipios`.`nomMUN` ASC APPPATH/Models/TapasModel.php:463
  1    SYSTEMPATH/Database/BaseBuilder.php:1649
        CodeIgniter\Database\BaseConnection->query()

  2    APPPATH/Models/TapasModel.php:463
        CodeIgniter\Database\BaseBuilder->get()

  3    APPPATH/Controllers/Mapatapas.php:357
        App\Models\TapasModel->getMunicipioByIdPRO()

  4    SYSTEMPATH/CodeIgniter.php:933
        App\Controllers\Mapatapas->provincia()

  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()

Files ( 225 )

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
Mapatapas.php APPPATH/Controllers/Mapatapas.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
TapasModel.php APPPATH/Models/TapasModel.php
UserModel.php APPPATH/Models/UserModel.php
UserOauthModel.php APPPATH/Models/UserOauthModel.php
index.php APPPATH/Views/conmenu/mapatapas/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_menustapas.php APPPATH/Views/conmenu/partials_frontend/vista_selector_menustapas.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

Routes

Matched Route

Directory:
Controller: \App\Controllers\Mapatapas
Method: provincia
Params: 1 / 1
$slugPRO = 1012-castellon

Defined Routes

Method Route Handler
GET / \App\Controllers\Home::index
GET lang/{locale} \App\Controllers\Language::index
GET
establishment/data/([^/]+)
establishment/data/
\App\Controllers\Establishment::data/$1
GET
establishment/([^/]+)
establishment/
\App\Controllers\Establishment::index/$1
GET subscription/createPlan \App\Controllers\Subscription::createPlan
GET subscription/plans \App\Controllers\Subscription::showPlans
GET
subscription/subscribe/([^/]+)
subscription/subscribe/
\App\Controllers\Subscription::subscribe/$1
GET subscription/success \App\Controllers\Subscription::success
GET
subscription/cancel/([^/]+)
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/provincia/([^/]+)
establishments/provincia/
\App\Controllers\Establishments::provincia/$1
GET
establishments/loadMoreProvincia/([^/]+)
establishments/loadMoreProvincia/
\App\Controllers\Establishments::loadMoreProvincia/$1
GET
establishments/municipio/([^/]+)
establishments/municipio/
\App\Controllers\Establishments::municipio/$1
GET
establishments/loadMoreMunicipio/([^/]+)
establishments/loadMoreMunicipio/
\App\Controllers\Establishments::loadMoreMunicipio/$1
GET
establishments/poblacion/([^/]+)
establishments/poblacion/
\App\Controllers\Establishments::poblacion/$1
GET
establishments/loadMorePoblacion/([^/]+)
establishments/loadMorePoblacion/
\App\Controllers\Establishments::loadMorePoblacion/$1
GET
establishments/cp/([^/]+)
establishments/cp/
\App\Controllers\Establishments::cp/$1
GET
establishments/loadMoreCP/([^/]+)
establishments/loadMoreCP/
\App\Controllers\Establishments::loadMoreCP/$1
GET
establishments/cppoblaciones/([^/]+)/([^/]+)
establishments/cppoblaciones//([^/]+)
\App\Controllers\Establishments::cppoblaciones/$1/$2
GET
establishments/loadMoreCPpoblaciones/([^/]+)/([^/]+)
establishments/loadMoreCPpoblaciones//([^/]+)
\App\Controllers\Establishments::loadMoreCPpoblaciones/$1/$2
GET
establishments/([^/]+)
establishments/
\App\Controllers\Establishments::index/$1
GET
grupos/([^/]+)
grupos/
\App\Controllers\Grupos::index/$1
GET
mapagrupos/([^/]+)
mapagrupos/
\App\Controllers\Mapagrupos::index/$1
GET menus/loadMore \App\Controllers\Menus::loadMore
GET
menus/([^/]+)
menus/
\App\Controllers\Menus::index/$1
GET menusgrupo/loadMore \App\Controllers\Menusgrupo::loadMore
GET
menusgrupo/([^/]+)
menusgrupo/
\App\Controllers\Menusgrupo::index/$1
GET menuseventos/loadMore \App\Controllers\Menuseventos::loadMore
GET
menuseventos/([^/]+)
menuseventos/
\App\Controllers\Menuseventos::index/$1
GET menuscelebraciones/loadMore \App\Controllers\Menuscelebraciones::loadMore
GET
menuscelebraciones/([^/]+)
menuscelebraciones/
\App\Controllers\Menuscelebraciones::index/$1
GET tapas/loadMore \App\Controllers\Tapas::loadMore
GET
tapas/([^/]+)
tapas/
\App\Controllers\Tapas::index/$1
GET mapa \App\Controllers\Mapa::index
GET
mapa/ccaa/([^/]+)
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]+)
e/
\App\Controllers\Redirector::redirectToEstablishment/$1
GET
m/([0-9]+)
m/
\App\Controllers\Redirector::redirectToMenus/$1
GET
g/([0-9]+)
g/
\App\Controllers\Redirector::redirectToMenusGrupo/$1
GET
v/([0-9]+)
v/
\App\Controllers\Redirector::redirectToMenusEventos/$1
GET
c/([0-9]+)
c/
\App\Controllers\Redirector::redirectToMenusCelebraciones/$1
GET
t/([0-9]+)
t/
\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/([^/]+)
api/user/
\App\Controllers\Api::user/id/$1
GET example/customers \App\Controllers\Example::customers
GET
example/customers/([^/]+)(/([^/]+))?
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

Events

Time Event Name Times Called
2.03 ms pre_system 1
0.03 ms dbquery 6

History

Action Datetime Status Method URL Content-Type Is AJAX?
2025-04-05 04:16:35.025919 200 GET https://conmenu.com/mapamenuseventos/poblacion/1227050590305-bertonia-a text/html; charset=UTF-8 No
2025-04-05 04:16:34.514475 200 GET https://conmenu.com/mapatapas/provincia/1012-castellon text/html; charset=UTF-8 No
2025-04-05 04:16:34.510515 200 GET https://conmenu.com/mapatapas/provincia/1726-rioja-la text/html; charset=UTF-8 No
2025-04-05 04:16:34.478236 200 GET https://conmenu.com/menus/municipio/081302098-viso-del-marques text/html; charset=UTF-8 No
2025-04-05 04:16:34.305305 200 GET https://conmenu.com/mapa/cp/14490 text/html; charset=UTF-8 No
2025-04-05 04:16:34.057424 200 GET https://conmenu.com/mapamenus/nucleo/1236019020710101-chamadoira text/html; charset=UTF-8 No
2025-04-05 04:16:33.484812 200 GET https://conmenu.com/tapas/poblacion/0816050960001-graja-de-iniesta text/html; charset=UTF-8 No
2025-04-05 04:16:32.931146 200 GET https://conmenu.com/menuseventos/cp/10330 text/html; charset=UTF-8 No
2025-04-05 04:16:31.744232 200 GET https://conmenu.com/mapamenusgrupo/cp/27143 text/html; charset=UTF-8 No
2025-04-05 04:16:31.677994 200 GET https://conmenu.com/menuseventos/poblacion/0535010190024-montana-la-data text/html; charset=UTF-8 No
2025-04-05 04:16:31.431685 200 GET https://conmenu.com/menus/poblacion/1227050160609-laxa-de-arriba-a text/html; charset=UTF-8 No
2025-04-05 04:16:31.236451 200 GET https://conmenu.com/mapamenusgrupo/municipio/111006160-romangordo text/html; charset=UTF-8 No
2025-04-05 04:16:30.870613 200 GET https://conmenu.com/menuseventos/cp/20259 text/html; charset=UTF-8 No
2025-04-05 04:16:29.846603 200 GET https://conmenu.com/menuseventos/nucleo/1531022410009499-diseminado text/html; charset=UTF-8 No
2025-04-05 04:16:29.069755 200 GET https://conmenu.com/menuseventos/nucleo/0737032060001701-morinigo text/html; charset=UTF-8 No
2025-04-05 04:16:28.860201 200 GET https://conmenu.com/mapamenuseventos/poblacion/1215020520724-vilarino text/html; charset=UTF-8 No
2025-04-05 04:16:28.857581 200 GET https://conmenu.com/mapatapas/poblacion/1236020320104-castrino-o text/html; charset=UTF-8 No
2025-04-05 04:16:28.013811 200 GET https://conmenu.com/menuseventos/poblacion/1232030670606-rairiz-de-veiga text/html; charset=UTF-8 No
2025-04-05 04:16:27.941873 200 GET https://conmenu.com/mapamenuseventos/municipio/111010099-holguera text/html; charset=UTF-8 No
2025-04-05 04:16:27.008243 200 GET https://conmenu.com/mapamenuseventos/poblacion/1215010191750-seixal-o text/html; charset=UTF-8 No

View Data

title
description
keywords
page
$value array (0)
idPRO 1012
vista_actual mapatapas
vista_cambio tapas
url_menus /tapas/provincia/1012-castellon
url_mapamenus /mapatapas/provincia/1012-castellon
tipo_vista mapa
url_semilla /provincia/1012-castellon
establishments
$value array (0)
total
$value integer 0
breadcrumb_items <li class="breadcrumb-item">CCAA <a href="/mapatapas/ccaa/10-comunidad-valenciana" class="text-decoration-none">Comunidad Valenciana</a> </li> <li class="breadcrumb-item active" aria-current="page">Province <a href="#" class="text-decoration-none text-dark" data-bs-toggle="modal" data-bs-target="#provinciaModal"><strong>Castellón (0)</strong></a> </li> <li class="breadcrumb-item"> <a href="#" class="text-decoration-none text-primary" data-bs-toggle="modal" data-bs-target="#nucleosModal"> County <i class="fa-solid fa-angle-down"></i> </a> </li> <li class="breadcrumb-item"> <a href="#" class="text-decoration-none text-primary" data-bs-toggle="modal" data-bs-target="#municipiosModal"> Municipality <i class="fa-solid fa-angle-down"></i> </a> </li> <div class="modal fade" id="nucleosModal" tabindex="-1" aria-labelledby="nucleosModalLabel" 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="nucleosModalLabel"> Counties in Province <span id="nombrePoblacion">Castellón</span> </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapatapas/comarca/101201-alto-maestrazgo' class='text-dark'>Alto Maestrazgo</a></div><div class='list-group-item'><a href='/mapatapas/comarca/101202-bajo-maestrazgo' class='text-dark'>Bajo Maestrazgo</a></div><div class='list-group-item'><a href='/mapatapas/comarca/101206-la-plana' class='text-dark'>La Plana</a></div><div class='list-group-item'><a href='/mapatapas/comarca/101205-litoral-norte' class='text-dark'>Litoral Norte</a></div><div class='list-group-item'><a href='/mapatapas/comarca/101203-llanos-centrales' class='text-dark'>Llanos Centrales</a></div><div class='list-group-item'><a href='/mapatapas/comarca/101207-palancia' class='text-dark'>Palancia</a></div><div class='list-group-item'><a href='/mapatapas/comarca/101204-penagolosa' class='text-dark'>Peñagolosa</a></div> </div> </div> </div> </div> </div> <div class="modal fade" id="provinciaModal" tabindex="-1" aria-labelledby="provinciaModalLabel" 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="provinciaModalLabel"> Provinces in Comunidad Valenciana </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapatapas/provincia/1003-alicante' class='text-dark'>Alicante</a></div><div class='list-group-item'><a href='/mapatapas/provincia/1012-castellon' class='text-dark'>Castellón</a></div><div class='list-group-item'><a href='/mapatapas/provincia/1046-valencia' class='text-dark'>Valencia</a></div> </div> </div> </div> </div> </div> <div class="modal fade" id="municipiosModal" tabindex="-1" aria-labelledby="municipiosModalLabel" 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="municipiosModalLabel"> Municipalities in Province <span id="nombrePoblacion">Castellón</span> </h6> </div> <div class="modal-body p-2"> <div class="list-group small" id="listaNucleos"> <div class='list-group-item'><a href='/mapatapas/municipio/101207002-ain' class='text-dark'>AÍN</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202003-albocàsser' class='text-dark'>ALBOCÀSSER</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101205004-alcalà-de-xivert' class='text-dark'>ALCALÀ DE XIVERT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204005-alcora-l' class='text-dark'>ALCORA (L')</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207006-alcudia-de-veo' class='text-dark'>ALCUDIA DE VEO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206007-alfondeguilla' class='text-dark'>ALFONDEGUILLA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207008-algimia-de-almonacid' class='text-dark'>ALGIMIA DE ALMONACID</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206009-almassora' class='text-dark'>ALMASSORA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207010-almedijar' class='text-dark'>ALMEDÍJAR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206011-almenara' class='text-dark'>ALMENARA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206901-alqueries-les-alquerias-del-nino-perdido' class='text-dark'>ALQUERIES (LES)/ALQUERÍAS DEL NIÑO PERDIDO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207012-altura' class='text-dark'>ALTURA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207013-aranuel' class='text-dark'>ARAÑUEL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201014-ares-del-maestrat' class='text-dark'>ARES DEL MAESTRAT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206015-argelita' class='text-dark'>ARGELITA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206016-artana' class='text-dark'>ARTANA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203001-atzeneta-del-maestrat' class='text-dark'>ATZENETA DEL MAESTRAT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207017-ayodar' class='text-dark'>AYÓDAR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207018-azuebar' class='text-dark'>AZUÉBAR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207020-barracas' class='text-dark'>BARRACAS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207022-bejis' class='text-dark'>BEJÍS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207024-benafer' class='text-dark'>BENAFER</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203025-benafigos' class='text-dark'>BENAFIGOS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203026-benassal' class='text-dark'>BENASSAL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101205027-benicarlo' class='text-dark'>BENICARLÓ</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206028-benicàssim-benicasim' class='text-dark'>BENICÀSSIM/BENICASIM</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203029-benlloc' class='text-dark'>BENLLOC</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206021-betxi' class='text-dark'>BETXÍ</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206032-borriana-burriana' class='text-dark'>BORRIANA/BURRIANA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206031-borriol' class='text-dark'>BORRIOL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206033-cabanes' class='text-dark'>CABANES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101205034-càlig' class='text-dark'>CÀLIG</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202036-canet-lo-roig' class='text-dark'>CANET LO ROIG</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201037-castell-de-cabres' class='text-dark'>CASTELL DE CABRES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201038-castellfort' class='text-dark'>CASTELLFORT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207039-castellnovo' class='text-dark'>CASTELLNOVO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206040-castello-de-la-plana' class='text-dark'>CASTELLÓ DE LA PLANA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204041-castillo-de-villamalefa' class='text-dark'>CASTILLO DE VILLAMALEFA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202042-cati' class='text-dark'>CATÍ</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207043-caudiel' class='text-dark'>CAUDIEL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202044-cervera-del-maestre' class='text-dark'>CERVERA DEL MAESTRE</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206053-chilches-xilxes' class='text-dark'>CHILCHES/XILXES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207056-chovar' class='text-dark'>CHÓVAR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201045-cinctorres' class='text-dark'>CINCTORRES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207046-cirat' class='text-dark'>CIRAT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204048-cortes-de-arenoso' class='text-dark'>CORTES DE ARENOSO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203049-costur' class='text-dark'>COSTUR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202050-coves-de-vinromà-les' class='text-dark'>COVES DE VINROMÀ (LES)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203051-culla' class='text-dark'>CULLA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207057-eslida' class='text-dark'>ESLIDA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206058-espadilla' class='text-dark'>ESPADILLA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206059-fanzara' class='text-dark'>FANZARA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204060-figueroles' class='text-dark'>FIGUEROLES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201061-forcall' class='text-dark'>FORCALL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207063-fuente-la-reina' class='text-dark'>FUENTE LA REINA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207064-fuentes-de-ayodar' class='text-dark'>FUENTES DE AYÓDAR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207065-gaibiel' class='text-dark'>GAIBIEL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207067-geldo' class='text-dark'>GELDO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201068-herbers' class='text-dark'>HERBERS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207069-higueras' class='text-dark'>HIGUERAS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202070-jana-la' class='text-dark'>JANA (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207071-jerica' class='text-dark'>JÉRICA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206074-llosa-la' class='text-dark'>LLOSA (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204072-llucena-lucena-del-cid' class='text-dark'>LLUCENA/LUCENA DEL CID</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204073-ludiente' class='text-dark'>LUDIENTE</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201075-mata-de-morella-la' class='text-dark'>MATA DE MORELLA (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207076-matet' class='text-dark'>MATET</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206077-moncofa' class='text-dark'>MONCOFA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207078-montan' class='text-dark'>MONTÁN</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207079-montanejos' class='text-dark'>MONTANEJOS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201080-morella' class='text-dark'>MORELLA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207081-navajas' class='text-dark'>NAVAJAS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206082-nules' class='text-dark'>NULES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201083-olocau-del-rey' class='text-dark'>OLOCAU DEL REY</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206084-onda' class='text-dark'>ONDA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206085-orpesa-oropesa-del-mar' class='text-dark'>ORPESA/OROPESA DEL MAR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201087-palanques' class='text-dark'>PALANQUES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207088-pavias' class='text-dark'>PAVÍAS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101205089-peniscola-peniscola' class='text-dark'>PENÍSCOLA/PEÑÍSCOLA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207090-pina-de-montalgrao' class='text-dark'>PINA DE MONTALGRAO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201093-pobla-de-benifassà-la' class='text-dark'>POBLA DE BENIFASSÀ (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203094-pobla-tornesa-la' class='text-dark'>POBLA TORNESA (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201091-portell-de-morella' class='text-dark'>PORTELL DE MORELLA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207092-puebla-de-arenoso' class='text-dark'>PUEBLA DE ARENOSO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206095-ribesalbes' class='text-dark'>RIBESALBES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202096-rossell' class='text-dark'>ROSSELL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207097-sacanet' class='text-dark'>SACAÑET</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202098-salzadella-la' class='text-dark'>SALZADELLA (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202101-san-rafael-del-rio' class='text-dark'>SAN RAFAEL DEL RÍO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203902-sant-joan-de-moro' class='text-dark'>SANT JOAN DE MORÓ</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101205099-sant-jordi-san-jorge' class='text-dark'>SANT JORDI/SAN JORGE</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202100-sant-mateu' class='text-dark'>SANT MATEU</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101205102-santa-magdalena-de-pulpis' class='text-dark'>SANTA MAGDALENA DE PULPIS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207104-segorbe' class='text-dark'>SEGORBE</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203103-serratella-la' class='text-dark'>SERRATELLA (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203105-sierra-engarceran' class='text-dark'>SIERRA ENGARCERÁN</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207106-soneja' class='text-dark'>SONEJA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207107-sot-de-ferrer' class='text-dark'>SOT DE FERRER</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207108-suera-sueras' class='text-dark'>SUERA/SUERAS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206109-tales' class='text-dark'>TALES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207110-teresa' class='text-dark'>TERESA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202111-tirig' class='text-dark'>TÍRIG</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201112-todolella' class='text-dark'>TODOLELLA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206113-toga' class='text-dark'>TOGA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207114-toras' class='text-dark'>TORÁS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207115-toro-el' class='text-dark'>TORO (EL)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207116-torralba-del-pinar' class='text-dark'>TORRALBA DEL PINAR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203119-torre-den-besora--la' class='text-dark'>TORRE D'EN BESORA, LA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203120-torre-den-domenec-la' class='text-dark'>TORRE D'EN DOMÉNEC (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206117-torreblanca' class='text-dark'>TORREBLANCA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207118-torrechiva' class='text-dark'>TORRECHIVA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202121-traiguera' class='text-dark'>TRAIGUERA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203122-useres--les-useras' class='text-dark'>USERES, LES/USERAS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203124-vall-dalba' class='text-dark'>VALL D'ALBA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206126-vall-duixo-la' class='text-dark'>VALL D'UIXÓ (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207125-vall-de-almonacid' class='text-dark'>VALL DE ALMONACID</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206123-vallat' class='text-dark'>VALLAT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201127-vallibona' class='text-dark'>VALLIBONA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206135-vila-real' class='text-dark'>VILA-REAL</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203128-vilafames' class='text-dark'>VILAFAMÉS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201129-vilafranca-villafranca-del-cid' class='text-dark'>VILAFRANCA/VILLAFRANCA DEL CID</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203132-vilanova-dalcolea' class='text-dark'>VILANOVA D'ALCOLEA</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101203134-vilar-de-canes' class='text-dark'>VILAR DE CANES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101206136-vilavella-la' class='text-dark'>VILAVELLA (LA)</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204130-villahermosa-del-rio' class='text-dark'>VILLAHERMOSA DEL RÍO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207131-villamalur' class='text-dark'>VILLAMALUR</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207133-villanueva-de-viver' class='text-dark'>VILLANUEVA DE VIVER</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201137-villores' class='text-dark'>VILLORES</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101205138-vinaròs' class='text-dark'>VINARÒS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204139-vistabella-del-maestrat' class='text-dark'>VISTABELLA DEL MAESTRAT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101207140-viver' class='text-dark'>VIVER</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101202052-xert' class='text-dark'>XERT</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204055-xodos-chodos' class='text-dark'>XODOS/CHODOS</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101201141-zorita-del-maestrazgo' class='text-dark'>ZORITA DEL MAESTRAZGO</a></div><div class='list-group-item'><a href='/mapatapas/municipio/101204142-zucaina' class='text-dark'>ZUCAINA</a></div> </div> </div> </div> </div> </div>
breadcrumb_titulo Province Castellón (0)

Session User Data

__ci_last_regenerate
1743826594
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&amp;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] => &lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
    [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] => {&quot;115b5ad39b853084209caf6824224f6b&quot;:[[&quot;api&quot;,&quot;user&quot;,&quot;get&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true],[&quot;api&quot;,&quot;user&quot;,&quot;post&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true],[&quot;api&quot;,&quot;user&quot;,&quot;del&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true],[&quot;api&quot;,&quot;user&quot;,&quot;put&quot;,&quot;115b5ad39b853084209caf6824224f6b&quot;,true]],&quot;fff26488a4249d76a8de5c0426acb8f7&quot;:[[&quot;api&quot;,&quot;user&quot;,&quot;get&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,false],[&quot;api&quot;,&quot;user&quot;,&quot;post&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,false],[&quot;api&quot;,&quot;user&quot;,&quot;del&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,false],[&quot;api&quot;,&quot;user&quot;,&quot;put&quot;,&quot;fff26488a4249d76a8de5c0426acb8f7&quot;,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

Request ( HTTPS/1.0 )

Headers

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.135.222.93
Host conmenu.com

Response ( 200 - OK )

Headers

Content-Type text/html; charset=UTF-8

System Configuration

Read the CodeIgniter docs...

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