wallabag/tests/Wallabag/CoreBundle/Controller
Jeremy Benoist 70df4c3359
Use two indexes instead of one for hashed urls
When using `OR` in a where clause, a composite index can't be used. We should use a `UNION` to take advantages of it.
Instead, create 2 indexes on each hashed urls and make 2 queries to find an url. It'll be faster than the previous solution.
2019-06-05 10:53:15 +02:00
..
ConfigControllerTest.php Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
EntryControllerTest.php Use two indexes instead of one for hashed urls 2019-06-05 10:53:15 +02:00
ExportControllerTest.php Enable PHPStan 2019-01-18 15:25:50 +01:00
FeedControllerTest.php Handle redirection from previous feeds 2019-04-26 13:40:58 +02:00
SecurityControllerTest.php Fix tests & cs & migration 2019-04-26 12:53:21 +02:00
SettingsControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
SiteCredentialControllerTest.php Disable controller access if feature disabled 2017-11-22 10:00:45 +01:00
StaticControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
TagControllerTest.php Add tests about the tag renaming process. 2018-09-25 10:18:36 +02:00