ColdBox Forums Notification: Post to CB slows to a stop and nothing is displayed

Title: RE: CB slows to a stop and nothing is displayed
Thread: CB slows to a stop and nothing is displayed
Forum: Need Help?
Conference: ColdBox
User: lmajano Few observations

on the gateway:

<cfset tmpDate =
CreateDate(Year(Now())-1,01,01)>
- That should be var scoped.
- qDelete Should
be var scoped
- qInsert should be var scoped

As far as coldbox is concerned,
it fires the service layer and waits for it. So if its stopping and blanking out
on you its mostly related to the service layer. I would create unit tests for my
service and gateway layer and test on those first. Then I would integrate and
test again.

Also:

OR you can comment the code in

system/includes/debug.cfm line-number 230-237

Please don't do that. Don't
modify the framework core files. It just complicates things.
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=A20E7A62-FF65-CEF6-65AA0BB7E33AF902