Combine two slow queries into one

This might be faster (one table scan instead of two).

In any case this is just band-aid and the queries should be made
fast or off-loaded to a job queue.

Bug: T325790
Change-Id: Iaf43f7d02521d9355e6290069736dd77d16b9472
1 file changed
tree: d99afd1fea43d21c31818c38638805424ee3358f
  1. .phan/
  2. app/
  3. doc/
  4. i18n/
  5. images/
  6. includes/
  7. lib/
  8. minT/
  9. modules/
  10. scripts/
  11. skin/
  12. sql/
  13. tests/
  14. .eslintignore
  15. .eslintrc.json
  16. .gitignore
  17. .gitreview
  18. .phpcs.xml
  19. .stylelintignore
  20. .stylelintrc.json
  21. AUTHORS.txt
  22. CODE_OF_CONDUCT.md
  23. composer.json
  24. ContentTranslation.alias.php
  25. CONTRIBUTING.md
  26. extension.json
  27. hooks.md
  28. LICENSE.txt
  29. MIT-LICENSE.txt
  30. package-lock.json
  31. package.json
  32. README.md
README.md

ContentTranslation

ContentTranslation is a tool that allows editors to translate pages from one language to another with the help of machine translation and other translation tools.

For more details, see Content translation

Developing and installing

For information on installing ContentTranslation on a local wiki, please see Installation

For information about running tests and contributing code to ContentTranslation, see Contributing. Patch submissions are reviewed and managed with Gerrit.

Copyright

The ContentTranslation extension, including those listed in the AUTHORS.txt file, hold the copyright to this work. It is free software released under the GNU General Public License version 2 or later. See the files AUTHORS.txt and LICENSE.txt.

The Chart.js library is Copyright (c) 2013-2015 Nick Downie, and it is free software released under the MIT license. See the file MIT-LICENSE.txt.