• Hello guys,

    Thank you for the awesome plugin! It would be very cool if you optimize images. You know, PNG, sprites… To stop Google PageSpeed Insights tool claiming about non-optimal images that need improvement.

    Thanks!

Viewing 1 replies (of 1 total)
  • From this plugin FAQ;

    function custom_rating_image_extension() {
        return 'png';
    }
    add_filter( 'wp_postratings_image_extension', 'custom_rating_image_extension' );

    That should shut up that but still far from optimization when we are calling a bunch of gifs instead of using a sprite sheet or font icons.

    • This reply was modified 8 years, 3 months ago by ctrlaltdelete.
Viewing 1 replies (of 1 total)

The topic ‘Star images loading optimization’ is closed to new replies.