seitime-frappe/frappe/website/doctype
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
..
about_us_settings test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
about_us_team_member chore: Minified DocType JSON notation from old verbose notation 2022-08-03 12:22:03 +05:30
blog_category test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
blog_post feat: make attachments public on doctypes 2022-08-26 12:42:26 +05:30
blog_settings test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
blogger style: format JS files with prettier 2022-08-04 14:51:01 +05:30
color test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
company_history chore: Minified DocType JSON notation from old verbose notation 2022-08-03 12:22:03 +05:30
contact_us_settings style: format JS files with prettier 2022-08-04 14:51:01 +05:30
discussion_reply test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
discussion_topic test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
help_article test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
help_category test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
personal_data_deletion_request fix: dont use sendmail with now=True 2022-08-17 16:39:42 +05:30
personal_data_deletion_step refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
personal_data_download_request style: format JS files with prettier 2022-08-04 14:51:01 +05:30
portal_menu_item chore: Minified DocType JSON notation from old verbose notation 2022-08-03 12:22:03 +05:30
portal_settings test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
social_link_settings refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
top_bar_item refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
web_form chore: moved include script from html to web_form.bundle.js 2022-08-23 17:00:27 +05:30
web_form_field fix: include Color field in Web Form fieldtypes 2022-08-22 18:21:48 +05:30
web_form_list_column fix: formatted Section,Column,Page Breaks in webform field table and more 2022-08-17 19:14:53 +05:30
web_page test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
web_page_block refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
web_page_view perf: drop many unused indexes 2022-09-14 14:28:47 +05:30
web_template chore: db.get_all -> get_all 2022-08-22 11:35:14 +05:30
web_template_field test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
website_meta_tag chore: Minified DocType JSON notation from old verbose notation 2022-08-03 12:22:03 +05:30
website_route_meta test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
website_route_redirect refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
website_script style: format JS files with prettier 2022-08-04 14:51:01 +05:30
website_settings fix(UX): show read only mode warning on web pages 2022-09-09 17:34:46 +05:30
website_sidebar test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
website_sidebar_item chore: Minified DocType JSON notation from old verbose notation 2022-08-03 12:22:03 +05:30
website_slideshow test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
website_slideshow_item style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
website_theme perf: ~33% faster Desk response 2022-08-21 17:35:07 +05:30
website_theme_ignore_app refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
__init__.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30