Ankush Menat

Results 311 comments of Ankush Menat

also audit other such doctypes and enable it where it makes sense and doesn't cause excessive logging.

Note: Use mariadb's PPA for installing client libraries. Ubuntu ones are older and have a bug that causes ~30ms of latency on each connection (!) https://github.com/frappe/frappe/pull/32289 (see change in CI)

Small improvement: https://github.com/frappe/datatable/pull/217

Faced similar/same issue. We are trying to release on main repo: https://github.com/frappe/erpnext/commit/6b38654542b1faa838bb25a043db228cd2b5b102 https://github.com/frappe/erpnext/actions/runs/16776779573/job/47504621550 There's a fork with PR open for that same branch, it doesn't seem to be a serious...

Some shortcuts will help. (In 10 minutes, in 1hr, evening, tomorrow morning etc)

Works fine for me. Which language do you use in UI?

This falls more on the UX side than performance. It's the added debounce that causes slowdown IIRC and not necessarily some slow code.

@sokumon you might wanna attempt this some day.

prev attempt: https://github.com/frappe/frappe/pull/22689

Yep, pure code performance is the goal of that repo because that (almost) directly translates to $$. I understand that some UX issues will have bigger "performance" impact in the...