discourse/spec/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 correct spec 2017-08-21 14:40:44 -04:00
about_controller_spec.rb FIX: do not show about page to anonymous users for private forums 2017-03-08 13:15:44 +05:30
application_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
badges_controller_spec.rb FEATURE: add RSS feed for badge pages 2017-08-09 13:43:49 +05:30
categories_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
category_hashtags_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
clicks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
composer_messages_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
directory_items_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
draft_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
email_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
embed_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
export_csv_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
extra_locales_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
finish_installation_controller_spec.rb Allow step 0 to resend the confirmation email 2016-10-21 11:34:19 -04:00
groups_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
inline_onebox_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
invites_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
list_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
metadata_controller_spec.rb FEATURE: Add /search discovery 2016-03-28 15:07:59 -07:00
notifications_controller_spec.rb FIX: Incorrect error raised. 2017-04-25 09:59:01 +08:00
omniauth_callbacks_controller_spec.rb Remove use of stubs in tests. 2017-03-01 10:53:03 +08:00
onebox_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
permalinks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_action_users_controller_spec.rb FIX: you should always be allowed to see actions you created 2017-06-02 14:24:06 -04:00
post_actions_controller_spec.rb PERF: Avoid calling expensive `PostGuardian#can_see_post?` multiple times. 2017-09-08 14:07:24 +08:00
posts_controller_spec.rb Split alias levels in mentionable and messageable levels. (#5065) 2017-08-28 12:32:08 -04:00
queued_posts_controller_spec.rb FEATURE: add full editing access to queued posts (#5047) 2017-08-15 12:44:05 -04:00
robots_txt_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
search_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
session_controller_spec.rb Spec for local auth check 2017-08-16 11:01:00 +02:00
similar_topics_controller_spec.rb Nuke all `SiteSetting.stubs` from our codebase. 2017-07-07 15:09:14 +09:00
site_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
static_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
steps_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
stylesheets_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
tags_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
topics_controller_spec.rb Split alias levels in mentionable and messageable levels. (#5065) 2017-08-28 12:32:08 -04:00
uploads_controller_spec.rb FEATURE: image uploads now have short urls 2017-08-22 16:40:08 -04:00
user_actions_controller_spec.rb remove rails-observers 2016-12-22 16:46:53 +11:00
user_api_keys_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_avatars_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_badges_controller_spec.rb Remove stubs on DiscourseEvent in tests. 2017-06-01 16:21:00 +09:00
users_controller_spec.rb FEATURE: allow API to mark accounts as approved on creation 2017-08-28 15:36:46 -04:00
users_email_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
webhooks_controller_spec.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
wizard_controller_spec.rb FIX: You should be an admin to do the wizard 2016-09-22 11:12:51 -04:00