Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #542920

    Hi!

    Using Enfold with WP Fastest Cache Pro I already got 71 mobile and 48 desktop (both at 42 before using the plugin).

    I do need help to customize the functions.php as I believe there could better results in PageSpeed by not loading some types of (automatically) resized .jpg files. (All uploaded (not the automatically generated ones by Enfold) images have already been processed using jPEGmini Pro.)

    Can a moderator please have a look?

    #543340

    Hey Desire!

    Please read this on how to further optimize the images, https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization.

    Also, a plugin such as BWP Minify would help in minifying the JS/CSS, https://wordpress.org/plugins/bwp-minify/.

    Cheers!
    Elliott

    #543487

    Thanks.

    I switched the masonry gallery blog from flexible (1st option) to perfect (2nd option) which already gave a great boost to google pagespeed.

    1. All images I use as cover are either 4:3 (barely 3:4)
    2. Images scale up to 327px width (depending on browser window) but source image size is the generated 705x470px version

    Q:
    Is it possible to set the displayed image size to something smaller like a 330px width version (and generate them)?
    Is it possible to show the cover image always completely (the full 4:3) without clipping?

    #543785

    Hey!

    Try changing line 126 in the functions.php file.

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    And then regenerate the thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.