I'm running cakePHP 2.3.5 on a LAMP stack, with DebugKit.
For some reason, the resources loaded by DebugKit (e.g. the js files, css and the small image) are all taking forever to load.
e.g. I have a copy of jquery.js on the site anyway, which loads locally in 6ms. DebugKit also likes to load it's own personal jquery.js, but according to Chrome's network profiler this takes 14 seconds to load!!
It's only resources within the debugkit plugin directory doing this, everything else is fine.
Note also I do not have this problem when using XAMPP on Windows 7, but since I moved development to LAMP this has been an issue.
Any ideas?