@Michael:
Thanks for taking a closer look into the site network and performance.
I do see the fontawesome being loaded three times. This wasn't cleaned up when I applied the UX design to the website. I just got them removed.
@Nick:
Yes, we're deploying it using 'meteor deploy' and we realize that we need to move it immediately before more traffic coming in.
I did try to minimize the amount of queries to the minimal for both visitors and users. In this case, I am working on one very high specific request to minimize the queries.
For the memory leak, I'm not sure what's causing it.
For pub/sub, should we have an API call to pause? Currently, I cannot prioritize requests to make it faster rather than relying on meteor engine to do this.
Thanks