thenetimp
01-04-2006, 12:13 PM
OK, and question number 2 for the day.
We have a laszlo application to create a photo gift item.
After it loads, the user is able to select one of their albums to generate a view with a list of thumbnails. This however is slow. I've deduced that requesting the list of thumbnails via XML-RPC is not the culprit coming in at .00352ms.
Looking at the tomcat logs and the apache logs this is what we see. We have a request from the laszlo app on the client to the server for the image. That image is then again being requested by the laszlo server, and returned from the server to the app. There's a lot of unneeded overhead there. Is there anyway for the client app not to have to go through the server to get the image? Can it go directly to the location of the image? And if so, how?
Thanks,
James
We have a laszlo application to create a photo gift item.
After it loads, the user is able to select one of their albums to generate a view with a list of thumbnails. This however is slow. I've deduced that requesting the list of thumbnails via XML-RPC is not the culprit coming in at .00352ms.
Looking at the tomcat logs and the apache logs this is what we see. We have a request from the laszlo app on the client to the server for the image. That image is then again being requested by the laszlo server, and returned from the server to the app. There's a lot of unneeded overhead there. Is there anyway for the client app not to have to go through the server to get the image? Can it go directly to the location of the image? And if so, how?
Thanks,
James