Trying to make Phoenix load quicker

Open to all! Ask other shopowners for help.
Post Reply
cbs
Member
Posts: 46
Joined: Tue Oct 26, 2021 9:42 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 6 times

Trying to make Phoenix load quicker

Post by cbs »

Hi,

Just wondering is it worth enabling GZip Compression? Does it make a difference?
Is there anyway of compressing images?
Trying to make the site load quicker as mobile performance is slow.
If there are suggestions it would be appreciated.

Thanks


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Trying to make Phoenix load quicker

Post by ecartz »

Rainer's KISS IT add-on would probably be most helpful in reducing image file sizes. You may want to consider the paid version and/or hiring Rainer to make further optimizations.

Images are already compressed. Uncompressed images are called bitmaps and usually have an extension of .bmp. Your images are probably JPEGs, GIFs, or PNGs. JPEGs have a quality measure that you can turn down. This makes the image smaller (file size) but less detailed. You may not notice the lower detail. PNG/GIF are more like a compressed bitmap (GIF uses a similar algorithm to GZip). WebP has both a JPEG/lossy mode and a lossless/PNG/GIF mode and may be smaller for your images. Rainer's add-on uses multiple versions of the image, so the product listing uses only the small, thumbnail version.

For a dynamic site, turning GZIP on at the lowest setting helps download time slightly. Turning to higher settings generally eats up the bandwidth savings with more CPU usage. I suspect that this would be especially bad on mobile, as it comes with more limited CPU. But the best approach would be to try it both ways and see how it works. However, on most sites, images would be more of bandwidth than the HTML.
cbs
Member
Posts: 46
Joined: Tue Oct 26, 2021 9:42 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 6 times

Re: Trying to make Phoenix load quicker

Post by cbs »

I'll look in to that, our biggest issue is the listing/stock management system we use. All our products and images are uploaded to that then sent to Phoenix without using the Phoenix admin, does it only work when images are uploaded through the admin?
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Trying to make Phoenix load quicker

Post by ecartz »

That's the kind of thing that would be better asked in the add-on's support area (if you just want to use the free version) or by asking Rainer directly if you want quoted.

The add-on describes the admin support as optional, which suggests to me that it will create missing thumbnails on the fly. But Rainer would better know how it works. Depending on how your Phoenix/stock interface works, it may also be possible to add it there. If you have budget, it would be reasonable to ask Rainer to quote that.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Trying to make Phoenix load quicker

Post by raiwa »

cbs wrote: Mon Nov 22, 2021 10:51 am I'll look in to that, our biggest issue is the listing/stock management system we use. All our products and images are uploaded to that then sent to Phoenix without using the Phoenix admin, does it only work when images are uploaded through the admin?
KissIt Image creates/uses the Thumbnails on demand/on the fly where they are used. So it's independent how the images are uploaded. The only requirement is that the images are called with the core tep_image function.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
cbs
Member
Posts: 46
Joined: Tue Oct 26, 2021 9:42 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 6 times

Re: Trying to make Phoenix load quicker

Post by cbs »

Thank you for the replies.

We have just had Phoenix updated to 1.0.8.6, so will ask if this will work and move forward from there.

Thank you again for the help


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply