


| # | type | message |
|---|---|---|
| 1 | Routing | connect "/login" |
| 2 | Routing | connect "/logout" |
| 3 | Routing | connect "/request_password" |
| 4 | Context | initialization |
| 5 | Controller | initialization |
| 6 | Routing | match route [places_display] "/lieux/:id/:slug" |
| 7 | Request | request parameters array ( 'id' => '13', 'slug' => 'local-de-l-acli', 'module' => 'static', 'action' => 'place',) |
| 8 | Controller | dispatch request |
| 9 | Filter | executing filter "sfRenderingFilter" |
| 10 | Filter | executing filter "sfWebDebugFilter" |
| 11 | Filter | executing filter "sfSuperCacheFilter" |
| 12 | Filter | executing filter "sfCommonFilter" |
| 13 | Filter | executing filter "sfFlashFilter" |
| 14 | Filter | executing filter "sfExecutionFilter" |
| 15 | Action | call "staticActions->executePlace()" |
| 16 | Creole | connect(): DSN: array ( 'compat_assoc_lower' => '****', 'compat_rtrim_string' => '****', 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'socket' => '****', 'username' => '****', ), FLAGS: 0 |
| 17 | Creole | prepareStatement(): SELECT places.ID, places.NAME, places.ADDRESS, places.IMAGE, UPPER(places.NAME) FROM places WHERE places.ID=? ORDER BY UPPER(places.NAME) ASC |
| 18 | Creole | executeQuery(): [8.65 ms] SELECT places.ID, places.NAME, places.ADDRESS, places.IMAGE, UPPER(places.NAME) FROM places WHERE places.ID=13 ORDER BY UPPER(places.NAME) ASC |
| 19 | View | initialize view for "static/place" |
| 20 | View | render "sf_app_dir/modules/static/templates/placeSuccess.php" |
| 21 | PartialHelper | set slot "page_title" |
| 22 | PartialHelper | set slot "js_runtime" |
| 23 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 24 | View | render "sf_app_dir/templates/layout.php" |
| 25 | PartialHelper | get slot "page_title" |
| 26 | View | initialize view for "global/_header" |
| 27 | View | render "sf_app_dir/templates/_header.php" |
| 28 | View | initialize view for "global/_newsletter_form" |
| 29 | View | render "sf_app_dir/templates/_newsletter_form.php" |
| 30 | View | initialize view for "global/_main_menu" |
| 31 | View | render "sf_app_dir/templates/_main_menu.php" |
| 32 | View | initialize view for "global/_footer" |
| 33 | View | render "sf_app_dir/templates/_footer.php" |
| 34 | View | initialize view for "global/_newsletter_form" |
| 35 | View | render "sf_app_dir/templates/_newsletter_form.php" |
| 36 | PartialHelper | get slot "js_runtime" |

---
parameterHolder:
symfony/default:
action: place
id: 13
module: static
slug: local-de-l-acli
attributeHolder:
symfony/default:

