Skip to content

perf: render list by barredterra [frappe] PR#25524

Bot Dokos requested to merge ft-pr-25524 into develop

From: https://github.com/frappe/frappe/pull/25524
Date: 2024-03-19 19:17:16+01:00

  • refactor: get_like_html
  • refactor: use ElementFactory
  • perf: get_like_html
  • perf: avoid useless JSON parsing
  • fix: handle empty seen
  • perf: strip html from html fields only
  • perf: construct html from scratch
  • perf: get rid of unnecessary jquery



Diagnostics



Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc):
  d7894a20cfaad570f47601b3d354306febb1ab43 perf: get rid of unnecessary jquery



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25524

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25524

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports