|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
Where are we posting?
It would be cool if we could see (in the UserCP or public profile) where we are posting...
For example out of my 1000 posts, how many are in the lounge, in the php forum, etc... bar graph or % would be great... Also, how many threads you've started might be kinda cool as well (add the number of started threads to the link in the public profile...)...
__________________
Environmental LIMS What the hell is all this LIMS st*ff about? --------------------------------------- PHP Pagination Function PHP Drop Down Menus |
|
#2
|
||||
|
||||
|
I agree it'd be cool, but probably quite complex to add into vbulletin (unless a hack already exists... I'll search in a moment).
About the number of threads started, it is possible to search from the public profile page for threads started by a user (eg for you here), but obviously this number doesn't appear on your profile and you have to do it manually. |
|
#3
|
||||
|
||||
|
Quote:
Yeah, I imagine it would be pretty complex... even just the top 3-5 would be great... and as far as the threads started, that seems like it may be kinda easy since that link takes you to the threads that were started, all that would need to be done is a COUNT on those records... though that may add more overhead than acceptable to the first public profile page... |
|
#4
|
||||
|
||||
|
We create a hack for this one, but we notice the complex queries associated with this one are highly resource intensive and put too much load on our database servers. Especially for those users who have high number of posts. We notice very high load for users who have high number of posts.
|
|
#5
|
||||
|
||||
|
Could you do the database query once, and store the resulting stats somewhere, and update it after each post? That would replace the need to do a huge database query each and every time the data is requested.
__________________
Web Design Tips - Posting and You If I've been helpful, and/or you're really nice, consider buying something from my Amazon.com wishlist.
|
|
#6
|
||||
|
||||
|
or maybe, update the stats once a month (or bi-monthly) ?
|
|
#7
|
||||
|
||||
|
Quote:
The sql query we have to use for this one is very nasty one, it is going to put lot of load on our DB servers. We have currently about 158,779 members in this forum. Creating a stat table for each member also going to put lot of loads in our servers and if we are going to do that way we need to find a time frame for this resource intensive task. We cannot run this kind of high resource intensive task in a high traffic hours. All the ideas are welcome, we will look forward to find more appropriate way to do this hack. |
|
#8
|
||||
|
||||
|
Quote:
Quote:
I wouldn't care about the wait though. |
|
#9
|
||||
|
||||
|
Why not just do it once people have reached a certain number of posts (say 100 to match the full user rule), this should heavily chop down the number of users you need to process?
Also, it doesn't really need to be updated in real time does it? So you could cache the results weekly or something. Finally, why not do the original calculation in parts ie: all users starting with A on monday night at 4am, all users starting with B on tuesday night (or userid #00001 -> 10000) etc? --Simon
__________________
|
|
#10
|
||||
|
||||
|
On DevShed alone, after going through the user list, I've found that 124,868 users have less than 100 posts. That's ~4162.5 pages out of 4205 pages, with 30 users per page. That's almost 99% of users!
|
|
#11
|
|||
|
|||
|
Everybody loves meaningless statistics... Ok, here's one I'd be very much interested in:
The Troll Factor A per-user "postcount in the lounge" divided by "postcount in all other forums" ![]() Hey, since being a troll doesn't seem to be an insult anymore, you could maybe make something like the belts for troll factor... M.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Forum Information > Suggestions & Feedback > Where are we posting? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|