8 Commits

Author SHA1 Message Date
Christoph Wurst
90f1543da8 fix(devmanual): Move cached data out of database performance section
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-09 16:49:06 +01:00
Christoph Wurst
d47461a1ec feat(devmanual): DB clusters and read/write split
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-02-02 12:21:31 +01:00
Anna Larch
fb0017450c Document group and user display name caches
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-04-11 13:21:21 +02:00
Christoph Wurst
14088bd5fa feat(devmanual): Recommend time insensitive jobs for performance
Recommend marking background jobs as time insensitive in our performance
recommendations for app devs.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-30 10:46:39 +02:00
Christoph Wurst
f851c6ce90 feat(dev-manual): Document performance optimizations with class loaders
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-20 16:56:25 +01:00
Kushal Chand
5a4f753003 Remove link to oc repo in developer manual
Signed-off-by: Kushal Chand <kushalkataria5@gmail.com>
2022-10-14 11:05:03 +05:30
Christoph Wurst
c63d4ac7c7 Drop all references of IRC
We don't use this anymore, so let's also not send people there. The
forum is our main place to get help.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20 17:42:19 +02:00
Christoph Wurst
2647cd93c7 Restructure the dev manual
This moves lots of pages around. The high-level changes are

* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
  app-specific
* Remove app docs to the stuff that is likely used, anything else goes
  into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00