This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/api/orders
John Mizerek bffca643b5 Restore API performance tracking and fix perf dashboard
- Add queryTimed(), logPerf(), flushPerfBuffer() to environment.cfm
- Auto-create ApiPerfLogs table on first flush
- Hook logPerf into Application.cfm apiAbort for automatic tracking
- Initialize request perf counters in Application.cfm
- Remove local apiAbort() overrides from 7 endpoints
- Instrument 12 high-traffic endpoints with logPerf calls
- Buffer metrics in application scope, batch INSERT every 100 requests
- 30-day auto-cleanup with probabilistic trigger

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 17:04:12 -08:00
..
abandonOrder.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
checkStatusUpdate.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
debugLineItems.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
getActiveCart.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
getCart.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
getDetail.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
getOrCreateCart.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
getPendingForUser.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
history.cfm Restore API performance tracking and fix perf dashboard 2026-01-30 17:04:12 -08:00
listForKDS.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
setLineItem.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
setOrderType.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
submit.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
updateStatus.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00