mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Improve tags stats performance by using the new short_url_visits_counts table
This commit is contained in:
@@ -85,7 +85,7 @@ class ShortUrlListRepository extends EntitySpecificationRepository implements Sh
|
||||
{
|
||||
$qb = $this->getEntityManager()->createQueryBuilder();
|
||||
$qb->from(ShortUrl::class, 's')
|
||||
->where('1=1');
|
||||
->where('1=1');
|
||||
|
||||
$dateRange = $filtering->dateRange;
|
||||
if ($dateRange?->startDate !== null) {
|
||||
|
||||
Reference in New Issue
Block a user