CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 29 Aug 2025 00:59:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100131043434
location: https://web.archive.org/web/20100131043434/https://github.com/cakephp/debug_kit
server-timing: captures_list;dur=0.858665, exclusion.robots;dur=0.028159, exclusion.robots.policy;dur=0.011813, esindex;dur=0.016311, cdx.remote;dur=8.150494, LoadShardBlock;dur=170.055659, PetaboxLoader3.datanode;dur=99.012548, PetaboxLoader3.resolve;dur=47.455901
x-app-server: wwwb-app220
x-ts: 302
x-tr: 234
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; 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: Fri, 29 Aug 2025 00:59:12 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 31 Jan 2010 04:34:34 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "62be3e1b4623bda09ff563cf57b7d4a8"
x-archive-orig-x-runtime: 88ms
x-archive-orig-content-length: 28330
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: Sun, 31 Jan 2010 04:34:34 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="Fri, 15 Jan 2010 11:29:29 GMT", ; rel="memento"; datetime="Sun, 31 Jan 2010 04:34:34 GMT", ; rel="next memento"; datetime="Tue, 02 Mar 2010 20:37:33 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_20100131024243_crawl101-c/51_14_20100131043249_crawl101.arc.gz
server-timing: captures_list;dur=0.467151, exclusion.robots;dur=0.017539, exclusion.robots.policy;dur=0.007585, esindex;dur=0.010615, cdx.remote;dur=5.639512, LoadShardBlock;dur=118.998855, PetaboxLoader3.datanode;dur=141.362848, PetaboxLoader3.resolve;dur=88.479938, load_resource;dur=130.518120
x-app-server: wwwb-app220
x-ts: 200
x-tr: 315
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 (13)
- Downloads (3)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
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.