Blog
How to Remove Dashicons and Improve WordPress Performance
If you’ve run your site through a PageSpeed report, you might have noticed a file called: /wp-includes/css/dashicons.min.css?ver=6.4.3 It’s a small CSS file, but every request adds up when it comes to performance. The good news? You can safely remove it for visitors...
Activate WordPress Error Reporting
Comment out the top line there, and add the rest to your wp-config.php file to get more detailed error reporting from your WordPress site. Definitely don’t do this live, do it for local development and testing.