WP Toolkit Optimization Test Page
How to Test Optimizations:
- Open browser Developer Tools (F12)
- Go to Network tab
- Refresh this page
- Look for combined files:
wp-toolkit-combined-*.cssandwp-toolkit-combined-*.js - Count the total number of HTTP requests
- Test with Pingdom or GTmetrix
CSS Files
This page loads multiple CSS files that should be combined into a single file when CSS combination is enabled.
- Font Awesome CSS
- Google Fonts (Roboto)
- Google Fonts (Open Sans)
- Inline styles
JavaScript Files
Multiple JavaScript files are loaded that should be combined when JS combination is enabled.
- jQuery (if loaded)
- Custom scripts
- Analytics scripts
Icon Test
Font Awesome icons should load correctly:
Expected Results When Optimizations Are Working:
- Combined CSS file:
wp-toolkit-combined-[hash].css - Combined JS file:
wp-toolkit-combined-[hash].js - Combined Google Fonts: Single fonts.googleapis.com request
- Reduced HTTP requests (should be 50-80% fewer)
- Faster page load times
- Better Pingdom score