seitime-frappe/frappe/website
Ankush Menat 3a5a45d8af perf: drop many unused indexes
- reference owner - only used for activity page which is unusable
  *anyway*
- same for timeline and link doctypes

perf: drop unused index from Commment

Can't find a single  query that uses this index

perf: drop pointless "Is home folder" index

just why? It's checkbox index with 1 entry which has unique name already

Most pointless index I've seen no far.

perf: Drop "attached to doctype" separate index

There is already a composite index for this.

perf: drop indexes from web page view log

BOTH are totally unused in any of the queries related to this doctype.

Only "website analytics" report uses this which doesn't even show this
data lmao.

perf: drop unused index from EPS log

We never filter by doctype or type. pointless indexing.

perf: fix up notification log indexes

- drop unused index
- add "for user" index
2022-09-14 14:28:47 +05:30
..
css style: linting fixes 2019-06-13 15:02:03 +05:30
doctype perf: drop many unused indexes 2022-09-14 14:28:47 +05:30
js refactor!: drop lazy loading utility 2022-08-09 18:15:14 +05:30
module_onboarding/website fix: update success message (#10950) 2020-07-10 19:05:48 +05:30
onboarding_step chore: cleanup website desk pages (#10519) 2020-05-29 13:11:26 +05:30
page_renderers perf: ~33% faster Desk response 2022-08-21 17:35:07 +05:30
report style: format JS files with prettier 2022-08-04 14:51:01 +05:30
web_form style: format JS files with prettier 2022-08-04 14:51:01 +05:30
web_template refactor: Replace usage of deprecated attribute 2022-06-21 08:00:49 +05:30
website_components fix(metatags): check if value is set for key 2022-05-11 13:28:38 +05:30
website_theme feat: remove user can dismiss code 2020-06-15 13:12:58 +05:30
workspace/website fix: updated standard workspace json files 2022-01-13 18:40:36 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
dashboard_fixtures.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
path_resolver.py perf: dont order by for uniq searches 2022-08-21 17:37:40 +05:30
router.py build(deps): bump werkzeug 2022-08-26 10:23:09 +05:30
serve.py refactor: Webform (#17232) 2022-07-19 15:52:15 +05:30
utils.py perf: simpler/faster preload header computation 2022-08-21 18:46:58 +05:30
website_generator.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30