Hello Zenphoto community!
For many years, I have been using Drupal 6 + Gallery2 (menalto) combination to build a proper extendable CMS, getting all both world advantages. It rocked for many years. As you know, Gallery2 is now dead and Drupal 6 obviously old. The excellent module to integrate G2 in Drupal 6 is no longer developped either. But it does an excellent job.
One of the main feature of the web site is the newsletter facility: Using drupal newsletter template with gallery2 content integration, I can send scheduled daily newsletter of photo gallery using criterion like photo of the day, best viewed photo, best viewed album, special tags etc... My users quite enjoyed that ;-)
My current photo publication workflow is : Camera (RAW format)>Adobe Lightroom>Gallery2 through using specific export module in JPG or import by hand on server
As you know, technology is moving forward and security with PHP updates are becoming a real issue. Then I definitely need to move on and prepare migration to another system, mostly one photo CMS oriented.
After having eliminated Drupal itself as a solution (too far from the photo world), I have selected and been testing for months 2 serious systems that could replace my current one: Piwigo and Zenphoto.
Zenphoto is a very good candidate with a good API/theming engine and strong documentation/dev resources, I quite like that.
I am evaluating right now its performance. Finding it slow; I am exploring cache facility and it seems that I have problem with it with erratic behaviour. For some unexplained reason, some images cannot be pre cached generated.
I repeated the process and finally succeed in except one image.
It seems that size matters. I have setup imagemagick to ensure better conversion.
I am using basic theme.
Some example with debug
Album: [ 2017/lisbonne ], Image: [ 2017-01-20-172918-lisboa-pt-2.jpg ]
http://zen.arnoult.com/zp-core/i.php?a=2017/lisbonne&i=2017-01-20-172918-lisboa-pt-2.jpg&s=100&cw=0&ch=0&q=75&t=1&wmk=%21&check=52612b46f0016886270efe834971d5faedb65d04
Image filesize: 21324420
Debug i.php | Arguments:
size = 595
width =
height =
cw = 0
ch = 0
cx =
cy =
quality = 85
thumb =
crop =
Album: [ 2017/lisbonne ], Image: [ 2017-01-20-172918-lisboa-pt-2.jpg ]
Image filesize: 21324420
Debug i.php | Arguments:
size = 100
width =
height =
cw = 0
ch = 0
cx =
cy =
quality = 75
thumb = 1
crop =
On the front end, the image cannot be generated either on the go.
I have extended memory using htaccess
php_value memory_limit 512M
With no effect
Is there a way to check with debug why the generation fails?
Thank you for your advice
David