I support a website for WWII veterans. In my efforts to support them, I just added the Screwturn Wiki (3.0) to the website. This will allow me to do many things, but among them, to build albums for the group. More importantly, it will allow others to contribute to those albums.
To that end, I made some code snippets that would allow the user to insert into the album any image uploaded to that page. To fetch that image into the snippet, I followed the example on this page: Displaying an image on ScrewTurn wiki
The problem is, using the {UP(AlbumPage)}FileName.jpg example appears to be slow. It calls this page: /Wiki/GetFile.aspx?Page=AlbumPage&File=FileName.jpg and that, multiplied many times, makes the album page incredibly slow.
So, is there another way to fetch uploaded images associated with a given page? One that is hopefully much more quick than this method? I'd like to have a nice efficient page that loads in under 30 seconds and doesn't take forever when moving from image to image.
Any and all clues appreciated.