You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2025. It is now read-only.
There are a couple queries that are running on every pageview that technically shouldn't be.
The theme files are being saved to the Webpage table.
What needs to happen is: Webpage->syncFiles() (in WebpagesAppModel) needs to first be comparing the last modified timestamp of the template files to the last modified timestamp in the database, for the corresponding file.
If the file has changed recently, and the database record is older than the file, then we should be saving it.