• Using 2.0.21 version, all other plugins deactivated.

    I still do notice that it takes a long time (>40s ) each time to load a page with a gallery. Then the photo’s are loaded quickly. In 1.9.13 a page with 50 pictures in it does load rather quickly, but now it takes +/-40s to reach the page and then the photo’s load quickly, another angle to look into.

    Every time a page with a gallery get’s loaded it takes a long time. Per page there are 50 images. In the database I notice for all the images this query repeated:

    SELECT image_slug FROM wp_ngg_pictures WHERE image_slug = ‘xxxxxxx’ AND NOT pid = 0 LIMIT 1`

    This looks like the culprit of the slowdown mechanism. I’m not a mysql specialist, so someone any ideas of improving this in the nextgen code?

    http://wordpress.org/plugins/nextgen-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have also been having major performance issues since (finally being able to) upgrading

    Hi,

    I am also experiencing a few challenges with photo upload timeframes.

    Challenges:

    Photo Gallery page takes a considerable amount of time to open and when you click to upload a photo from the gallery it shows a black screen with a spinning white wheel which never seems to stop.

    Website gallery:
    http://www.japancountdown.com/photo-guide/

    If you could assist with some basic advice on how I can improve the page speed and upload times with Nextgen Pro that would be much appreciated.

    Kind regards,

    Daniel

    Thread Starter Vakantie Ameland

    (@christianebuddy)

    Still this mysql query is slowing down mysql.

    SELECT image_slug FROM wp_ngg_pictures WHERE image_slug = 'xxxxxxx' AND NOT pid = 0 LIMIT 1

    Even minutes after inserting new images or viewing pages this query is being processed for every image.

    Please skip this image_slug option as this is a huge performance killer

    has this issue been resolved in version 2.0.40?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Very slow loading of the images shown in gallery’ is closed to new replies.