CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 22:26:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100302203733
location: https://web.archive.org/web/20100302203733/https://github.com/cakephp/debug_kit
server-timing: captures_list;dur=0.428181, exclusion.robots;dur=0.014113, exclusion.robots.policy;dur=0.006603, esindex;dur=0.008712, cdx.remote;dur=47.355801, LoadShardBlock;dur=240.178904, PetaboxLoader3.datanode;dur=85.784441, PetaboxLoader3.resolve;dur=107.706787
x-app-server: wwwb-app221
x-ts: 302
x-tr: 311
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; 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: Wed, 27 Aug 2025 22:26:38 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 02 Mar 2010 20:37:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7093efe326bda988a1334f4f4448d10e"
x-archive-orig-x-runtime: 107ms
x-archive-orig-content-length: 28901
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: Tue, 02 Mar 2010 20:37:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 23 Dec 2008 07:25:32 GMT", ; rel="prev memento"; datetime="Sun, 31 Jan 2010 04:34:34 GMT", ; rel="memento"; datetime="Tue, 02 Mar 2010 20:37:33 GMT", ; rel="next memento"; datetime="Tue, 13 Apr 2010 10:14:15 GMT", ; rel="last memento"; datetime="Sun, 10 Aug 2025 12:04:34 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_14_20100302151331_crawl102-c/51_14_20100302203659_crawl101.arc.gz
server-timing: captures_list;dur=0.622811, exclusion.robots;dur=0.022497, exclusion.robots.policy;dur=0.009984, esindex;dur=0.013130, cdx.remote;dur=16.909355, LoadShardBlock;dur=624.572607, PetaboxLoader3.datanode;dur=576.860610, PetaboxLoader3.resolve;dur=235.477993, load_resource;dur=206.397565
x-app-server: wwwb-app221
x-ts: 200
x-tr: 977
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 (15)
- Downloads (3)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
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.