View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002755 | OXID eShop (all versions) | 4.05. Performance | public | 2011-04-18 15:54 | 2012-12-10 13:29 |
Reporter | tjungcl | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.5.2 revision 38481 | ||||
Summary | 0002755: if master image resolution equals zoom resolution, the z-image is generated nevertheless and both images are downloaded to clien | ||||
Description | - take a jpg-picture with 99% jpg-quality and a resolution of 665*665 - upload it via admin to a product as image #1 - now open the product in frontend and monitor downloaded ressources (firebug) --> /out/pictures/master/1/mypic.jpg (665*665 - 300kb) --> /out/pictures/z1/mypic_z1.jpg (665*665 - 30kb) The master image is used for the cloudzoom, the z1 image for the zoom-click. However they have the same size. -> If the master image resolution is not relevantly higher than the z image, it should not be used for the cloudzoom. (use the z image instead) Plus, there is a good chance, the user will not click the (+) zoom, so in many cases the z image is downloaded to the client for nothing. --> the zoom-images should be loaded with ajax just like the master-image is. | ||||
Tags | Performance | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0002852 | closed | dainius.bigelis | Pictures, matching master image size, should not be processed by GD, but just copied |
related to | 0002907 | resolved | rimvydas_paskevicius | First zoom picture is always loaded in background in details view |