CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 00:02:31 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100219035801
location: https://web.archive.org/web/20100219035801/https://github.com/cakephp/debug_kit/tree/
server-timing: captures_list;dur=0.482304, exclusion.robots;dur=0.018636, exclusion.robots.policy;dur=0.008950, esindex;dur=0.010021, cdx.remote;dur=176.568536, LoadShardBlock;dur=288.113205, PetaboxLoader3.datanode;dur=71.177686, PetaboxLoader3.resolve;dur=82.435951
x-app-server: wwwb-app218
x-ts: 302
x-tr: 489
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; 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 00:02:32 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 19 Feb 2010 03:58:01 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "322af96bb104b0f4c41dfc463df4ab68"
x-archive-orig-x-runtime: 90ms
x-archive-orig-content-length: 28838
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, 19 Feb 2010 03:58:01 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 14 Oct 2008 01:07:22 GMT", ; rel="prev memento"; datetime="Sat, 19 Dec 2009 22:23:47 GMT", ; rel="memento"; datetime="Fri, 19 Feb 2010 03:58:01 GMT", ; rel="next memento"; datetime="Sat, 20 Feb 2010 09:21:20 GMT", ; rel="last memento"; datetime="Mon, 04 Oct 2010 01:58:17 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: 52_14_20100219022618_crawl100-c/52_14_20100219035622_crawl101.arc.gz
server-timing: captures_list;dur=0.522282, exclusion.robots;dur=0.018740, exclusion.robots.policy;dur=0.009023, esindex;dur=0.010252, cdx.remote;dur=159.955496, LoadShardBlock;dur=206.535088, PetaboxLoader3.datanode;dur=300.782630, load_resource;dur=231.046613, PetaboxLoader3.resolve;dur=75.229619
x-app-server: wwwb-app218
x-ts: 200
x-tr: 684
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 (14)
- 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.