# Discourse Works!

**URL:** <https://meta.discourse.org/t/discourse-works/32891>\
**Category:** Praise\
**Created:** [September 3, 2015, 10:38pm UTC](https://meta.discourse.org/t/discourse-works/32891 "2015-09-03T22:38:02Z")\
**Posts on this page:** 7\
**Page:** 1

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [September 3, 2015, 10:38pm UTC](https://meta.discourse.org/t/discourse-works/32891/1 "2015-09-03T22:38:02Z")

</div>

Guys,

After a long wait, some plugin creation, a few patches and a SSO implementation in LUA we launched our company internal community!

 ![](https://global.discourse-cdn.com/meta/original/3X/5/b/5bf7ce712596004cc596453f042893b9307aacc3.png) 

It’s a huge sucess, and we just started today!

Thanks for the software and support, and we hope to contribute with some enterprise-y features to core!

:success:

---

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [February 10, 2016, 6:37pm UTC](https://meta.discourse.org/t/discourse-works/32891/2 "2016-02-10T18:37:40Z")

</div>

Just adding this here:

 ![](https://global.discourse-cdn.com/meta/original/3X/9/e/9e7f17044c26ff69e01b44ea64b1cd5b6f05f168.png)

We are kind of a big instance, more users on last 7 days than the bigger discourse boards. And since we don’t work on weekends, last 7 days is only 5 days (and 30 days is maybe 21/22 days).

But our users are kinda of shy, we have a **much** lower users / posts ratio when compared to open Discourse boards.

---

<div class="post-metadata">

**Author:** ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)\
**Post date:** [February 10, 2016, 11:21pm UTC](https://meta.discourse.org/t/discourse-works/32891/3 "2016-02-10T23:21:21Z")

</div>

> [@Falco](#):
>
> But our users are kinda of shy, we have a much lower users / posts ratio when compared to open Discourse boards.

Good thing Discourse also tracks & rewards read time! 😉 Would be interesting to hear about your averages there, and how many \>5 pages read and things like that.

---

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [February 11, 2016, 1:01pm UTC](https://meta.discourse.org/t/discourse-works/32891/4 "2016-02-11T13:01:01Z")

</div>

Users with \> 5 topic entered: 2.800

And those 2.800 have, **on average** :

- Read Time (seconds): 3518
- Days Visited: 9.5
- Post Read Count: 170
- Likes Given: 2.7
- Likes Received: 2.5

This is a very good data about user behavior, all with a simple query:

```SQL
SELECT avg(time_read), avg(days_visited), avg(posts_read_count), 
       avg(likes_given), avg(likes_received), count(*)
  FROM user_stats
  WHERE topics_entered > 5

```

---

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [February 26, 2016, 5:14pm UTC](https://meta.discourse.org/t/discourse-works/32891/5 "2016-02-26T17:14:41Z")

</div>

After enabling the e-mail system, the number got better a lot.

Digest e-mail are **really** powerful since they use the most interesting topics to advertise your forum.

 ![](https://global.discourse-cdn.com/meta/original/3X/6/f/6f13f88fdd88ef5d0c9b4e3c28f2d5916db0c52b.png)

---

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [February 29, 2016, 2:18am UTC](https://meta.discourse.org/t/discourse-works/32891/6 "2016-02-29T02:18:09Z")

</div>

Took me a bit to decipher those numbers, so:

**Half of the last month’s activity was in the last week.**

---

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [February 29, 2016, 2:44am UTC](https://meta.discourse.org/t/discourse-works/32891/7 "2016-02-29T02:44:57Z")

</div>

Yes, this is what I’ve got after one week using the digests and other emails.

I was a bit worried to turn then on, since email policy is a bit strict, and our team bit the bullet last week, and the result is amazing.

We just need to rewrite the mail view because lotus notes is removing some CSS, maybe we can turn a Lotus notes compatible email into a PR.
