Hello folks,
I have an issue that has been affecting our reporting for quite some time. Our site is very busy, and we utilize a large number of pages with querystrings to bring up various content. For example:
domain.com/viewPage.cfm?id=101
domain.com/viewPage.cfm?id=102
domain.com/viewPage.cfm?id=103
The issue is our management team would like hits based on EACH page/EACH querystring id. The trouble we are running into is that the Data Mining query of "What query strings were passed to this file?" must parse thru ALL the various querystrings and returns stats on ALL the various querystrings for the viewPage.cfm.
So we are currently seeing the report show something like:
id=101 4,000 hits
id=102 6,400 hits
id=103 3,560 hits
Because our site is very busy, the report above takes an extremely long time to run. For a weeks report, it will sometimes will take 2-4 minutes. For pulling back a months timeframe for the report, it has sometimes taken 10 minutes+, othertimes it has crashed the SmarterStats service.
Ideally, what we would like to specify is: "Give me details on viewPage.cfm for ONLY querystring id=102"?
Is there anyway to accomplish this without pulling back ALL the data for viewPage.cfm?
We need a solution that is ALOT faster than what we currently have for individual content pages / individual querystring ids.
Thoughts??