Kryptonit3-zz/Counter

How to decode page name?

Opened this issue · 0 comments

I want to get what page is the most popular through click counter with this plugin.

To do that, my idea is I must get the sorted data in kryptonit3_counter_page_visitor.

But the problem is, how to decode the unique name in page column (kryptonit3_counter_page table).

I don't want to loop all my page just to lookup its unique name and click count because it's expensive.

Please help me. Thank you.