Okay
  Public Ticket #895718
capacity content
Closed

Comments

  • jose started the conversation

    Dear Laborator,

    It seems we have problems to control the capacity of the content of the website.

    At this moment we have not even started to fill the site with our images and texts. The taken space at our provider is at the moment 594340 MB. Can you explain us what space is needes for the theme to run, for the webshop plugin to run, and what is the best size for an images to upload - for the kalium theme?

    Is it possible for you to check our site, and help us to control the capacity. Can we have online live contact to discuss the problem? Hope to hear from you!

    kind regards,

    José



  • [deleted] replied

    Hi Jose,

    Our theme currently comes in 31.4MB WordPress installable theme and doesn't impact the overall size of WordPress content, unless you upload any media file (image) which is then converted to few extra thumbnails (13):

    [shop-category-thumb] => Array
    (
    [width] => 500
    [height] => 290
    [crop] => 1
    )

    [blog-thumb-1] => Array
    (
    [width] => 468
    [height] => 328
    [crop] => 1
    )

    [blog-thumb-2] => Array
    (
    [width] => 468
    [height] => 468
    [crop] => 1
    )

    [blog-thumb-3] => Array
    (
    [width] => 845
    [height] => 592
    [crop] => 1
    )

    [blog-single-1] => Array
    (
    [width] => 1482
    [height] => 635
    [crop] => 1
    )

    [portfolio-single-img-1] => Array
    (
    [width] => 1612
    [height] => 0
    [crop] =>
    )

    [portfolio-single-img-2] => Array
    (
    [width] => 1116
    [height] => 0
    [crop] =>
    )

    [portfolio-single-img-3] => Array
    (
    [width] => 806
    [height] => 0
    [crop] =>
    )

    [portfolio-single-img-4] => Array
    (
    [width] => 558
    [height] => 0
    [crop] =>
    )

    [portfolio-img-1] => Array
    (
    [width] => 655
    [height] => 545
    [crop] => 1
    )

    [portfolio-img-2] => Array
    (
    [width] => 655
    [height] => 545
    [crop] => 1
    )

    [portfolio-img-3] => Array
    (
    [width] => 655
    [height] => 0
    [crop] =>
    )

    [shop-loop-thumb-1] => Array
    (
    [width] => 468
    [height] => 598
    [crop] => 1
    )

    Which actually will increase the size for 25% for every thumbnail for example if you have an uploaded image of: 1MB the total leftovers will be 1.25MB

    If you have too many images and want to reduce the number you must know which of the above regenerated image sizes are not necessary so I can give you the code for that.

    In this case, it will lower the number of images but the size of server will not be impacted so much.