discourse/app/controllers
Guo Xiang Tan 5d4221fbe1 PERF: Avoid calling expensive `PostGuardian#can_see_post?` multiple times.
Before

```
Your Results: (note for timings- percentile is first, duration is second
in millisecs)
---
topic_admin:
  50: 19
  75: 19
  90: 21
  99: 27
topic:
  50: 56
  75: 62
  90: 64
  99: 99
timings:
  load_rails: 1262
ruby-version: 2.4.1-p111
rss_kb: 198432
pss_kb: 136612
virtual: physical
architecture: amd64
operatingsystem: Ubuntu
memorysize: 15.59 GB
kernelversion: 4.10.0
physicalprocessorcount: 1
processor0: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
rss_kb_9877: 327892
pss_kb_9877: 263671
rss_kb_9946: 325468
pss_kb_9946: 261671
rss_kb_10153: 326456
pss_kb_10153: 262657
```

After

```
Your Results: (note for timings- percentile is first, duration is second
in millisecs)
---
topic_admin:
  50: 18
  75: 18
  90: 20
  99: 28
topic:
  50: 41
  75: 42
  90: 46
  99: 49
timings:
  load_rails: 1201
ruby-version: 2.4.1-p111
rss_kb: 187936
pss_kb: 123596
virtual: physical
architecture: amd64
operatingsystem: Ubuntu
memorysize: 15.59 GB
kernelversion: 4.10.0
physicalprocessorcount: 1
processor0: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
rss_kb_26478: 342360
pss_kb_26478: 276696
rss_kb_26547: 340368
pss_kb_26547: 275930
rss_kb_26747: 338964
pss_kb_26747: 274466
```
2017-09-08 14:07:24 +08:00
..
admin Split alias levels in mentionable and messageable levels. (#5065) 2017-08-28 12:32:08 -04:00
users Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
about_controller.rb FIX: do not show about page to anonymous users for private forums 2017-03-08 13:15:44 +05:30
application_controller.rb PERF: Reduce number of Redis hits per requests. 2017-09-07 13:34:27 +08:00
badges_controller.rb FEATURE: add RSS feed for badge pages 2017-08-09 13:43:49 +05:30
categories_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
category_hashtags_controller.rb FIX: Query for category hashtag should be case sensitive. 2016-03-28 11:15:10 +08:00
clicks_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
composer_messages_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
directory_items_controller.rb Merge pull request #5078 from lelelelemon/master 2017-08-24 09:24:42 +09:00
draft_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
email_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
embed_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
exceptions_controller.rb FIX: Display Google search form when 404 page is rendered by Ember. 2017-06-29 14:37:24 +09:00
export_csv_controller.rb SECURITY: Validate the `entity` when downloading a CSV 2017-05-19 16:00:51 -04:00
extra_locales_controller.rb FIX: eradicate I18n fallback issues 💣 2017-02-24 11:31:21 +01:00
finish_installation_controller.rb FEATURE: phase 1 of supporting multiple email addresses 2017-07-20 11:22:27 +09:00
forums_controller.rb SECURITY: prefer render plain/html to render text where possible 2017-04-10 08:01:42 -04:00
groups_controller.rb Split alias levels in mentionable and messageable levels. (#5065) 2017-08-28 12:32:08 -04:00
highlight_js_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
inline_onebox_controller.rb FEATURE: Inline (Mini) Oneboxing 2017-07-20 15:38:04 -04:00
invites_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
list_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
metadata_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
notifications_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
onebox_controller.rb FIX: If forcing a refresh, don't return a onebox preview 2017-06-12 14:05:59 -04:00
permalinks_controller.rb FIX: permalinks redirect on subfolder installs could add the subfolder to the url twice 2015-10-12 16:54:53 -04:00
post_action_users_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
post_actions_controller.rb PERF: Avoid calling expensive `PostGuardian#can_see_post?` multiple times. 2017-09-08 14:07:24 +08:00
posts_controller.rb Split alias levels in mentionable and messageable levels. (#5065) 2017-08-28 12:32:08 -04:00
queued_posts_controller.rb FEATURE: add full editing access to queued posts (#5047) 2017-08-15 12:44:05 -04:00
robots_txt_controller.rb FIX: robots.txt should be accessible even when login is required 2015-10-15 11:42:41 +02:00
safe_mode_controller.rb FIX: Incorrect path for redirect. 2016-12-19 18:12:15 +08:00
search_controller.rb Merge branch 'master' into fix_limited_search_results 2017-07-31 15:55:31 -04:00
session_controller.rb Spec for local auth check 2017-08-16 11:01:00 +02:00
similar_topics_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
site_controller.rb FEATURE: Send anonymized usage statistics to Discourse if Discourse Hub can't reach the site 2017-03-28 09:07:23 +05:30
static_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
steps_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
stylesheets_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
tag_groups_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
tags_controller.rb Hunt-and-kill a few more mis-encoded params 2017-08-01 18:03:44 +10:00
themes_controller.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
topics_controller.rb Add missing test case for `PostController#timings`. 2017-09-04 16:36:02 +08:00
uploads_controller.rb FEATURE: image uploads now have short urls 2017-08-22 16:40:08 -04:00
user_actions_controller.rb got to be careful with integrity specs 2016-11-29 18:01:09 +11:00
user_api_keys_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_avatars_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_badges_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
users_controller.rb FEATURE: allow API to mark accounts as approved on creation 2017-08-28 15:36:46 -04:00
users_email_controller.rb FEATURE: Add DiscourseEvent trigger when a user logs in. 2017-06-01 17:44:49 +09:00
webhooks_controller.rb FIX: bounce webhooks should also use recipient address 2017-02-05 19:06:35 +01:00
wizard_controller.rb Run wizard specs in docker:test 2017-07-27 11:29:18 -04:00