Replies: 2 comments 2 replies
-
There are some external tools to help developers to fine tune their applications, for example: LaraDumps (www.laradumps.dev). In a production environment, I think this fits more the job of a Database/Server monitor. Talking about the end user (if the feature is activated), I fail to see how reading such metrics could benefit them. Users could even complain that "yesterday it took 50ms and today 55ms", generating some headache. 🙃 So, these are just opinions. You are welcome to submit a Pull Request, adding/improving any features you consider valuable. All contributions are appreciated and fully credited! |
Beta Was this translation helpful? Give feedback.
-
I agree with @dansysanalyst, however, some things can be measured within powergrid (queries, time it took to retrieve the data). I had already thought about something like this but didn't want to put it in a view or generate more dependencies, so I decided to work with events. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am creating this discussion as an enhancement for livewire-powergrid.
I'm suggest adding functionality to measure the execution time of the "data retrieval" in milliseconds. This feature would enable developers to accurately benchmark and optimize their applications, ensuring that we can maintain high performance and improve user experience.
Example:
Measuring execution time in milliseconds provides the precision needed for fine-tuning performance, identifying bottlenecks, and making data-driven decisions about caching, database queries optimization, and more.
Beta Was this translation helpful? Give feedback.
All reactions