Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8.4
-
None
-
Unknown
-
Description
When we make AJAX calls that are served using the "view' action like fort the tabs at the bottom of the page, statistics are increments. This mages each page view count as twice for the page and counts views for the ratings page although these are not real page views.
Using firebug we see this call:
http://emc.devxwiki.com/xwiki/bin/view/Stats/?xpage=xpart&vm=commentsinline.vm
Unless we use another action than view or ignore in the Stats module the calls that use the "xpart=plain" parameter we get this effect on the stats module.
We need to find a solution to make the stats values more reliable.
We have 2 solutions:
1/ either use a different action or exclusion method in the stats module
2/ use an additional AJAX request similar to a google analytics call to record statistics
Solution 2 is more reliable but has additional load cost on the system and requires more work.
Solution 1 can be implemented in the short term
Attachments
Issue Links
- depends on
-
XWIKI-4938 Provide an action for sub queries
- Closed
- is related to
-
XWIKI-5087 Paging History is broken
- Closed