---
cookies:
httpHeaders:
Content-Type: text/html; charset=utf-8
parameterHolder:
helper/asset/auto/httpmeta:
Content-Type: text/html; charset=utf-8
helper/asset/auto/javascript:
/sf/sf_web_debug/js/main: /sf/sf_web_debug/js/main
helper/asset/auto/meta:
description: Centre Hervien d'Animation Culturelle : le CHAC vous propose des spectacles et activités près de Herve, dans tous les domaines culturels : théâtre, cinéma, musique, lecture, ...
keywords: CHAC,centre,animation,culturel,Herve,Bocage,Liège,cinéma,théâtre,musique,concert,classique,jeune,public,enfant,lecture,conference,excursion,balade,fête,reportage,atelier,stage,rencontres,Charneux,Manaihant,Chaineux,Battice,Grand-Rechain,Xhendelesse,Bolland,Bruyères,Julémont
language: fr
robots: index,follow
title: Centre Hervien d'Animation Culturelle
helper/asset/auto/stylesheet:
/sf/sf_web_debug/css/main:
symfony/response/http/headers:
Content-Type: text/html; charset=utf-8
symfony/view/asset:
javascripts_included:
stylesheets_included:
symfony/view/sfView/slot:
slot_names:
slots:
page_title: |
Local de l'ACLI | Accès & plans | Centre Hervien d'Animation Culturelle
js_runtime: |
<script type="text/javascript">
jQuery(async function($) {
var map_container = $('#map');
map_container.css({ 'height' : 350 });
await google.maps.importLibrary("maps");
const geocoder = new google.maps.Geocoder()
geocoder.geocode({ address: 'Place du Château d\'eau, 13 à Herve' }, function(results, status) {
if (status == google.maps.GeocoderStatus.OK) {
var LatLng = results[0].geometry.location;
var mapOptions = {
'zoom' : 15,
'center' : LatLng,
'mapTypeId' : google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(map_container.get(0), mapOptions);
var marker = new google.maps.Marker({
'position' : LatLng,
'map' : map
});
}
})
});
</script>

--- app_enable_supercache: 1 app_events_summary_length: 280 app_google_api_key: AIzaSyD5x8Xn-oB8b9Sg7pbQxpJxy_LHs7m6qGY app_mailgun_api-key: key-6e3f57bf4d84fe29e2d9b7976a851cd2 app_mailgun_api-url: api.mailgun.net app_mailgun_domain: mg.chac.be app_ovh_api: name: newsletter key: yqciEUOXpWTWpkxt secret: fdKRmjT0sdePJoK4anVRsHusk5vibM4r ck: 9q86uMxMrQE086fcRu5OLldKDb4XMKh6 mod_static_enabled: 1 mod_static_is_internal: mod_static_view_class: sfPHP sf_admin_web_dir: /sf/sf_admin sf_app: front sf_app_config_dir: /var/www/symfony/apps/front/config sf_app_config_dir_name: config sf_app_dir: /var/www/symfony/apps/front sf_app_i18n_dir: /var/www/symfony/apps/front/i18n sf_app_i18n_dir_name: i18n sf_app_lib_dir: /var/www/symfony/apps/front/lib sf_app_lib_dir_name: lib sf_app_module_action_dir_name: actions sf_app_module_config_dir_name: config sf_app_module_dir: /var/www/symfony/apps/front/modules sf_app_module_dir_name: modules sf_app_module_i18n_dir_name: i18n sf_app_module_lib_dir_name: lib sf_app_module_template_dir_name: templates sf_app_module_validate_dir_name: validate sf_app_module_view_dir_name: views sf_app_template_dir: /var/www/symfony/apps/front/templates sf_app_template_dir_name: templates sf_apps_dir_name: apps sf_autoloading_functions: sf_available: 1 sf_base_cache_dir: /var/www/symfony/cache/front sf_bin_dir: /var/www/symfony/batch sf_bin_dir_name: batch sf_cache: sf_cache_dir: /var/www/symfony/cache/front/dev sf_cache_dir_name: cache sf_calendar_web_dir: /sf/calendar sf_charset: utf-8 sf_check_lock: sf_check_symfony_version: sf_compressed: 1 sf_config_cache_dir: /var/www/symfony/cache/front/dev/config sf_config_dir: /var/www/symfony/config sf_config_dir_name: config sf_data_dir: /var/www/symfony/data sf_data_dir_name: data sf_debug: 1 sf_default_action: listNextActivities sf_default_module: agenda sf_doc_dir: /var/www/symfony/data/doc sf_doc_dir_name: doc sf_enabled_modules: - default - sfGuardAuth - sfSuperCache - tsErreurs sf_environment: dev sf_error_404_action: 404 sf_error_404_module: erreur sf_error_reporting: 4095 sf_escaping_method: ESC_ENTITIES sf_escaping_strategy: bc sf_etag: sf_i18n: sf_i18n_cache_dir: /var/www/symfony/cache/front/dev/i18n sf_lib_dir: /var/www/symfony/lib sf_lib_dir_name: lib sf_log_dir: /var/www/symfony/log sf_log_dir_name: log sf_logging_enabled: 1 sf_logging_history: 10 sf_logging_level: debug sf_logging_period: 7 sf_logging_purge: 1 sf_logging_rotate: sf_login_action: login sf_login_module: default sf_max_forwards: 5 sf_model_dir_name: model sf_model_lib_dir: /var/www/symfony/lib/model sf_module_cache_dir: /var/www/symfony/cache/front/dev/modules sf_module_disabled_action: 404 sf_module_disabled_module: erreur sf_no_script_name: 1 sf_orm: propel sf_path_info_array: SERVER sf_path_info_key: PATH_INFO sf_plugins_dir: /var/www/symfony/plugins sf_plugins_dir_name: plugins sf_prototype_web_dir: /sf/prototype sf_rich_text_js_dir: /js/tiny_mce sf_root_cache_dir: /var/www/symfony/cache sf_root_dir: /var/www/symfony sf_routing_defaults: sf_culture: en sf_secure_action: secure sf_secure_module: default sf_standard_helpers: - Partial - Cache - Form - Images - Date - Chac sf_strip_comments: 1 sf_suffix: . sf_symfony_data_dir: /var/www/symfony/config/../data/symfony sf_symfony_lib_dir: /var/www/symfony/config/../lib/symfony sf_template_cache_dir: /var/www/symfony/cache/front/dev/template sf_test: sf_test_cache_dir: /var/www/symfony/cache/front/dev/test sf_test_dir: /var/www/symfony/test sf_test_dir_name: test sf_timeout: 1800 sf_timer_start: 1782127138.1453 sf_unavailable_action: unavailable sf_unavailable_module: tsErreurs sf_upload_dir: /var/www/symfony/../public_html/uploads sf_upload_dir_name: uploads sf_uploads_dir_name: uploads sf_url_format: PATH sf_use_database: 1 sf_use_flash: 1 sf_use_process_cache: 1 sf_use_security: sf_validation_error_class: form_error sf_validation_error_id_prefix: error_for_ sf_validation_error_prefix: ↓ sf_validation_error_suffix: ↓ sf_web_debug: 1 sf_web_debug_web_dir: /sf/sf_web_debug sf_web_dir: /var/www/symfony/public_html sf_web_dir_name: web

--- cookie: env: CONTENT_LENGTH: CONTENT_TYPE: DOCUMENT_ROOT: /var/www/html DOCUMENT_URI: /index.php FCGI_ROLE: RESPONDER GATEWAY_INTERFACE: CGI/1.1 GPG_KEYS: 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 HOME: /var/www HOSTNAME: c0523ce4af41 HTTP_ACCEPT: */* HTTP_ACCEPT_ENCODING: gzip, br, zstd, deflate HTTP_HOST: test.chac.be HTTP_USER_AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) HTTP_X_FORWARDED_FOR: 216.73.216.152 HTTP_X_FORWARDED_HOST: test.chac.be HTTP_X_FORWARDED_PORT: 443 HTTP_X_FORWARDED_PROTO: https HTTP_X_FORWARDED_SERVER: 0dcbccbacf74 HTTP_X_REAL_IP: 216.73.216.152 LOCALTIME: Europe/Paris PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PATH_INFO: PHPFPM__access_format: "%R - %u [%t] \"%m %r\" %s %l %Q %f" PHPIZE_DEPS: autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c PHP_ASC_URL: https://secure.php.net/get/php-5.6.40.tar.xz.asc/from/this/mirror PHP_CFLAGS: -fstack-protector-strong -fpic -fpie -O2 PHP_CPPFLAGS: -fstack-protector-strong -fpic -fpie -O2 PHP_EXTRA_CONFIGURE_ARGS: --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi PHP_INI_DIR: /usr/local/etc/php PHP_LDFLAGS: -Wl,-O1 -Wl,--hash-style=both -pie PHP_MD5: PHP_SHA256: 1369a51eee3995d7fbd1c5342e5cc917760e276d561595b6052b21ace2656d1c PHP_URL: https://secure.php.net/get/php-5.6.40.tar.xz/from/this/mirror PHP_VERSION: 5.6.40 PWD: /var/www QUERY_STRING: REDIRECT_STATUS: 200 REMOTE_ADDR: 172.18.0.3 REMOTE_PORT: 38606 REQUEST_METHOD: GET REQUEST_SCHEME: http REQUEST_URI: /lieux/13/local-de-l-acli SCRIPT_FILENAME: /var/www/html/index.php SCRIPT_NAME: /index.php SERVER_ADDR: 172.18.0.4 SERVER_NAME: test.chac.be SERVER_PORT: 80 SERVER_PROTOCOL: HTTP/1.1 SERVER_SOFTWARE: nginx/1.31.2 SHLVL: 0 USER: www-data files: get: post: server: CONTENT_LENGTH: CONTENT_TYPE: DOCUMENT_ROOT: /var/www/html DOCUMENT_URI: /index.php FCGI_ROLE: RESPONDER GATEWAY_INTERFACE: CGI/1.1 GPG_KEYS: 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 HOME: /var/www HOSTNAME: c0523ce4af41 HTTP_ACCEPT: */* HTTP_ACCEPT_ENCODING: gzip, br, zstd, deflate HTTP_HOST: test.chac.be HTTP_USER_AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) HTTP_X_FORWARDED_FOR: 216.73.216.152 HTTP_X_FORWARDED_HOST: test.chac.be HTTP_X_FORWARDED_PORT: 443 HTTP_X_FORWARDED_PROTO: https HTTP_X_FORWARDED_SERVER: 0dcbccbacf74 HTTP_X_REAL_IP: 216.73.216.152 LOCALTIME: Europe/Paris PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PATH_INFO: PHPFPM__access_format: "%R - %u [%t] \"%m %r\" %s %l %Q %f" PHPIZE_DEPS: autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c PHP_ASC_URL: https://secure.php.net/get/php-5.6.40.tar.xz.asc/from/this/mirror PHP_CFLAGS: -fstack-protector-strong -fpic -fpie -O2 PHP_CPPFLAGS: -fstack-protector-strong -fpic -fpie -O2 PHP_EXTRA_CONFIGURE_ARGS: --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi PHP_INI_DIR: /usr/local/etc/php PHP_LDFLAGS: -Wl,-O1 -Wl,--hash-style=both -pie PHP_MD5: PHP_SELF: /index.php PHP_SHA256: 1369a51eee3995d7fbd1c5342e5cc917760e276d561595b6052b21ace2656d1c PHP_URL: https://secure.php.net/get/php-5.6.40.tar.xz/from/this/mirror PHP_VERSION: 5.6.40 PWD: /var/www QUERY_STRING: REDIRECT_STATUS: 200 REMOTE_ADDR: 172.18.0.3 REMOTE_PORT: 38606 REQUEST_METHOD: GET REQUEST_SCHEME: http REQUEST_TIME: 1782127138 REQUEST_TIME_FLOAT: 1782127138.1393 REQUEST_URI: /lieux/13/local-de-l-acli SCRIPT_FILENAME: /var/www/html/index.php SCRIPT_NAME: /index.php SERVER_ADDR: 172.18.0.4 SERVER_NAME: test.chac.be SERVER_PORT: 80 SERVER_PROTOCOL: HTTP/1.1 SERVER_SOFTWARE: nginx/1.31.2 SHLVL: 0 USER: www-data argc: 0 argv: session:

--- php: 5.6.40 os: Linux c0523ce4af41 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 extensions: - Core - date - ereg - libxml - openssl - pcre - sqlite3 - zlib - ctype - curl - dom - fileinfo - filter - ftp - hash - iconv - json - mbstring - SPL - PDO - session - posix - readline - Reflection - standard - SimpleXML - pdo_sqlite - Phar - tokenizer - xml - xmlreader - xmlwriter - mysqlnd - cgi-fcgi - mysql - mysqli - pdo_mysql - xsl - mhash
| type | calls | time (ms) |
|---|---|---|
| Configuration | 10 | 7.97 |
| Action "static/place" | 1 | 83.00 |
| Database | 1 | 8.65 |
| View "Success" for "static/place" | 1 | 19.49 |
| Partial "global/_header" | 1 | 1.81 |
| Partial "global/_newsletter_form" | 2 | 1.70 |
| Partial "global/_main_menu" | 1 | 0.58 |
| Partial "global/_footer" | 1 | 2.16 |


