No post data.
No querystring data.
To view Cookies, add CookieComponent to Controller
| Query | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|
| SELECT `FrenchLesson`.`id`, `FrenchLesson`.`version`, `FrenchLesson`.`module`, `FrenchLesson`.`group`, `FrenchLesson`.`type`, `FrenchLesson`.`state`, `FrenchLesson`.`rank`, `FrenchLesson`.`chapter`, `FrenchLesson`.`title`, `FrenchLesson`.`author_name`, `FrenchLesson`.`dialect`, `FrenchLesson`.`description`, `FrenchLesson`.`content`, `FrenchLesson`.`preview`, `FrenchLesson`.`content_html`, `FrenchLesson`.`content_html_fr`, `FrenchLesson`.`text_shimaore`, `FrenchLesson`.`text_shimwali`, `FrenchLesson`.`text_shindzuani`, `FrenchLesson`.`text_shingazidja`, `FrenchLesson`.`thumbnail`, `FrenchLesson`.`media_source`, `FrenchLesson`.`audio_source`, `FrenchLesson`.`audio_source_shimaore`, `FrenchLesson`.`audio_source_shimwali`, `FrenchLesson`.`audio_source_shindzuani`, `FrenchLesson`.`audio_source_shingazidja`, `FrenchLesson`.`video_source`, `FrenchLesson`.`purchase_link`, `FrenchLesson`.`publishing_house`, `FrenchLesson`.`authorization`, `FrenchLesson`.`is_shingazidja`, `FrenchLesson`.`is_shindzuani`, `FrenchLesson`.`is_shimaore`, `FrenchLesson`.`is_shimwali`, `FrenchLesson`.`is_standard`, `FrenchLesson`.`use_all_audios`, `FrenchLesson`.`use_all_videos`, `FrenchLesson`.`verified`, `FrenchLesson`.`active`, `FrenchLesson`.`is_conversation`, `FrenchLesson`.`licensed`, `FrenchLesson`.`closed`, `FrenchLesson`.`exercises_to_validate`, `FrenchLesson`.`exercises_to_memorize`, `FrenchLesson`.`required_exercises`, `FrenchLesson`.`creator_id`, `FrenchLesson`.`editor_id`, `FrenchLesson`.`date_created`, `FrenchLesson`.`date_updated`, `FrenchLesson`.`date_published`, `FrenchLesson`.`date_day_article`, `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF( `User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL, CONCAT( `User`.`first_name`, " ", IF(LOCATE(" ", `User`.`last_name`) = 0, CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."), CONCAT( UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ", UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "." ) ) ), `User`.`first_name` )) AS `User__short_full_name` FROM `noniseshorelc`.`french_lessons` AS `FrenchLesson` LEFT JOIN `noniseshorelc`.`users` AS `User` ON (`FrenchLesson`.`editor_id` = `User`.`id`) WHERE ((`FrenchLesson`.`type` = 'publicite') AND (`FrenchLesson`.`module` = 'Formation')) ORDER BY `rank` ASC | 0 | 0 | 2 | maybe slow |
| SELECT count(u.id) AS count FROM `licenses` AS l, users AS u WHERE l.user_id = u.id AND u.role NOT LIKE '%teacher%' AND u.role NOT LIKE '%admin%' AND u.role NOT LIKE '%editor%' AND l.product_id > 41; | 1 | 1 | 3 | maybe slow |
Peak Memory Use 23.19 MB
| Message | Memory use |
|---|---|
| Component initialization | 18.79 MB |
| Controller action start | 19.02 MB |
| Controller render start | 20.80 MB |
| Component initialization #2 | 21.97 MB |
| Controller action start #2 | 21.99 MB |
| Component initialization #3 | 22.06 MB |
| Controller action start #3 | 22.09 MB |
| Component initialization #4 | 22.16 MB |
| Controller action start #4 | 22.18 MB |
| View render complete | 22.44 MB |
Total Request Time: 133 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 70.59 | |
| Event: Controller.initialize | 0.04 | |
| Event: Controller.startup | 0.54 | |
| Controller action | 19.04 | |
| Event: Controller.beforeRender | 3.85 | |
| » Processing toolbar data | 3.80 | |
| Rendering View | 28.52 | |
| » Event: View.beforeRender | 0.01 | |
| » Rendering APP/View/Shoppings/view_products.ctp | 20.91 | |
| » Event: View.afterRender | 0.01 | |
| » Event: View.beforeLayout | 0.01 | |
| » Rendering APP/View/Layouts/default_shoppings.ctp | 6.93 | |
| » » Event: Controller.initialize #2 | 0.06 | |
| » » Event: Controller.startup #2 | 0.11 | |
| Controller action #2 | 0.00 | |
| » » » Event: Controller.shutdown | 0.01 | |
| » » » Event: Controller.initialize #3 | 0.04 | |
| » » » Event: Controller.startup #3 | 0.08 | |
| Controller action #3 | 0.00 | |
| » » » » Event: Controller.shutdown #2 | 0.01 | |
| » » » » Event: Controller.initialize #4 | 0.04 | |
| » » » » Event: Controller.startup #4 | 0.10 | |
| Controller action #4 | 0.00 | |
| » » » » » Event: Controller.shutdown #3 | 0.01 | |
| Event: View.afterLayout | 0.00 |
| Constant | Value |
|---|---|
| CONFIG | /home/nonisesh/www/orelc/academy/app/Config/ |
| CLIENT_ID | AaF_UTLlIzxkImNkRknPfpQpAdB-vyvgJ68o2gh1fQ1CHEkocsmn_hnMJ2PC1S-4JG7dUTIwdK-gdlCd |
| SECRET_ID | EHrRtdvkr5rZHTqP8kq3Ml42SkZnwGmfMjYHpn0gvgMQ9qbjPiJWAHcrmc4A3bMjgxwN-pwS_eSBlrcb |
| PAYPAL_URL | https://www.paypal.com/v1/oauth2/token |
| K_BLANK_IMAGE | _blank.png |
| PDF_PAGE_FORMAT | A4 |
| PDF_PAGE_ORIENTATION | P |
| PDF_CREATOR | TCPDF |
| PDF_AUTHOR | TCPDF |
| PDF_HEADER_TITLE | TCPDF Example |
| PDF_HEADER_STRING | by Nicola Asuni - Tecnick.com www.tcpdf.org |
| PDF_UNIT | mm |
| PDF_MARGIN_HEADER | 5 |
| PDF_MARGIN_FOOTER | 10 |
| PDF_MARGIN_TOP | 27 |
| PDF_MARGIN_BOTTOM | 25 |
| PDF_MARGIN_LEFT | 15 |
| PDF_MARGIN_RIGHT | 15 |
| PDF_FONT_NAME_MAIN | helvetica |
| PDF_FONT_SIZE_MAIN | 10 |
| PDF_FONT_NAME_DATA | helvetica |
| PDF_FONT_SIZE_DATA | 8 |
| PDF_FONT_MONOSPACED | courier |
| PDF_IMAGE_SCALE_RATIO | 1.25 |
| HEAD_MAGNIFICATION | 1.1 |
| K_CELL_HEIGHT_RATIO | 1.25 |
| K_TITLE_MAGNIFICATION | 1.3 |
| K_SMALL_RATIO | 0.66666666666667 |
| K_THAI_TOPCHARS | 1 |
| K_TCPDF_CALLS_IN_HTML | |
| K_TCPDF_THROW_EXCEPTION_ERROR | |
| K_TIMEZONE | UTC |
| K_PATH_MAIN | /home/nonisesh/www/orelc/academy/app/Vendor/tcpdf/ |
| K_PATH_FONTS | /home/nonisesh/www/orelc/academy/app/Vendor/tcpdf/fonts/ |
| K_PATH_URL | https://orelc.ac/academy/app/Vendor/tcpdf/ |
| K_PATH_IMAGES | /home/nonisesh/www/orelc/academy/app/Vendor/tcpdf/examples/images/ |
| PDF_HEADER_LOGO | tcpdf_logo.jpg |
| PDF_HEADER_LOGO_WIDTH | 30 |
| K_PATH_CACHE | /tmp/ |
| Constant | Value |
|---|---|
| APP | /home/nonisesh/www/orelc/academy/app/ |
| APP_DIR | app |
| APPLIBS | /home/nonisesh/www/orelc/academy/app/Lib/ |
| CACHE | /home/nonisesh/www/orelc/academy/app/tmp/cache/ |
| CAKE | /home/nonisesh/www/orelc/academy/lib/Cake/ |
| CAKE_CORE_INCLUDE_PATH | /home/nonisesh/www/orelc/academy/lib |
| CORE_PATH | /home/nonisesh/www/orelc/academy/lib/ |
| CAKE_VERSION | 2.10.16 |
| CSS | /home/nonisesh/www/orelc/academy/app/webroot/css/ |
| CSS_URL | css/ |
| DS | / |
| FULL_BASE_URL | https://orelc.ac |
| IMAGES | /home/nonisesh/www/orelc/academy/app/webroot/img/ |
| IMAGES_URL | img/ |
| JS | /home/nonisesh/www/orelc/academy/app/webroot/js/ |
| JS_URL | js/ |
| LOGS | /home/nonisesh/www/orelc/academy/app/tmp/logs/ |
| ROOT | /home/nonisesh/www/orelc/academy |
| TESTS | /home/nonisesh/www/orelc/academy/app/Test/ |
| TMP | /home/nonisesh/www/orelc/academy/app/tmp/ |
| VENDORS | /home/nonisesh/www/orelc/academy/vendors/ |
| WEBROOT_DIR | webroot |
| WWW_ROOT | /home/nonisesh/www/orelc/academy/app/webroot/ |
| Environment Variable | Value |
|---|---|
| Php Version | 7.4.33 |
| Path | /usr/local/bin:/usr/bin:/bin |
| Redirect Status | 200 |
| Unique Id | ahGQPLegb6LzRUCHSoY2XAAAUxY |
| Geoip Country Code | US |
| Geoip Country Name | United States |
| Geoip Region | CA |
| Geoip City | Santa Paula |
| Geoip Dma Code | 803 |
| Geoip Area Code | 805 |
| Geoip Latitude | 34.355598 |
| Geoip Longitude | -119.070099 |
| Script Url | /academy/Shoppings/viewProducts/Formation |
| Script Uri | https://orelc.ac:443/academy/Shoppings/viewProducts/Formation |
| Https | on |
| Http Authorization | |
| Cfg Cluster | cluster102 |
| Environment | production |
| App Engine Version | 7.4 |
| App Engine | phpcgi |
| Http Host | orelc.ac |
| Http Cookie | CAKEPHP=6957e50c9df9cb93c86793704d7fe794 |
| Http X Predictor | 1 |
| Http X Forwarded For | 216.73.217.122 |
| Http X Forwarded Proto | https |
| Http X Ovhrequest Id | a144f6bd329e707e9a357be2d4344ddd |
| Http Accept | */* |
| Http User Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Http Accept Encoding | gzip, br, zstd, deflate |
| Http Remote Ip | 216.73.217.122 |
| Server Signature | |
| Server Software | Apache |
| Server Name | orelc.ac |
| Server Addr | 10.102.20.4 |
| Server Port | 443 |
| Remote Addr | 216.73.217.122 |
| Document Root | /home/nonisesh/www/orelc/ |
| Server Admin | postmaster@orelc.ac |
| Script Filename | /home/nonisesh/www/orelc/academy/app/webroot/index.php |
| Remote Port | 15164 |
| Redirect Url | /academy/app/webroot/Shoppings/viewProducts/Formation |
| Gateway Interface | CGI/1.1 |
| Server Protocol | HTTP/1.1 |
| Request Method | GET |
| Query String | |
| Request Uri | /academy/Shoppings/viewProducts/Formation |
| Script Name | /academy/app/webroot/index.php |
| Home | /homez.485/nonisesh |
| Pwd | /homez.485/nonisesh/www/orelc/academy/app/webroot |
| Uid | nonisesh |
| Php Self | /academy/app/webroot/index.php |
| Request Time Float | 1779535932.1093 |
| Request Time | 1779535932 |
| Argc | 1 |