Big Table Performance

26 views
Skip to first unread message

George

unread,
May 7, 2012, 1:35:49 PM5/7/12
to cfwh...@googlegroups.com
I have a page that edits records for a table that has about 100 Columns. Needless to say that the page that actually edits this info is quite large. 

When I open up a record for edit on my NON-wheels site, it takes about 30ms. 

I have re-made the same page using wheels and I am averaging above 900ms currently (in production mode). 

I originally was performing a .validate() function on the initial edit of the record because it was an old DB and I wanted people to immediately see if there were potential errors in a record. By pulling .validate() out on the initial call I have gotten the page down to 700ms. I was wondering if maybe I should just re-write the page without using the form helpers provided by wheels?

Total TimeAvg TimeCountTemplate
760 ms760 ms1C:\inetpub\wwwroot\otcAdmin\rewrite.cfm
760 ms760 ms1C:\inetpub\wwwroot\otcAdmin\wheels\index.cfm
760 ms760 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\Application.cfc | onRequest(/rewrite.cfm) ] from C:\inetpub\wwwroot\otcAdmin\Application.cfc
759 ms759 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\wheels\Dispatch.cfc | $request() ] from C:\inetpub\wwwroot\otcAdmin\wheels\Dispatch.cfc
726 ms726 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $processAction() ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
427 ms427 ms1C:\inetpub\wwwroot\otcAdmin\views\truckDetail\details.cfm
169 ms169 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $runFilters(action = details, type = before) ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
167 ms167 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | findByKey(key = 4535, include = primaryImage) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
88 ms29 ms3C:\inetpub\wwwroot\otcAdmin\root.cfm
67 ms67 ms1C:\inetpub\wwwroot\otcAdmin\views\layout.cfm
64 ms21 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model.cfm
49 ms5 ms9CFC[ C:\inetpub\wwwroot\otcAdmin\wheels\model\adapters\MicrosoftSQLServer.cfc | $query(argumentCollection = [complex value]) ] from C:\inetpub\wwwroot\otcAdmin\wheels\model\adapters\MicrosoftSQLServer.cfc
42 ms42 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $callback(afterFind, true) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
41 ms14 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\functions.cfm
37 ms37 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | findall(where = invid in (19703,15304,18038,0), select = id,invstocknum,imgIconLink,invYear,invMake,invModel, include = primaryimage) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
31 ms31 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc | $createInstance(base = false, persisted = true, properties = [complex value], callbacks = true) ] from C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc
29 ms29 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $createControllerObject([complex value]) ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
26 ms26 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller.cfm
21 ms21 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Model.cfc | findAll(group = truSeries, where = truMake='Freightliner', order = truSeries, select = truSeries) ] from C:\inetpub\wwwroot\otcAdmin\models\Model.cfc
16 ms16 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | onMissingMethod(select = cstid, cstName, returnAs = query) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
15 ms15 ms1C:\inetpub\wwwroot\otcAdmin\views\truckDetail\_subMenu.cfm
15 ms4 ms4C:\inetpub\wwwroot\otcAdmin\wheels\global\functions.cfm
11 ms11 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\functions.cfm
9 ms9 ms1C:\inetpub\wwwroot\otcAdmin\wheels\functions.cfm
8 ms8 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller\functions.cfm
8 ms8 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $initModelObject(persisted = true, base = true, name = inventory, RETURNVARIABLE = returnValue, useFilterLists = NO, properties = [complex value], row = 1, PATH = models, FILENAME = Inventory, COMPONENT = models.Inventory, METHOD = $initModelObject) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
6 ms6 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Customer.cfc | findByKey(returnAs = query, select = cstid, cstName, KEY = ) ] from C:\inetpub\wwwroot\otcAdmin\models\Customer.cfc
6 ms6 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | findall(where = truckMarks.empId = 120, select = invId,invstocknum,imgIconLink,invYear,invMake,invModel, include = marked,primaryimage) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
5 ms5 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Employee.cfc | findAll(where = empAccess in ('Sales','truckSp','Super_Sales'), order = employeefullname, select = empId, employeefullname) ] from C:\inetpub\wwwroot\otcAdmin\models\Employee.cfc
5 ms5 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Model.cfc | findAll(group = truMake, order = truMake, select = truMake) ] from C:\inetpub\wwwroot\otcAdmin\models\Model.cfc
5 ms5 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\costTracking.cfc | sum(where = invid = 4535, property = ctAmount) ] from C:\inetpub\wwwroot\otcAdmin\models\costTracking.cfc
4 ms4 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Locations.cfc | findAll(order = locSname, select = locId,locSname) ] from C:\inetpub\wwwroot\otcAdmin\models\Locations.cfc
3 ms3 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller\appfunctions.cfm
3 ms0 ms19CFC[ C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc | $classData() ] from C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc
2 ms2 ms1C:\inetpub\wwwroot\otcAdmin\wheels\global\appfunctions.cfm
2 ms0 ms6C:\inetpub\wwwroot\otcAdmin\wheels\plugins\injection.cfm
2 ms2 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\Application.cfc | onRequestStart(/rewrite.cfm) ] from C:\inetpub\wwwroot\otcAdmin\Application.cfc
2 ms2 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc | $initModelObject(base = false, persisted = true, name = truckpic, useFilterLists = NO, RETURNVARIABLE = returnValue, properties = [complex value], row = 1, PATH = models, FILENAME = Truckpic, COMPONENT = models.Truckpic, METHOD = $initModelObject) ] from C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc
1 ms1 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\text.cfm
1 ms1 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\Application.cfc | onRequestEnd(/rewrite.cfm) ] from C:\inetpub\wwwroot\otcAdmin\Application.cfc
1 ms1 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $flashClear() ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
1 ms0 ms5CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $classData() ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFSuspension) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFloorDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invLocationNotes) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invRadio) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTranType) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invType) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
1 ms1 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc | $queryRowToStruct(base = false, properties = [complex value], row = 1) ] from C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\config\app.cfm
0 ms0 ms5C:\inetpub\wwwroot\otcAdmin\events\functions.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\events\onrequestend.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\events\onrequeststart.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\views\helpers.cfm
0 ms0 ms2C:\inetpub\wwwroot\otcAdmin\wheels\controller\caching.cfm
0 ms0 ms2C:\inetpub\wwwroot\otcAdmin\wheels\controller\filters.cfm
0 ms0 ms2C:\inetpub\wwwroot\otcAdmin\wheels\controller\flash.cfm
0 ms0 ms2C:\inetpub\wwwroot\otcAdmin\wheels\controller\initialization.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller\layouts.cfm
0 ms0 ms2C:\inetpub\wwwroot\otcAdmin\wheels\controller\miscellaneous.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller\processing.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller\provides.cfm
0 ms0 ms2C:\inetpub\wwwroot\otcAdmin\wheels\controller\redirection.cfm
0 ms0 ms2C:\inetpub\wwwroot\otcAdmin\wheels\controller\rendering.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller\request.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\controller\verifies.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onapplicationend.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onapplicationstart.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onerror.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onmissingtemplate.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onrequest.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onrequestend.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onrequeststart.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onsessionend.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\events\onsessionstart.cfm
0 ms0 ms6C:\inetpub\wwwroot\otcAdmin\wheels\global\cfml.cfm
0 ms0 ms5C:\inetpub\wwwroot\otcAdmin\wheels\global\internal.cfm
0 ms0 ms5C:\inetpub\wwwroot\otcAdmin\wheels\global\public.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\associations.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\calculations.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\callbacks.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\crud.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\errors.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\initialization.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\miscellaneous.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\nestedproperties.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\onmissingmethod.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\properties.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\serialize.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\sql.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\transactions.cfm
0 ms0 ms3C:\inetpub\wwwroot\otcAdmin\wheels\model\validations.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\assets.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\dates.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\errors.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\forms.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\formsassociation.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\formsdate.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\formsdateobject.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\formsdateplain.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\formsobject.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\formsplain.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\links.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\miscellaneous.cfm
0 ms0 ms1C:\inetpub\wwwroot\otcAdmin\wheels\view\sanitize.cfm
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $getControllerClassData() ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $initControllerObject(name = TruckDetail, RETURNVARIABLE = returnValue, FILENAME = TruckDetail, PATH = controllers, COMPONENT = controllers.TruckDetail, METHOD = $initControllerObject, params = [complex value]) ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $performedRedirect() ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | $runVerifications(action = details, params = [complex value]) ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc | response() ] from C:\inetpub\wwwroot\otcAdmin\controllers\truckDetail.cfc
0 ms0 ms6CFC[ C:\inetpub\wwwroot\otcAdmin\models\Customer.cfc | $classData() ] from C:\inetpub\wwwroot\otcAdmin\models\Customer.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Customer.cfc | primaryKeys() ] from C:\inetpub\wwwroot\otcAdmin\models\Customer.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $callback(afterInitialization, true) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invAdjustment) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invAirIntakeSystem) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invAxleRatio) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invBrakePercRem) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invCabDamBack) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invCabDamLeft) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invCabDamRight) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invCabIntCond) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invCabIntDel) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invColor) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invDateInspect) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invEngBrake) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invEngHP) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invEngModel) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invEngineRepairs) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invExhaustCondition) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFAxleCap) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFairings) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFifthWheelMake) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFileLoc) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFleetId) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFloorDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFrame) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invFrameRemarks) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invGVW) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invInterior) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invLocationNotes) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invMilage) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invModel) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invOrdBy) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invOrdFor) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invPPrice) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invPack) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invPrice) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invRearAxle) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invRearAxleFrontRepair) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invSSAmount) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invSSComments) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invSSDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invSleepText) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invSoldDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invStockNum) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTireSize) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresFrontDriversLeftBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresFrontDriversLeftTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresFrontDriversRightBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresFrontDriversRightTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresLFBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresLFTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresRFBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresRFTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresRearDriversLeftBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresRearDriversLeftTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresRearDriversRightBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTiresRearDriversRightTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTradein) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTransmission) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invTransmissionRepairs) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invVIN) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invWheelBase) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invWheelsFifth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(invYear) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | $propertyInfo(youTube) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | allErrors() ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(empId) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invAdjustment) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invAirIntakeSystem) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invAlumWheels) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invAxleRatio) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invBackPlates) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invBodyType) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invBrakePercRem) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invCAB) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invCabDamBack) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invCabDamLeft) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invCabDamRight) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invCabIntCond) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invCabIntDel) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invColor) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invComm) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invDB) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invDateInspect) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invDescription) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invEngBrake) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invEngHP) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invEngModel) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invEngine) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invEngineRepairs) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invExhaust) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invExhaustCondition) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFAxleCap) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFAxlePS) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFPshow) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFairings) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFifthWheelMake) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFileLoc) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFleetId) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFrame) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invFrameRemarks) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invGVW) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invGlassLeft) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invGlassOnePiece) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invGlassRight) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invGlassSide) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invInterior) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invMake) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invMilage) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invModel) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invNotes) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invOrdBy) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invOrdFor) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invPPrice) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invPack) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invPrice) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invRadioWork) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invRearAxle) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invRearAxleFrontRepair) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invRearTire) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSSAmount) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSSComments) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSSDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSaleType) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSeatLAir) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSeatRAir) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSeries) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSleepText) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSleeper) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSoldDate) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invStockNum) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invStyle) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invSuspension) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTireSize) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresFrontDriversLeftBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresFrontDriversLeftTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresFrontDriversRightBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresFrontDriversRightTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresLFBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresLFTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresRFBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresRFTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresRearDriversLeftBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresRearDriversLeftTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresRearDriversRightBrand) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTiresRearDriversRightTreadDepth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTradedBy) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTradein) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTranny) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTransmission) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invTransmissionRepairs) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invVIN) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invWebPost) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invWheelBase) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invWheelsFifth) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(invYear) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(locId) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc | errorsOn(youTube) ] from C:\inetpub\wwwroot\otcAdmin\models\Inventory.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc | $callback(afterFind, true) ] from C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc | $callback(afterInitialization, true) ] from C:\inetpub\wwwroot\otcAdmin\models\Truckpic.cfc
0 ms0 ms2CFC[ C:\inetpub\wwwroot\otcAdmin\wheels\model\adapters\MicrosoftSQLServer.cfc | $quoteValue(str = , type = integer) ] from C:\inetpub\wwwroot\otcAdmin\wheels\model\adapters\MicrosoftSQLServer.cfc
0 ms0 ms1CFC[ C:\inetpub\wwwroot\otcAdmin\wheels\model\adapters\MicrosoftSQLServer.cfc | $quoteValue(str = 4535, type = integer) ] from C:\inetpub\wwwroot\otcAdmin\wheels\model\adapters\MicrosoftSQLServer.cfc
13 ms STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
776 ms TOTAL EXECUTION TIME
red = over 250 ms average execution time

