August 6, 200223 yr I'd like to display on web pages how long it took the database to generate a page, and I would like to be accurate to the millisecond level. For example, "This search took 1.242 seconds to complete." Is there any way to do this with FileMaker?
August 6, 200223 yr Author Could you use JavaScript to measure the speed of the page generation on the server (which is what I would like to do), or would it only measure the entire process, including sending the request across the internet, receiving the response, downloading graphics, etc.
August 6, 200223 yr I think it will be possible to measure the entire process, but without graphics (always bad idea to serve them through FM). To do it in FM will require some plugin and writing and reading to/from field.
August 17, 200223 yr "Could you use JavaScript to measure the speed of the page generation on the server (which is what I would like to do)..." From observing sites which have mentioned transaction times, I note that the timing notice is sometimes displayed on what appears to be a meta redirect page. On such a page there needs be no graphics. Since I do not have experience in timing events such as your interest, I hope you find this observation useful.
August 18, 200223 yr Author Keith, thanks for the suggestion. I actually got this to work quite well using the Web Services Connector servlet for Apache & FileMaker.
Create an account or sign in to comment