Viewing 1 replies (of 1 total)
  • Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    A properly coded theme will use set_post_thumbnail_size() and add_image_size() to define the image sizes used in the layout, and WordPress will create resized versions with those dimensions and therefore smaller file sizes. A good theme should not load full-sized featured images and rescale them.

    There is also an option in the Pro version to specify the maximum image dimensions to download to your server, which is mainly a way to conserve disk space since themes should already only be loading the necessary image size created by WordPress.

Viewing 1 replies (of 1 total)
  • The topic ‘HD Images being stored, server load increase, here′s a quick fix’ is closed to new replies.