=== Dashboard Performance Test === Testing database queries and caching... 1. Testing database connection... ✓ Database connected successfully 2. Testing basic queries... ✓ Podcasts count: 7 (took 1.49ms) ❌ ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'follow256_findatasrh.episodes' doesn't exist (Connection: mysql, SQL: select count(*) as aggregate from `episodes`) Stack trace: #0 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(783): Illuminate\Database\Connection->runQueryCallback('select count(*)...', Array, Object(Closure)) #1 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Connection.php(431): Illuminate\Database\Connection->run('select count(*)...', Array, Object(Closure)) #2 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2914): Illuminate\Database\Connection->select('select count(*)...', Array, true) #3 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2902): Illuminate\Database\Query\Builder->runSelect() #4 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3456): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}() #5 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2903): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure)) #6 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3383): Illuminate\Database\Query\Builder->get(Array) #7 /home/follow256/srh.follow256.com/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3311): Illuminate\Database\Query\Builder->aggregate('count', Array) #8 /home/follow256/srh.follow256.com/test_dashboard_performance.php(37): Illuminate\Database\Query\Builder->count() #9 {main} Test completed.