Feature/#169 html performance
Feature
Summary
This MR provides a solution for making the display of HTML pages more performant.
Instead of creating the relevant HTML files on the fly they are now stored in one file per manuscript page and text type. This file is stored in /db/data/textgrid/html
and updated by a database trigger each time the respective file gets updated.
Compliance to “Definition of Done”
-
Unit tests passed -
Code reviewed -
Product Owner accepts the User Story
Documentation
-
I updated the README (if applicable) -
I provided my functions with appropriate documentation -
I updated existing documentation
Tests
Are we able to test this new feature?
-
Yes, everything can be done via unit tests. -
Yes, you can test by following these steps:
- build the database locally
- publish the Arabic and Karshuni collection to your local database
- after having published them each page of each TEI document has a
*.html
serialization in/db/data/textgrid/html
.
Changelog
-
I added a statement to the CHANGELOG.
Version number
-
I bumped the version number in build.properties
.
Closes
Closes #169 (closed) .