Andy Bellenie

unread,
May 7, 2012, 1:37:27 PM5/7/12
to cfwh...@googlegroups.com
What happens when you turn off 'report execution times' in cfadmin? This causes problems with frameworks like wheels as generating the debug takes ages and is misreported.

--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cfwheels/-/Ra5SRh0nQt0J.
To post to this group, send email to cfwh...@googlegroups.com.
To unsubscribe from this group, send email to cfwheels+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfwheels?hl=en.

George

unread,
May 7, 2012, 1:47:42 PM5/7/12
to cfwh...@googlegroups.com
Clearly I notice a performance enhancement when I do as you suggested, however I now can not see page ? If I turn this off, then what can I substitute to make sure my page is performing optimally.

Andy Bellenie

unread,
May 7, 2012, 2:49:57 PM5/7/12
to cfwh...@googlegroups.com
I'm sorry, I don't understand what you mean when you say you can't see the 'page'. If you're talking about the debug, the wheels debug itself will show you that: add <cfset set(showDebugInformation=true)> to /config/testing/settings.cfm and run in that mode.


On 7 May 2012 18:47, George <randal...@gmail.com> wrote:
Clearly I notice a performance enhancement when I do as you suggested, however I now can not see page ? If I turn this off, then what can I substitute to make sure my page is performing optimally.

--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cfwheels/-/wGH-ofSnErkJ.

George

unread,
May 7, 2012, 4:45:54 PM5/7/12
to cfwh...@googlegroups.com
Ah, well with not understanding my question, you most certain did answer it. My previous post was mis-typed. Thank you very much!

Andy Bellenie

unread,
May 7, 2012, 4:47:28 PM5/7/12
to cfwh...@googlegroups.com
Glad to help :)

On 7 May 2012 21:45, George <randal...@gmail.com> wrote:
Ah, well with not understanding my question, you most certain did answer it. My previous post was mis-typed. Thank you very much!

--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cfwheels/-/-YBn-to922YJ.
Reply all
Reply to author
Forward
0 new messages