seitime-frappe/frappe
Ankush Menat cbb39d463a perf: Don't query redirects on existing session
This is only used for a new user. After that it's never used but still
present in EVERY request!

https://ankush.dev/p/flamegraph-missing-forest-for-trees

towards https://github.com/frappe/caffeine/issues/15
2025-01-01 14:29:36 +05:30
..
api refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
automation perf: lower reminders frequency (#28931) 2024-12-27 07:37:25 +00:00
change_log
commands perf: Use system settings directly for fetching language 2024-12-26 11:52:44 +05:30
contacts fix: update address link title on update of customer 2024-12-30 14:20:48 +05:30
core fix: typo in test controller boilerplate 2024-12-21 13:13:22 +05:30
custom revert: restore JSON files (#28717) 2024-12-09 08:41:56 +00:00
data
database fix: Never query flag_print_sql in developer_mode=0 (#28884) 2024-12-23 13:57:01 +00:00
desk fix(_get_communications): clean email content before returning 2024-12-24 15:11:36 +05:30
email fix(email): don't try to parse flags that seem to be invalid 2024-12-17 16:04:05 +05:30
geo feat(Country)!: formalise the code field (#28307) 2024-12-30 12:34:30 +00:00
gettext refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
integrations revert: restore JSON files (#28717) 2024-12-09 08:41:56 +00:00
locale fix: sync translations from crowdin (#28954) 2024-12-31 01:58:10 +01:00
model Merge pull request #28873 from krantheman/fix-html-editor 2024-12-24 16:14:00 +05:30
modules refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
patches fix(Patch): only insert expression key if not exists 2024-12-09 12:36:11 +05:30
printing fix: add strings and fields to translation 2024-12-21 13:17:01 +01:00
public Merge pull request #28967 from sokumon/better-sidebar 2025-01-01 12:23:31 +05:30
query_builder fix: datetime comparison in QB (#26364) 2024-05-09 10:19:27 +00:00
search refactor: change filter from tuple to dict 2024-11-26 11:38:15 +05:30
social revert: changes to energy point log 2024-11-05 12:25:33 +05:30
templates fix: add strings and fields to translation 2024-12-21 13:17:01 +01:00
testing chore: set default max_module_depth to 0 2024-12-04 17:19:02 +05:30
tests perf: No need to set expiry for rate limiter key everytime (#28956) 2024-12-30 07:31:47 +00:00
types perf: Make frappe._dict great again (#28824) 2024-12-18 16:36:31 +05:30
utils fix: Commit ID parsing (#28975) 2024-12-31 10:33:57 +00:00
website fix(Web Form): add syntax highlighting for client script (#28964) 2024-12-30 22:16:37 +00:00
workflow fix: use get_email_template to support html template in workflow email 2024-10-24 14:43:39 +05:30
www Merge pull request #28888 from sokumon/center-me-page 2025-01-01 10:55:12 +05:30
__init__.py fix: register fault hander after gunicorn registers signals (#28976) 2024-12-31 14:01:19 +00:00
_optimizations.py fix: register fault hander after gunicorn registers signals (#28976) 2024-12-31 14:01:19 +00:00
app.py refactor: move all optimizations and pre/post fork hooks to separate file (#28832) 2024-12-19 16:46:26 +05:30
apps.py fix: consider default path for Website User if applicable 2024-08-30 15:42:58 +05:30
auth.py perf: Don't query redirects on existing session 2025-01-01 14:29:36 +05:30
boot.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
build.py fix(build): os.replace -> shutil.move 2024-12-19 16:12:48 +05:30
cache_manager.py fix: Fix typo in build_domain_restriced function names 2024-11-20 13:52:19 +01:00
client.py devx: add deprecation dumpster (#27887) 2024-10-08 18:56:10 +02:00
config.py perf!: Cache site configs in memory for 60 seconds (#28869) 2024-12-27 16:21:14 +00:00
coverage.py ci: make gh actions functions (#28299) 2024-10-27 02:09:02 +00:00
defaults.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
deferred_insert.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
deprecation_dumpster.py fix: pending deprecations with unspecified graduation (#28704) 2024-12-08 02:19:19 +00:00
exceptions.py revert: bencher/bench intrface (#28925) 2024-12-26 14:41:36 +00:00
frappeclient.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
handler.py chore: code cleanup 2024-12-17 13:11:57 +05:30
hooks.py fix: Skip rate limit counters when cleaning cache (#28932) 2024-12-27 07:48:10 +00:00
installer.py perf!: Cache site configs in memory for 60 seconds (#28869) 2024-12-27 16:21:14 +00:00
locale.py feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
middlewares.py
migrate.py chore: fix all invocation of init for singledispatch -> min 1 positional arg 2024-09-13 11:53:52 +02:00
modules.txt
monitor.py fix: Remove misleading os.O_NONBLOCK flag (#28859) 2024-12-23 05:22:13 +00:00
oauth.py refactor: Replace pytz to std lib zoneinfo & datetime 2024-12-06 15:43:33 +05:30
parallel_test_runner.py ci: this adds universal runtime typechecking during tests to test runners (#28554) 2024-11-28 15:11:30 +00:00
patches.txt chore: added patch to create missing keys and update counter 2024-12-09 11:32:50 +05:30
permissions.py fix: check at doc level when if owner role permission is checked during export from report view 2024-12-09 07:22:32 +00:00
push_notification.py chore: Add Push Notification Settings to Integrations workspace 2024-02-28 11:07:22 +05:30
rate_limiter.py perf: No need to set expiry for rate limiter key everytime (#28956) 2024-12-30 07:31:47 +00:00
realtime.py refactor: better permission checking on sockets 2024-04-06 21:14:48 +05:30
recorder.py ci: Run optimized python and control warnings (#28063) 2024-10-09 13:29:30 +00:00
sessions.py perf: Avoid storing redundant information - last session update (#28922) 2024-12-26 12:38:14 +00:00
share.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
test_runner.py refactor: organize test contextmanagers (#28041) 2024-10-09 02:09:19 +02:00
translate.py perf: Use system settings directly for fetching language 2024-12-26 11:52:44 +05:30
twofactor.py chore(twofactor): specify key to display during decryption failures 2024-09-16 13:00:38 +05:30