Ticket #1120 (closed New feature: fixed)
Finish Live! plugin: bugs and small enhancements
| Reported by: | matt | Owned by: | peterb |
|---|---|---|---|
| Priority: | major | Milestone: | Feature requests |
| Component: | UI (templates, javascript) | Keywords: | visitor log, live plugin |
| Cc: | Sensitive: | no |
Description (last modified by matt) (diff)
The Live! plugin is now bundled in Piwik core but disabled by default. Here is the list of bugs or changes that we would like to address for a public release:
Live! widget todo list
Bugs
- reduce AJAX requests to make it faster. Fixes also problem with duping (race conditions in requests)
Visitor log
- show Page titles + add a link to the URL
- Put menu entry last.
- Add a few dropdowns to filter visitor-log for specific purposes, e.g show only visitors that:
- converted a goal
- did a minimum of xx Actions on the page
- bounced immediately (identify bad traffic sources)
- Possibility to label a visitor IP with a name, and display the label in the row matching this IP.
- Do you have more ideas for features in the Visitor Log? Let us know
Fixed bugs
slightly highlight visitors which converted a goalA proposal was made for the Live! widget design, see at: http://synaptique.ca/visitpathinfo/pathinfo.htmthe top table "Today / Last 30 minutes" shows a cursor on hover but is not clickable: it should show the normal pointer.see #1375the CSS is not applied in Safari, the table displays black and white (Tested in Safari5 [sic])the top table "Today / Last 30 minutes" shows a cursor on hover but is not clickable: it should show the normal pointer.Performance issues: the visitor log just loads 1000 visits in memory. Instead it should use queries like WHERE id < (last min ID displayed) and idsite=X LIMIT 30. The search field should then be removed.referer URL could be clickable in the visitor logthe Visitor log should display icons for browsers, search engines and OS.the icon for returning/known visitor takes up one row for each visitor; it could maybe be written after the browser/OS icons?there could be a link "more" that when hover, a tooltip is displayed with the extra information about the visitor: the IP (rather than displaying it by default), the Time on site, etc. The code for the existing tooltip can be used (the blue tooltip used when page names are too long in the Piwik Page reports)show the goal icon http://piwik.org/demo/themes/default/images/goal.png when a goal is converted. On hover, show the tooltip with the goal name, the URL where it was triggered, the goal revenuefor downloads, use a download icon, eg. http://icons3.iconfinder.netdna-cdn.com/data/icons/fugue/icons/drive-download.pngfor outlinks, use a out click icon, eg. http://icons3.iconfinder.netdna-cdn.com/data/icons/tango/16x16/actions/system-log-out.pngI noticed that the code in the API wasn't refactored and added some TODOs there.if I enable the plugin on piwik.org, it is very slow - did you have a chance to test the plugin with a big Piwik installation? I think there are some performance issues.the search box doesn't seem to do anything, should it be removed?idem for the graphs buttons and the advanced table button, they should be removeddeduping visits doesn't work all the time. If you try on piwik.org/demo to add the Live! widget, and wait for a while, you will see the same visits being displayed again and again.
See original ticket at #44
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

