How to configure JPEG / PNG parameters

How to configure JPEG / PNG parameters

How to configure JPEG / PNG parameters Real Performance BenignSource Configure JPEG / PNG parameters 1. The absolute path to the directory of images you want to optimize Example: public/wwwroot/wp-content/uploads/2016 2. The quality at which you would like to optimize the JPEG images. 80 is fairly standard for high-quality JPEG images 3. The amount you[…]

How to configure JavaScript

How to configure JavaScript

How to configure JavaScript Real Performance BenignSource Setting the javascripts There are 7 fields for javascript so you’ll see your theme in the field YourTheme/ if there is a folder JS write js/yourjava.js so you’ll see the field YourWebsite/ if there is a custom folder write custom/js/yourjava.js after entering the javascripts press save. Now all[…]

How to configure CSS Styles

How to configure CSS Styles

How to configure CSS Styles Real Performance BenignSource if your CSS file loaded image. open it in Appearance / Editor / style.css .loading-hide {background: url(‘../img/loader-carousel.gif’);} and make it look like this: .loading-hide {background: url(‘http://www.yourdomain.com/wp-content/themes/YOURTHEME/img/loader-carousel.gif’);} if your theme used font-awesome open it in Appearance / Editor / font-awesome.css find and add all the way to the[…]