You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click delete visits in short URLS - stats - option, the visits were clear to zero, but it still shows number of stats on the overview panel and visits on the list of short URLS
#2264
Closed
xyychenchen opened this issue
Nov 14, 2024
· 4 comments
· Fixed by #2268
I deleted all the access data in the leftmost option in the short link data panel. When I clicked on the short link data panel alone, it showed 0. However, when I went back to the overview or list of short URLs to check the access data, I found that there was no change. It still showed the original access data.
Expected behavior
The access data of the short link seen from all locations should be cleared
Minimum steps to reproduce
already made it clear
The text was updated successfully, but these errors were encountered:
I think it's very likely related with the changes introduced here #2074
That PR introduced a way to track visits counts separately than the actual visits table, to improve performance when only checking how many visits exist.
When deleting visits, it is apparently not cleaning the relevant entries there. I'll check why.
Shlink version
4.2.5
PHP version
8.2.25
How do you serve Shlink
Self-hosted nginx
Database engine
MariaDB
Database version
10.11.6
Current behavior
I deleted all the access data in the leftmost option in the short link data panel. When I clicked on the short link data panel alone, it showed 0. However, when I went back to the overview or list of short URLs to check the access data, I found that there was no change. It still showed the original access data.
Expected behavior
The access data of the short link seen from all locations should be cleared
Minimum steps to reproduce
already made it clear
The text was updated successfully, but these errors were encountered: