Home Forums WoodMart support forum Website is slow and product image size

Website is slow and product image size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #100651

    rikz
    Participant

    I’ve made website faster than It was at the beginning. It is much better, but still when I bought this theme my first priority was the performance of your theme – It seemed so fast when opening products.. mine takes 3-4 seconds to open while yours opens in less than second. Gtmetrix shows at the moment 2.5 seconds to open. Is there any way to make it a liittle bit faster. You know more about that than me πŸ™‚

    Other issue is product image sizes for example this category:
    http://funrent.davidcityline.com/tootekategooria/muugitooted/lauakatted/
    Is there any setting for this to make all products names in the same line also the prices? Or I have to manually make all images in same size which would be painful with about 300+ products πŸ™

    I appreciate your support for quick responses all the time. Also awesome theme.

    Let me know about these issues.

    Thanks!

    #100666

    Eric Watson
    Participant

    Hello,

    1) In general, our theme is already optimized and don’t have too many resources to make your website slow. Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images or other resources. So we suggest you remove unnecessary plugins, install some kind of JS & CSS optimizing plugins like Better WordPress Minify and a caching plugin like WP Super Cache. Also, you can use GTmetrix tool to see what makes your website slow and optimize these parts of your website.

    2) Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-grid-item .product-image-link img, 
    .product-grid-item .hover-img img {
        width: 100%;
        object-position: 50% 50%;
        object-fit: contain;
        font-family: 'object-fit: cover;';
        height: 175px;
    }

    Also in the last update, we added an option to install all product titles in one or two lines. You can find the option here Theme Settings -> Shop -> Product styles -> Product title lines limit http://prntscr.com/m4gysz

    Kind Regards
    XTemos Studio

    #100723

    rikz
    Participant

    Thanks now products are same size πŸ™‚

    I’ve tried to turn off plugins that are not theme related, but the speed is the same. Images optimized, cached and minified. with WP fastest cache.

    #100753

    Hello,

    You need to set 30 products per page max not 100 and check the issue. Plugins are not the only reason.

    Best Regards

    #100761

    rikz
    Participant

    It doesn’t help πŸ™

    #100819

    Eric Watson
    Participant

    Hi,

    We tested your website and it is really well optimized and working very fast. In general, it depends on your content and how many elements and images you have on your pages.

    https://prnt.sc/m4rrn6
    https://prnt.sc/m4rrqw
    https://prnt.sc/m4rru5

    Kind Regards

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