Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8124 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted

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.

Posted

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.

  • 2 weeks later...
Posted

"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.

Posted

Keith, thanks for the suggestion. I actually got this to work quite well using the Web Services Connector servlet for Apache & FileMaker.

This topic is 8124 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.