16 lines
872 B
PHP
16 lines
872 B
PHP
<?php
|
|
return array(
|
|
'name' => 'v93_missing_apis_fixed',
|
|
'triggers' => array(
|
|
0 => 'v93 missing apis',
|
|
1 => 'v93 aliases fixed',
|
|
2 => 'v93 404 resolved',
|
|
3 => 'business kpi alias',
|
|
),
|
|
'cmd' => 'echo \'{"v93":"missing APIs resolved","fixes":{"api/business-kpi-dashboard.php":"alias root to api path (was 404)","api/v83-business-kpi-dashboard-data.php":"serves v83-business-kpi-latest.json","api/visual-management-data.php":"60s cache wrapper around visual-management-live.php (was 8s)"},"performance":{"visual_cache_hit":"132ms","visual_cache_miss":"6343ms","speedup":"48x faster"},"root_cause":"clients call /api/ path but files at root + no cache on psql queries"}\'',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-20T12:15:00+00:00',
|
|
'source' => 'opus-wire-v93-missing-apis',
|
|
'description' => 'V93 missing APIs + cache wrapper fix',
|
|
);
|