Image Optimizing

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #12254
    Candice
    Spectator

    Hi Merv,

    I am migrating my 2 sites using EPL to a better server/ host and by doing so I have noticed that 6 copies are created of each image in different sizes…
    As you know I want to create a fairly large property portal and this poses a problem.
    A possible solution would be to use Amazon S3 using a plugin to transfer them…

    Would there be any chance you could create a Addon for us for this issue, as I am sure many other people will be having the same problem for property websites that contain a few to multiple photos for each property. So far with only one agents property listings of around 400, I already have over 5300 images! Which has been a huge factor I am sure in slowly down the sites (apart from the crappy servers and hosting I was on!)

    Also I am very keen to know if you are planning to create an Addon for front end listings by users of a minimal capacity, 1 x featured image and all the basic property listing details for example.
    If you are not planning to do this in the next month or so, please let me know so I can investigate a developer to create one, will you do it as custom work? I will need these 2 plugins/ addons asap and I need to know how much this will all cost.

    I need to know if I can find a work around whilst the first agents join up or not, and if there are some existing suitable plugins available?
    As well as the amount you would charge to create these plugins/ addons for me?

    I eagerly await your reply!
    Kind regards
    Candice

    #12293
    Merv Barrett
    Keymaster

    Hi Candice, This is how wordpress works.

    EPL creates 2 images a 100×100 pixel for the admin page and a 300×200 fixed crop thumbnail for use in the theme. Then you have the full image along with wordpress’s Thumbnail, medium and large sizes which is pretty standard for most sites to improve loading speed and site performance.

    The alternative of two/three only would be a bandwidth killer as your users would be served larger images instead of smaller optimised images to their device. Image quantity is not that much of an issue even with 100,000 images, space is the real issue. You need to balance bandwidth and space.

    You can disable the WordPress thumbnail, medium and full sizes with a simple filter found here. So no need for a full addon to remove three images, however this will as stated above increase your bandwidth usage as your small images will really be large images sent to the browser, slowing site speed.
    http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/

    You can also disable the easy property listings images with a remove action

    remove_action( 'after_setup_theme', 'epl_image_sizes' );

    #12301
    Candice
    Spectator

    Thank you Merv.
    I think in the end I will have to move off WordPress…
    I have been speaking now with developer friends and the thought is the frame work will falter as it gets bigger… So Joomla is offered as another solution to take it to the next level for security, capability and power etc…
    Thoughts?

    #12307
    Merv Barrett
    Keymaster

    WordPress is fine for any scale. They have vip hosting for enterprise which also serve billions of pages per month.

    https://vip.wordpress.com/

    The only issue is the hosting platform and network that the site runs on. Using Joomla or any other CMS will have the same issues as it is all down to hardware capacity and network bandwidth Candice. Then you need to factor in your time to learn a new CMS…

    https://codex.wordpress.org/High_Traffic_Tips_For_WordPress

    We have several sites with 10,000+ listings on dedicated servers which run very well as they are on beefy servers. You will have no issues long term, except cost. I really believe you can build anything with WordPress on the right server. You can also upgrade as the site goes which hopefully you have a good revenue stream to help with server growth as the site grows.

    So no, I would stick with what you know and use and worry about server performance as you grow the site. You can use a CDN to handle images and reduce the main server load along with correctly configured cache plugins.

    We’ve optimised Easy Property Listings to work how WordPress works and that is why it is fast. Additional improvements will be made as it grows too and as users make feature requests which help us make it better.

    Hope this answers your question

    #12308
    Merv Barrett
    Keymaster

    RE: Also I am very keen to know if you are planning to create an Addon for front end listings by users of a minimal capacity, 1 x featured image and all the basic property listing details for example.
    If you are not planning to do this in the next month or so, please let me know so I can investigate a developer to create one, will you do it as custom work? I will need these 2 plugins/ addons asap and I need to know how much this will all cost.
    —-
    This extension does what you are looking for and more, I’ll release it for testing in the directory as I need user feedback for its improvement. Also need funding for its improvement too.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Feature Requests’ is closed to new topics and replies.