I want to collect information on how user uses my extension. What I am thinking is i am going to write the information(time,data collected) whenever user interacts with my extension to a local file within the profile folder. And I will send that file to the server periodically.
Is this is a correct way of doing what I am trying? Is this going to produce any performance degradation?
Is there any better way of doing this?