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
Currently the work for the new admin interface (#69) has been merged into the admin branch.
Once useful enhancement is to reduce the total page load by an order of magnitude.
The main culprit is the newly added browserify dependency (#73), which adds a whole bunch of unnecessary javascript. Ideally, we don't want a dist/app.js file at all, just direct coffeescript on-the-fly loading.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6891022-faster-page-loads-for-admin-interface-down-to-300ms?utm_campaign=plugin&utm_content=tracker%2F528702&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F528702&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Currently the work for the new admin interface (#69) has been merged into the
admin
branch.Once useful enhancement is to reduce the total page load by an order of magnitude.
The main culprit is the newly added
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6891022-faster-page-loads-for-admin-interface-down-to-300ms?utm_campaign=plugin&utm_content=tracker%2F528702&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F528702&utm_medium=issues&utm_source=github).browserify
dependency (#73), which adds a whole bunch of unnecessary javascript. Ideally, we don't want adist/app.js
file at all, just direct coffeescript on-the-fly loading.The text was updated successfully, but these errors were encountered: