GoToSocial/internal/web
tobi a5852fd7e4
[performance] Speed up some of the slower db queries (#523)
* remove unnecessary LOWER() db calls

* warn during slow db queries

* use bundb built-in exists function

* add db block test

* update account block query

* add domain block db test

* optimize domain block query

* fix implementing wrong test

* exclude most columns when checking block

* go fmt

* remote more unnecessary use of LOWER()
2022-05-02 11:53:46 +01:00
..
base.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00
confirmemail.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
fileserver.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
profile.go [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00
thread.go [performance] Speed up some of the slower db queries (#523) 2022-05-02 11:53:46 +01:00