mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
관리자 대시보드 접속 통계를 가상 사이트까지 모두 포함하도록 하고 쿼리 속도 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7646 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a1bb0cdd7
commit
69cd4c6c4c
7 changed files with 104 additions and 79 deletions
8
modules/admin/queries/getTotalSiteVisitors.xml
Normal file
8
modules/admin/queries/getTotalSiteVisitors.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="getTotalSiteVisitors" action="select">
|
||||
<tables>
|
||||
<table name="counter_site_status" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="sum(unique_visitor)" alias="count" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue