{"slug":"critical-css-for-wp","name":"Reduce Unused CSS Solution with Critical CSS For WP","description":"Critical CSS For WP removes the unused CSS which helps to paint fast and render the above fold content, before downloading the complete css files.","author":"Magazine3","active_installs":1000,"version":"1.0.23","wp_org_url":"https://wordpress.org/plugins/critical-css-for-wp/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"critical_css_for_wp_urls","full_table_name":"wp_critical_css_for_wp_urls","description":"Stores critical css for wp urls data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint( 20 ) unsigned","nullable":false,"primary_key":true},{"name":"url_id","type":"bigint( 20 ) unsigned","nullable":false,"primary_key":false},{"name":"type","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"type_name","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"url","type":"varchar(250)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"cached_name","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"timestamp","nullable":false,"primary_key":false},{"name":"failed_error","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `wp_critical_css_for_wp_urls` ( `id` bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT, `url_id` bigint( 20 ) unsigned NOT NULL, `type` varchar(20), `type_name` varchar(50), `url` varchar(250) NOT NULL, `status` varchar(20) NOT NULL default 'queue', `cached_name` varchar(100), `created_at` datetime NOT NULL, `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `failed_error` text NOT NULL Default '', UNIQUE KEY `url` ( `url` ), PRIMARY KEY (`id`) ) \" . $charset_collate . $engine . ';' );"}],"table_count":1}