Andy wrote:I tried it just now in the live demo. It's still pretty slow: 890 msec reported on the page when I click on Add, but more like 8+sec real time. When I click on "Save", it reports 500msec but it takes more like 8sec to refresh to the note page.
Adding tasks this way is pretty painful, especially since you need to insert both a task and a note in order to assign it to someone.
Yes, this is because full text search index update takes about 8 sec to update on our database:
- Code: Select all
[gran.app.adapter.kernel.index.BaseIndexAdapter]: 7969 total milliseconds
We'll install tomorrow Beta 3, that should reindex database daily. Also we allow to change handler when submit, no additional bug-note required to change handler.