Navigate to Theme Options > Optimization and locate the image below.
- Combine JS Scripts: Combine all third party js scripts into one file
- Combine CSS Styles: Combine all CSS styles into one file
- Minify JS: Use minify version of js files
- Minify CSS: By default, the theme loads a style.css that is not minified. If you wish you can enable this setting to instead load a single style-min.css file with the code minified. If you are using a child theme you will have to change the @import from pointing to style.css to point to style-min.css
- Remove Version Parameter From JS & CSS Files: Most scripts and style-sheets called by WordPress include a query string identifying the version. This can cause issues with caching and such, which will result in less than optimal load times. You can toggle this setting on to remove the query string from such strings.
- Preload Pages: Preload pages right before a user clicks on it for blazing-fast browsing between pages. NOTE: If you are using login/register for front-end site then better to not enable this option.
- Lazy Load Images: Enable lazy loading for images, it will boost the page loading speed
- Disable Emoji Script: Remove WP emoji scripts from the front-end.
- Disable Jquery Migrate: Remove jQuery Migrate. Most up-to-date front-end code and plugins don’t require jquery-migrate.min.js. More often than not, keeping this - simply adds unnecessary load to your site.
- Allow `async` and `defer` while enqueuing Javascript: Adds async/defer attributes to enqueued/registered scripts
- JPEG 100% Quality: By default images cropped with WordPress are resized/cropped at 90% quality. Enable this setting to set all JPEGs to 100% quality.
Note: Is recommended to activate the file optimization after you completed the whole website.
Comments
1 comment
I would like you to review the index.php of the houzez template. It is not possible to achieve improvement with such a heavy template. hugs :)
Please sign in to leave a comment.