ended4월 30일· 1 sources
Why Laravel Telescope Cleanup Takes Hours—and the Simple Fix
Laravel Telescope 정리 명령이 느린 진짜 이유와 해결책
Why it matters
Laravel Telescope's built-in cleanup commands suffer from a hidden architectural flaw: cascading foreign key deletes combined with InnoDB's refusal to return disk space after DELETE operations create multi-hour operations that waste gigabytes. A simple switch to TRUNCATE with foreign key constraints disabled delivers a 7,400x performance improvement and actual disk space recovery.
1
Sources
+0
24h
—
Growth
131d
Active
Laravel TelescopeInnoDB optimizationdisk recoverybulk deletionMySQL tuning