Maxim Knowledge Base

File Optimization

HTML Files

Enable Minify HTML and set what pages you want to exclude.

Google Fonts

Enable Combine Google Fonts to reduce the number of HTTP requests(improves the loading time).

CSS Files

Enable Minify CSS to reduce the size of the CSS, by removing whitespace and comments.

Enable Combine CSS to reduce the number of HTTP requests(improves the loading time).

Enable Prevent Render Blocking to make Maxim loads the CSS files at the bottom of the page.

Javascript Files

Enable Minify JS to reduce the size of the files(improves the loading time).

Enable Defer Scripts to remove render-blocking issues. make search engines happy.

Enable Load JS In Footer to help solve render blocking problem.