0
hello
Few questions please:
1) I'm especially interested to your stuff for make stats for Community Builder..
I would like to know if for example we can see:
- how many Woman or Man my community is composed or to see from witch country my users coming from...
- how many users globally login per day, weeks, months..
- how many time a specific user login and when with date and time (with full historical?)
For see how many Woman/Man or country is required to choose custom field where this data are stored for make the comparison... It is possible??
2) For make all this stats your plugin must probably make a lot queries every time and everywhere... This will not slowing down the site?? Months ago I tested a component who make also great stats but due to the big amount of queries, I preferred to not use this stuff.
thank
Few questions please:
1) I'm especially interested to your stuff for make stats for Community Builder..
I would like to know if for example we can see:
- how many Woman or Man my community is composed or to see from witch country my users coming from...
- how many users globally login per day, weeks, months..
- how many time a specific user login and when with date and time (with full historical?)
For see how many Woman/Man or country is required to choose custom field where this data are stored for make the comparison... It is possible??
2) For make all this stats your plugin must probably make a lot queries every time and everywhere... This will not slowing down the site?? Months ago I tested a component who make also great stats but due to the big amount of queries, I preferred to not use this stuff.
thank
Responses (1)
-
Accepted Answer
0- no, sorry. not location-based identification... also, to know if they are man or woman, this is somehitng you should simply ask them on the registry form...
- "login" is not an action stored by the plugin, but this can be added to it if you're interested, as a small custom coding work!
- well, if we added previous point, we could also write some other custom code to show this info as a list, showing the login datetimes for each user. it can be done, but requires custom work.
about man/woman and country: yes, you would need custom fields for that. we could then tweak the plugin to be able to show this info. again, you'd need custom work for this.
2) well, a query would be performed every time a user loges in, but that's not much. to SHOW the statistics data, well yes, querys need to be done, but you shouldn't worry much about this. data is efficiently stored and well indexed, so querys are really fast.
also.. how many users will your site have? I mean... unless you are having like.. I don't know... 1 million visitors a month, you shouldnt be much worried...
think about this: each module to display statistics makes ONE query. your joomla site, every times a page is load, makes probably at least about 50 queries. so ONE more should not be a big thing!
and, if after let's say.. a year, your database becomes too big, you can always erase the first entrances of the statistics.
but believe me... you won't need to do that!
Germi
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »