Caching of Job Compilers #99404

Open
opened 2022-07-04 15:04:09 +02:00 by Sybren A. Stüvel · 2 comments

Currently every operation (including "fetch job type info", which is done by the web interface whenever job details are shown) will just parse the JS from disk again. It'll be better to only do this when the file on disk changed.

Currently the entire process of loading & parsing the JavaScript files takes around 0.5 ms. Still, since fetching job types is done so often when browsing the web interface, this is worth doing.

Currently every operation (including "fetch job type info", which is done by the web interface whenever job details are shown) will just parse the JS from disk again. It'll be better to only do this when the file on disk changed. Currently the entire process of loading & parsing the JavaScript files takes around 0.5 ms. Still, since fetching job types is done so often when browsing the web interface, this is worth doing.
Author
Owner

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author
Owner

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren
Sybren A. Stüvel added
Type
To Do
and removed
Type
Report
labels 2023-02-17 11:17:03 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#99404
No description provided.