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
delete.blade.php
edit.blade.php Added content-view body classes generated from tags 2022-07-23 18:29:04 +01:00
guest-create.blade.php
move.blade.php
permissions.blade.php
revision.blade.php
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