"Von Geburt an kann ich 19 meiner 20 Krallen nicht einziehen - sie wachsen kreuz und quer und müssen regelmässig geschnitten werden. Leider bin ich nicht allzu zutraulich, obwohl ich mich beim Krallenschneiden erstaunlicherweise nicht wehre. Wegen der rausstehenden Krallen kann ich auch nicht gut laufen, Parkettboden ist mir zu glatt und könnte auch Schaden nehmen - für Freigang fehlt mir sowieso das Selbstbewusstsein. Ich brauche ruhige Menschen, die nicht gleich erwarten, dass ich von selbst auf sie zukomme."
"Mir hat es wohl an Individualität gefehlt, Naja auf dem Bauernhof gibt es eben ganz viele von uns. Und so bin ich mal überall gucken gegangen und fand 20 mehr oder wenige scheue Katzen, die alle kastrierrt waren und gemeinsam gefüttert wurden. Da hat es mir gefallen, aber als unkastrierter Mini war ich da nicht gut aufgehoben. Ich bin sehr schreckhaft und ein wenig scheu - ein bisschen Input von Eurer Seite und aus mir wird recht schnell ein nettes Bürschlein!"
"Zugegeben, der Schönste bin ich nicht! Meine Ohren wurden amputiert, weil der Hautkrebs dran genagt hat (wie so oft bei weissen Ohren). Seit alles verheitl ist, bin ich umgänglicher geworden - ich fresse sogar Leckerlis aus der Hand und lasse mich dabei Anfassen! Ich bin ein alter Herr, der einfach gerne im Warmen sitzt und Eure Gesellschaft geniesst. Eine klassische Wohnungskatz' bin ich aber nicht: Sommersonne möchte ich schon drausssen geniessen dürfen."
No post data.
To view Cookies, add CookieComponent to Controller
| Query | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|
| SELECT `AnimalTypeCategory`.`id`, `AnimalTypeCategory`.`updated`, `AnimalTypeCategory`.`created`, `AnimalTypeCategory`.`title`, `AnimalTypeCategory`.`animal_type_id`, `AnimalTypeCategory`.`position`, `AnimalTypeCategory`.`animal_count`, `AnimalType`.`id`, `AnimalType`.`updated`, `AnimalType`.`created`, `AnimalType`.`title`, `AnimalType`.`animal_count`, `AnimalType`.`animal_type_category_count` FROM `asile_lu`.`animal_type_categories` AS `AnimalTypeCategory` LEFT JOIN `asile_lu`.`animal_types` AS `AnimalType` ON (`AnimalTypeCategory`.`animal_type_id` = `AnimalType`.`id`) WHERE `AnimalTypeCategory`.`id` = 36 ORDER BY `AnimalTypeCategory`.`position` ASC LIMIT 1 | 1 | 1 | 0 | |
| SELECT `Animal`.`id`, `Animal`.`updated`, `Animal`.`created`, `Animal`.`name`, `Animal`.`body`, `Animal`.`published`, `Animal`.`birthday`, `Animal`.`animal_temper_id`, `Animal`.`animal_type_id`, `Animal`.`featured`, `Animal`.`position`, `Animal`.`race`, `Animal`.`animal_type_category_id`, `Animal`.`gender`, `Animal`.`reserved` FROM `asile_lu`.`animals` AS `Animal` WHERE `Animal`.`animal_type_category_id` = (36) | 22 | 22 | 0 | |
| SELECT `Animal`.`id`, `Animal`.`name` FROM `asile_lu`.`animals` AS `Animal` LEFT JOIN `asile_lu`.`animal_types` AS `AnimalType` ON (`Animal`.`animal_type_id` = `AnimalType`.`id`) LEFT JOIN `asile_lu`.`animal_type_categories` AS `AnimalTypeCategory` ON (`Animal`.`animal_type_category_id` = `AnimalTypeCategory`.`id`) LEFT JOIN `asile_lu`.`animal_tempers` AS `AnimalTemper` ON (`Animal`.`animal_temper_id` = `AnimalTemper`.`id`) WHERE `Animal`.`animal_type_category_id` = 36 AND `Animal`.`published` = '1' AND `Animal`.`animal_temper_id` = 23 AND `Animal`.`gender` = 'male' ORDER BY `Animal`.`position` ASC | 3 | 3 | 0 | |
| SELECT `AnimalAttributeValue`.`id`, `AnimalAttributeValue`.`updated`, `AnimalAttributeValue`.`created`, `AnimalAttributeValue`.`animal_attribute_definition_id`, `AnimalAttributeValue`.`animal_id`, `AnimalAttributeValue`.`value` FROM `asile_lu`.`animal_attribute_values` AS `AnimalAttributeValue` WHERE `AnimalAttributeValue`.`animal_id` IN (1052, 2165, 1510) ORDER BY `AnimalAttributeValue`.`created` ASC | 27 | 27 | 0 | |
| SELECT `Asset`.`id`, `Asset`.`filename`, `Asset`.`filesize`, `Asset`.`filetype`, `Asset`.`type`, `Asset`.`anchor_x`, `Asset`.`anchor_y`, `Asset`.`foreign_model`, `Asset`.`foreign_id`, `Asset`.`thumbnail`, `Asset`.`created`, `Asset`.`updated`, `Asset`.`position`, `Asset`.`extras` FROM `asile_lu`.`assets` AS `Asset` WHERE `Asset`.`foreign_model` = 'Animal' AND `Asset`.`foreign_id` IN (1052, 2165, 1510) ORDER BY `Asset`.`position` ASC | 107 | 107 | 0 | |
| SELECT `Thumbnail`.`id`, `Thumbnail`.`filename`, `Thumbnail`.`filesize`, `Thumbnail`.`filetype`, `Thumbnail`.`type`, `Thumbnail`.`anchor_x`, `Thumbnail`.`anchor_y`, `Thumbnail`.`foreign_model`, `Thumbnail`.`foreign_id`, `Thumbnail`.`thumbnail`, `Thumbnail`.`created`, `Thumbnail`.`updated`, `Thumbnail`.`position`, `Thumbnail`.`extras` FROM `asile_lu`.`assets` AS `Thumbnail` WHERE `Thumbnail`.`foreign_model` = 'animal' AND `Thumbnail`.`type` = 'thumb' AND `Thumbnail`.`foreign_id` IN (1052, 2165, 1510) ORDER BY `Thumbnail`.`position` ASC | 3 | 3 | 0 | |
| SELECT `ExternalVideo`.`id`, `ExternalVideo`.`foreign_id`, `ExternalVideo`.`foreign_model`, `ExternalVideo`.`updated`, `ExternalVideo`.`created`, `ExternalVideo`.`videoID`, `ExternalVideo`.`videoType`, `ExternalVideo`.`embed`, `ExternalVideo`.`thumbnail`, `ExternalVideo`.`position` FROM `asile_lu`.`external_videos` AS `ExternalVideo` WHERE `ExternalVideo`.`foreign_model` = 'animal' AND `ExternalVideo`.`foreign_id` IN (1052, 2165, 1510) ORDER BY `ExternalVideo`.`position` ASC | 0 | 0 | 0 | |
| SELECT `Animal`.`animal_temper_id` FROM `asile_lu`.`animals` AS `Animal` WHERE `Animal`.`animal_type_category_id` = 36 AND `Animal`.`published` = '1' GROUP BY animal_temper_id ORDER BY `Animal`.`position` ASC | 6 | 6 | 0 | |
| SELECT `News`.`id`, `News`.`updated`, `News`.`created`, `News`.`title`, `News`.`body`, `News`.`published`, `News`.`featured`, `News`.`date`, `News`.`sticky` FROM `asile_lu`.`news` AS `News` WHERE `News`.`published` = '1' AND `News`.`featured` = '1' ORDER BY `News`.`sticky` DESC, `News`.`date` DESC LIMIT 5 | 5 | 5 | 0 | |
| SELECT `Asset`.`id`, `Asset`.`filename`, `Asset`.`filesize`, `Asset`.`filetype`, `Asset`.`type`, `Asset`.`anchor_x`, `Asset`.`anchor_y`, `Asset`.`foreign_model`, `Asset`.`foreign_id`, `Asset`.`thumbnail`, `Asset`.`created`, `Asset`.`updated`, `Asset`.`position`, `Asset`.`extras` FROM `asile_lu`.`assets` AS `Asset` WHERE `Asset`.`foreign_model` = 'News' AND `Asset`.`foreign_id` IN (302, 307, 299, 303, 296) ORDER BY `Asset`.`position` ASC | 27 | 27 | 0 | |
| SELECT `Thumbnail`.`id`, `Thumbnail`.`filename`, `Thumbnail`.`filesize`, `Thumbnail`.`filetype`, `Thumbnail`.`type`, `Thumbnail`.`anchor_x`, `Thumbnail`.`anchor_y`, `Thumbnail`.`foreign_model`, `Thumbnail`.`foreign_id`, `Thumbnail`.`thumbnail`, `Thumbnail`.`created`, `Thumbnail`.`updated`, `Thumbnail`.`position`, `Thumbnail`.`extras` FROM `asile_lu`.`assets` AS `Thumbnail` WHERE `Thumbnail`.`foreign_model` = 'news' AND `Thumbnail`.`type` = 'thumb' AND `Thumbnail`.`foreign_id` IN (302, 307, 299, 303, 296) ORDER BY `Thumbnail`.`position` ASC | 5 | 5 | 0 | |
| SELECT `ExternalVideo`.`id`, `ExternalVideo`.`foreign_id`, `ExternalVideo`.`foreign_model`, `ExternalVideo`.`updated`, `ExternalVideo`.`created`, `ExternalVideo`.`videoID`, `ExternalVideo`.`videoType`, `ExternalVideo`.`embed`, `ExternalVideo`.`thumbnail`, `ExternalVideo`.`position` FROM `asile_lu`.`external_videos` AS `ExternalVideo` WHERE `ExternalVideo`.`foreign_model` = 'news' AND `ExternalVideo`.`foreign_id` IN (302, 307, 299, 303, 296) ORDER BY `ExternalVideo`.`position` ASC | 0 | 0 | 0 | |
| SELECT `Block`.`id`, `Block`.`updated`, `Block`.`created`, `Block`.`title`, `Block`.`body`, `Block`.`position`, `Block`.`block_category` FROM `asile_lu`.`blocks` AS `Block` WHERE `Block`.`block_category` = 0 ORDER BY `Block`.`position` ASC | 4 | 4 | 0 |
Utilisation de la Mémoire au niveau maximum 16.22 MB
| Message | Memory use |
|---|---|
| Component initialization | 1.80 MB |
| Controller action start | 3.32 MB |
| Controller render start | 5.16 MB |
| Component initialization #2 | 10.70 MB |
| Controller action start #2 | 10.73 MB |
| View render complete | 10.91 MB |
Total du Temps de Requête 522 (ms)
| Message | Temps en ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 198.48 | |
| Event: Controller.initialize | 41.67 | |
| Event: Controller.startup | 8.54 | |
| Controller action | 58.60 | |
| Event: Controller.beforeRender | 55.56 | |
| » Processing toolbar data | 29.84 | |
| Rendering View | 46.01 | |
| » Event: View.beforeRender | 0.09 | |
| » Rendering APP/View/Animals/index.ctp | 36.88 | |
| » » Rendering APP/View/Elements/animals-subnav.ctp | 6.06 | |
| » » Rendering APP/View/Elements/animals-leftblocks.ctp | 11.96 | |
| » » » Event: Controller.initialize #2 | 1.03 | |
| » » » Event: Controller.startup #2 | 0.57 | |
| Controller action #2 | 0.00 | |
| » » » » Event: Controller.shutdown | 0.06 | |
| » » » Rendering APP/View/Elements/animals-paginator.ctp | 1.80 | |
| » » » Rendering APP/View/Elements/animal-item.ctp | 5.90 | |
| » » » » Rendering APP/View/Elements/back-button.ctp | 1.38 | |
| » » » » Rendering APP/View/Elements/animal-details.ctp | 1.63 | |
| » » » Rendering APP/View/Elements/animal-item.ctp #2 | 1.29 | |
| » » » » Rendering APP/View/Elements/back-button.ctp #2 | 0.12 | |
| » » » » Rendering APP/View/Elements/animal-details.ctp #2 | 0.15 | |
| » » » Rendering APP/View/Elements/animal-item.ctp #3 | 1.25 | |
| » » » » Rendering APP/View/Elements/back-button.ctp #3 | 0.11 | |
| » » » » Rendering APP/View/Elements/animal-details.ctp #3 | 0.15 | |
| » » » Rendering APP/View/Elements/animals-paginator.ctp #2 | 0.14 | |
| » » Event: View.afterRender | 0.06 | |
| » » Event: View.beforeLayout | 0.06 | |
| » » Rendering APP/View/Layouts/default.ctp | 5.10 | |
| Event: View.afterLayout | 0.00 |
| Constant | Value |
|---|---|
| DEV_DOMAIN | asile-lu.local |
| IS_PROD | 1 |
| BD_SITE_NAME | Template |
| ELFINDER_DIR | /var/www/vhosts/asile.lu/httpdocs/webroot/files |
| ELFINDER_URL | https://asile.lu/files |
| ASSETS_URL | https://asile.lu/assets |
| ASSETS_DIR | /var/www/vhosts/asile.lu/httpdocs/webroot/assets |
| ASSETS_CACHE_DIR | /var/www/vhosts/asile.lu/httpdocs/webroot/cache |
| FILES_DIR | /var/www/vhosts/asile.lu/httpdocs/webroot/files |
| SETTINGS_FILES_DIR | /var/www/vhosts/asile.lu/httpdocs/webroot/files/settings |
| BD_GOOGLE_EMAIL | 800741430328-qmqpv9bi0gpfk03m1shkvign7ie6m3hn@developer.gserviceaccount.com |
| BD_INLINE_EDITING | |
| ALLOWED_ASSETS_DISPLAY | /.*/i |
| Constant | Value |
|---|---|
| APP | /var/www/vhosts/asile.lu/httpdocs/ |
| APP_DIR | httpdocs |
| APPLIBS | /var/www/vhosts/asile.lu/httpdocs/Lib/ |
| CACHE | /var/www/vhosts/asile.lu/httpdocs/tmp/cache/ |
| CAKE | /var/lib/bunkerdata3/lib/Cake/ |
| CAKE_CORE_INCLUDE_PATH | /var/lib/bunkerdata3/lib |
| CORE_PATH | /var/lib/bunkerdata3/lib/ |
| CAKE_VERSION | 2.6.4 |
| CSS | /var/www/vhosts/asile.lu/httpdocs/webroot/css/ |
| CSS_URL | css/ |
| DS | / |
| FULL_BASE_URL | https://asile.lu |
| IMAGES | /var/www/vhosts/asile.lu/httpdocs/webroot/img/ |
| IMAGES_URL | img/ |
| JS | /var/www/vhosts/asile.lu/httpdocs/webroot/js/ |
| JS_URL | js/ |
| LOGS | /var/www/vhosts/asile.lu/httpdocs/tmp/logs/ |
| ROOT | /var/www/vhosts/asile.lu |
| TESTS | /var/www/vhosts/asile.lu/httpdocs/Test/ |
| TMP | /var/www/vhosts/asile.lu/httpdocs/tmp/ |
| VENDORS | /var/www/vhosts/asile.lu/vendors/ |
| WEBROOT_DIR | webroot |
| WWW_ROOT | /var/www/vhosts/asile.lu/httpdocs/webroot/ |
| Environment Variable | Value |
|---|---|
| Php Version | 5.4.45 |
| Path | /sbin:/usr/sbin:/bin:/usr/bin |
| Pp Custom Php Ini | /var/www/vhosts/system/asile.lu/etc/php.ini |
| Pp Custom Php Cgi Index | plesk-php54-fastcgi |
| Script Name | /webroot/index.php |
| Request Uri | /animaux/Chats_a_l_Asile-36?temper=23&gender=male |
| Query String | temper=23&gender=male |
| Request Method | GET |
| Server Protocol | HTTP/1.0 |
| Gateway Interface | CGI/1.1 |
| Redirect Url | /webroot/animaux/Chats_a_l_Asile-36 |
| Redirect Query String | temper=23&gender=male |
| Remote Port | 47888 |
| Script Filename | /var/www/vhosts/asile.lu/httpdocs/webroot/index.php |
| Server Admin | root@localhost |
| Document Root | /var/www/vhosts/asile.lu/httpdocs |
| Remote Addr | 207.241.232.214 |
| Server Port | 443 |
| Server Addr | 37.187.28.164 |
| Server Name | asile.lu |
| Server Software | Apache |
| Server Signature | <address>Apache Server at asile.lu Port 443</address> |
| Http Cookie | CAKEPHP=pc5u43aj9vg7c2uec1erbt92c5; PHPSESSID=gps4chn3eh0gej1ep730gp05k5; WemotoCookie=8sSsiq072936230120; currency=eur; currency_id=2; entry_domain=wemoto.be; gatid=b4a3be3a-feab-43de-b9e1-a2b623e5a41c; sideggo=9f3kncmqjtu8s0jnj1qdlcmps2; wemoto_language=be |
| Http User Agent | Mozilla/5.0 (compatible; NLUX_IAHarvester/3.3.0 +http://crawl.bnl.lu/) |
| Http Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| Http Referer | https://asile.lu/animaux/Chats_a_l_Asile-36?gender=male |
| Http Connection | close |
| Http X Accel Internal | /internal-nginx-static-location |
| Http X Forwarded For | 207.241.232.214 |
| Http X Real Ip | 207.241.232.214 |
| Http Host | asile.lu |
| Https | on |
| Redirect Status | 200 |
| Redirect Https | on |
| Redirect Redirect Status | 200 |
| Redirect Redirect Https | on |
| Fcgi Role | RESPONDER |
| Php Self | /webroot/index.php |
| Request Time Float | 1579794655.66 |
| Request Time | 1579794655 |