=== Speed Up - Clean WP === Contributors: nigro.simone Donate link: http://paypal.me/snwp Tags: disable emojis, remove jquery migrate, disable embeds, clean wp_head, performance Requires at least: 6.0 Requires PHP: 7.0 Tested up to: 7.0 Stable tag: 1.0.11 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Removes unused scripts (emoji, jquery-migrate, comment-reply) and cleans unnecessary metadata from the head. == Description == This small plugin (5 Kb) clean Wordpress by remove comment-reply.min.js and jquery-migrate.js scripts, disable "embeds" and "emoji" features and clean the head from unnecessary metadata. Configurations are not required! You just have to install it and after the plugin does it all, none further action it's required. == Installation == 1. Upload the complete `speed-up-clean-wp` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 1.0.11 = * Remove the block editor stylesheets on pages that contain no blocks, saving about 30 KB of unused CSS * Never remove them on block themes, on pages that do use blocks, or on archives, where the content cannot be inspected * Add the speed_up_clean_wp_dequeue_block_assets filter to override that decision = 1.0.10 = * Shorter description and focused tags on the WordPress.org page * Declare minimum requirements: WordPress 6.0 and PHP 7.0 = 1.0.9 = * Tested up to Wordpress 7.0 = 1.0.8 = * Tested up to Wordpress 6.0 = 1.0.7 = * Tested up to Wordpress 5.9 = 1.0.6 = * Tested up to Wordpress 5.7 = 1.0.5 = * Tested up to Wordpress 5.5 = 1.0.4 = * Readme = 1.0.3 = * Tested up to Wordpress 5.3 = 1.0.2 = * Tested up to Wordpress 5.2 = 1.0.1 = * Tested up to Wordpress 4.9. * Remove jquery-migrate.js = 1.0.0 = * Initial release.