Manage tags improvements #1272
Replies: 1 comment 6 replies
-
The tags endpoint was always designed having in mind that you would usually never have so many, so it is not paginated (the pagination you can see in the web client is fully client-side, so it doesn't help with performance). I will try to add support for pagination in the tags endpoint, in order to solve these performance issues #1273
This is already possible from the settings page. However, it won't help with the long loading times, because of the reasons mentioned above. It might help with the crash though, as it will have to render way less components at a time.
As I was mentioning, the default mode can already be configured from the settings. As per the default order, I'll tackle it separately shlinkio/shlink-web-client#537
This request makes sense, I have considered it myself many times. I have even found it counterintuitive. I'll add a new argument to the short URLs endpoint that tells they must match all tags, not only some of them #1274
Clarified in first reply. Tracked by shlinkio/shlink-web-client#549 |
Beta Was this translation helpful? Give feedback.
-
Hello Acelaya,
our employees have some new suggestions for improvements.
I hope that they are interesting for shlink.
Long loading time
The page loads very long if you have many tags with statistics.
This "problem" occurs also if you click the back button from visit page.
There is also a problem with site crashes if you have many tags. If you switch between tags to see the stats or while using the search, you can get "Page not work" error.
My be it's a good idea to set the default mode to list with a default limit?
Persist option Display Mode and Order by
These two options resets if you leave the page for example to see stats of a tag. Is it possible to persist these options per session?
Filter tags and export stats
At the moment you have the chance to filter short-urls by tags with or. We would love to have the change to filter tags by and. Also it would be great to have a stats export after filtering the tags.
By the way, keep it up ;).
Beta Was this translation helpful? Give feedback.
All reactions