CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 05:25:56 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100115112929
location: https://web.archive.org/web/20100115112929/https://github.com/cakephp/debug_kit
server-timing: captures_list;dur=0.933781, exclusion.robots;dur=0.029536, exclusion.robots.policy;dur=0.013664, esindex;dur=0.015236, cdx.remote;dur=47.667885, LoadShardBlock;dur=177.178103, PetaboxLoader3.datanode;dur=85.658647, PetaboxLoader3.resolve;dur=57.526963
x-app-server: wwwb-app212
x-ts: 302
x-tr: 290
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 25 Aug 2025 05:25:56 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 15 Jan 2010 11:29:29 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "11ddcb5823a617f5a8790b37c44dfd20"
x-archive-orig-x-runtime: 70ms
x-archive-orig-content-length: 27179
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 15 Jan 2010 11:29:29 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 05 Dec 2008 15:45:27 GMT", ; rel="prev memento"; datetime="Sun, 20 Dec 2009 19:56:33 GMT", ; rel="memento"; datetime="Fri, 15 Jan 2010 11:29:29 GMT", ; rel="next memento"; datetime="Sun, 31 Jan 2010 04:34:34 GMT", ; rel="last memento"; datetime="Fri, 24 Jan 2025 10:32:58 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100115074110_crawl103-c/51_13_20100115112725_crawl101.arc.gz
server-timing: captures_list;dur=0.552418, exclusion.robots;dur=0.019832, exclusion.robots.policy;dur=0.009580, esindex;dur=0.009928, cdx.remote;dur=13.399335, LoadShardBlock;dur=167.620482, PetaboxLoader3.datanode;dur=164.765226, PetaboxLoader3.resolve;dur=83.151842, load_resource;dur=96.677987
x-app-server: wwwb-app212
x-ts: 200
x-tr: 346
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
cakephp's debug_kit at master - GitHub
cakephp / debug_kit
- Source
- Commits
- Network (11)
- Downloads (3)
- Graphs
-
Branch:
master
-
Branches (3)
- 1.0-branch
- 1.2-branch
- master ✓
- Tags (3)
README.mdown
CakePHP DebugKit
DebugKit provides a debugging toolbar and enhanced debugging tools for CakePHP applications.
Installation
- Clone/Copy the files in this directory into
app/plugins/debug_kit
- Include the toolbar component in your
app_controller.php
:var $components = array('DebugKit.Toolbar');
- Set debug mode to at least 1.
Documentation
Further documentation including additional configuration and ways of extending DebugKit can be found in the Lighthouse wiki
Reporting issues
If you have an issues with DebugKit please open a ticket on lighthouse https://cakephp.lighthouseapp.com/projects/42880-debug-kit/overview
Contributing
If you'd like to contribute to DebugKit, check out the Roadmap for any planned features. You can fork the project add features and send pull requests, or open tickets on lighthouse.
This feature is coming soon. Sit tight!