{"slug":"ezcache","name":"ezCache","description":"Lightning-fast WordPress optimization — page caching, Redis Object Cache, Critical CSS, WebP images, CSS/JS optimization, and 15+ performance tools.","author":"uPress","active_installs":10000,"version":"2.5.4","wp_org_url":"https://wordpress.org/plugins/ezcache/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"ezcache_webp_images","full_table_name":"wp_ezcache_webp_images","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(10) UNSIGNED","nullable":false,"primary_key":true},{"name":"uid","type":"varchar(191)","nullable":false,"primary_key":false},{"name":"url","type":"text(0)","nullable":false,"primary_key":false},{"name":"webp_url","type":"text(0)","nullable":false,"primary_key":false},{"name":"status","type":"enum('pending', 'completed', 'failed')","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime(0)","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime(0)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_ezcache_webp_images` ( `id` bigint(10) UNSIGNED NOT NULL AUTO_INCREMENT, `uid` varchar(191) NOT NULL DEFAULT '', `url` text(0) NOT NULL DEFAULT '', `webp_url` text(0) NOT NULL DEFAULT '', `status` enum('pending', 'completed', 'failed') NOT NULL DEFAULT 'pending', `created_at` datetime(0) NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` datetime(0) NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE INDEX (`uid`) USING BTREE ) \". ( self::$collate ) );"}],"table_count":1}