by andrei.sim23@gmail.com | Aug 18, 2025 | snippets, WordPress
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...
by andrei.sim23@gmail.com | Aug 12, 2025 | Uncategorized
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. // define('WP_DEBUG', false);define('WP_DEBUG',...