BookStack/resources/views/pages
Dan Brown 031c67ba58
Reduced the memory usage, db queries and cache hits loading revisions
Updated revision listing to only fetch required fields, massively
reducing memory usage by not loading content.
This also updates user avatar handling to effectively cache the avatar
url within request to avoid re-searching from cache, which may improve
performance of others areas of the application.
This also upates handling of the revisions list view to extract table
row to its own view to break things down a bit.

For #3633
2022-08-10 17:50:35 +01:00
..
parts Reduced the memory usage, db queries and cache hits loading revisions 2022-08-10 17:50:35 +01:00
copy.blade.php Added copy considerations 2021-12-20 17:33:19 +00:00
delete.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
edit.blade.php Added content-view body classes generated from tags 2022-07-23 18:29:04 +01:00
guest-create.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
move.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
permissions.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
revision.blade.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
revisions.blade.php Reduced the memory usage, db queries and cache hits loading revisions 2022-08-10 17:50:35 +01:00
show.blade.php Added content-view body classes generated from tags 2022-07-23 18:29:04 +01:00