Hi,
it looks like the nearly the same problem as back in 2021:
https://forum.zenphoto.org/discussion/1410768/tidy-assets-plugin-js-exclusion
I have created a dynamic album based on a search for longitude and latitude.
The alb file for the album has this content:
WORDS=*
THUMB=1
FIELDS=exifgpslatitude,exifgpslongitude
CONSTRAINTS=inalbums=0&inimages=1&unpublished=0
Without tidy asset plugin enabled the map loads fine with all pictures which have gps data.
With the plugin enabled, the album loads forever without displaying anything.
https://www.ralf-kerkhoff.de/places/Geocode/
Tested it with different themes: zpbase, bootstrap, paradigm.
With other albums the map and the images in the albums are displayed fine.
Normal album:
https://www.ralf-kerkhoff.de/bewegung/
Dynamic album based on tags:
https://www.ralf-kerkhoff.de/places/BurgersZoo/
For testing i created different albums to find out what is causing the problem.
As other dynamic albums work my guess was that it has something to do with the search word which is an "*" in this case.
So i looked into the gps data of some images and noticed that there are some with multiple numbers "1" in it.
Next I created an album with the number "1" as the search word = same result. Page loads forever.
Now I go for two digits - in this case "11" - and surprise: page loads fine.
My guess at this point: It has something todo that the search word has only one "number/letter/Asterisk".
what is causing the problem with a dynamic album when tidy assets is enabled.
BTW: Frontend search works fine when searching for: *
Question of the day:
Is there a search phrase/word which has more than 1 letter/number/asterisk for a "blank" search?
I have also noticed that the "*" is written in the database as "%2A" - but i guess this is normal.
Cheers
Ralf