aaronstoddard
02/07/2023, 4:55 PMaaronstoddard
02/07/2023, 4:56 PMaaronstoddard
02/07/2023, 4:57 PMcfUserContributionGateway2ecfc2003630689$funcREADUSERCONTRIBUTIONS.runFunction(/app/models/userContribution/UserContributionGateway.cfc:82)
cfUserContributionViewService2ecfc94352885$funcGETALLUSERCONTRIBUTIONS.runFunction(/app/models/userContribution/UserContributionViewService.cfc:160)
cfUserContributionViewService2ecfc94352885$funcGETUSERCONTRIBUTIONS.runFunction(/app/models/userContribution/UserContributionViewService.cfc:145)
cfUserContribution2ecfc339579980$funcREADUSERCONTRIBUTIONS.runFunction(/app/modules_app/api/modules_app/v1/handlers/UserContribution.cfc:24)
cfRestHandler2ecfc1482150499$funcAROUNDHANDLER.runFunction(/app/coldbox/system/RestHandler.cfc:58)
cfController2ecfc102072789$func_RUNEVENT.runFunction(/app/coldbox/system/web/Controller.cfc:940)
cfController2ecfc102072789$funcRUNEVENT.runFunction(/app/coldbox/system/web/Controller.cfc:658)
cfBootstrap2ecfc167010443$funcPROCESSCOLDBOXREQUEST.runFunction(/app/coldbox/system/Bootstrap.cfc:290)
cfBootstrap2ecfc167010443$funcONREQUESTSTART.runFunction(/app/coldbox/system/Bootstrap.cfc:507)
cfApplication2ecfc1572209739$funcONREQUESTSTART.runFunction(/app/Application.cfc:56)
aaronstoddard
02/07/2023, 4:59 PMaaronstoddard
02/07/2023, 4:59 PMbdw429s
02/07/2023, 5:14 PMbdw429s
02/07/2023, 5:15 PMUserContributionGateway.READUSERCONTRIBUTION()
method being runbdw429s
02/07/2023, 5:15 PMjclausen
02/07/2023, 5:46 PMcoldbox.system.web.Controller
wraps the entire request so that time would be everything inside of the request - interceptors, handlers, etc. Your stack trace shows it entering your model layer, but there may be other things occurring. It’s hard to know what would be slowing things down without more specifics.aaronstoddard
02/07/2023, 5:48 PM