This commit is contained in:
2021-01-15 16:17:45 +00:00
parent 97a45ecadb
commit 229df3aaa2

View File

@@ -5,8 +5,9 @@
MISC ITEMS THAT CAME UP
todo: use explain to determine if indexes are being used
todo: All indexes in db sb named starting with idx_ instead of just the table name, so just prepend idx_ to every index
todo: use explain to determine if indexes are being used with a huge dataset
Specifically the id/name indexes and the tag indexes
todo: foreign keys are not indexed by default in the referencing table (the one who references)
take a look and see if any should be indexed when doing above
@@ -115,9 +116,6 @@ todo: Attachments button should indicate attachments:
todo: actual customer reports so can figure out datalist for bringing other names in
I'm thinking an alternate mode for reporting where there are more defined links in the list to fetch names?
todo: DOC ENTRY (or is this defensive for no reason?)
Why are your mailing-lists and your website in english?
"VideoLAN's developers come from all around the world and english is the only language they can use to communicate together. Although great care is given to the translation of VLC in various languages, maintaining translations of our website costs too much more time than we"
todo: server boot up message should show the port it's listening on if possible or configured to listen on
Users may well not know what port they are using and this will ease that greatly
............................................................