Forum Activity for @brian

brian
@brian
09/08/17 02:46:43PM
10,149 posts

cache performance issues


Installation and Configuration

soaringeagle:
hmm pausing queues does not pause active workers!

Correct - it will not "kill" any in progress workers (we do not want to do that). It will prevent NEW workers fro spinning up.
brian
@brian
09/08/17 11:03:48AM
10,149 posts

audio_image required in proxima bridge api


Proxima

There is no image requirement in Proxima Bridge - double check that you've not customized something that would have added that in.
brian
@brian
09/08/17 11:03:09AM
10,149 posts

Play Count


Using Jamroom

Remember - it only counts 1 player, per day, per IP.
brian
@brian
09/08/17 11:02:34AM
10,149 posts

How to limit size/number of profile timeline images?


Using Jamroom

michael:
Got some code in the "Profile Daily Limits" ( jrProfileLimit ) module ver 1.0.9 to deal with "Comment Attachments" and "Forum Attachments".

Need to get some other eyes on the code before release though.

Michael has run this by me, and I'm not sold on this at this time - I want to make sure this is handled correctly. The problem is that we have to decide how we want to handle attachments. Do we want it to be per ITEM? i.e. "max 1 attachment per comment, post, etc." or per day? Then we have to decide to we allow it to be broken up by media type? I.e. a user hits their daily limit on images but now wants to attach an audio file or a video or whatever - but since they have hit their limit they are done? Feels like it could get complicated real quick.

Since this is first time this has ever been brought up, I'm also not sure it warrants changes and additions to modules that 99% of our users will never use, so it needs to be thought through.

Sorry - don't mean to rain on anything.
brian
@brian
09/07/17 12:43:48PM
10,149 posts

Search log


Installation and Configuration

I don't see that here on jamroom.net or on my dev system - the search term is only added to the datastore when it is searched - not 5 times for each search.
brian
@brian
09/07/17 10:28:19AM
10,149 posts

cache performance issues


Installation and Configuration

The full page cache only affects logged out users - it would not affect you as a logged in user.
brian
@brian
09/07/17 10:27:32AM
10,149 posts

Search log


Installation and Configuration

saved searches are simply saved into the search's datastore, which is what you see here - it is all correct. There's not "search term" browser at this time, but it's something we can check out down the road.
brian
@brian
09/07/17 10:26:03AM
10,149 posts

Profile Photo required on "Create Account"


Ning To Jamroom

This is not going to work at this time - the problem is the signup form is not setup to handle any media - this is due to the fact that the user's profile_id is not created until the very END of the signup action (since it is handled via an event listener in the Profile module).

This _may_ be doable, but I won't know until I dig into it deeper and see if it is possible.
brian
@brian
09/06/17 07:36:30AM
10,149 posts

RE: New Payments/Subscriptions/Products Modules


Using Jamroom

Ceri:
Is it ok to install the new payments and subscriptions modules yet? I seem to recall some instructions being posted about the precise order in which these modules needed to be installed and some other tweaks that need to be applied to the Foxycart module? Should I install now? If so are there any factors that I need to consider?

Hi Ceri - if you get this, please contact us at support and I can follow up.

Thanks!
brian
@brian
09/06/17 07:34:39AM
10,149 posts

cache performance issues


Installation and Configuration

Based on listings in your other posts, I suspect you have some low level database issues - either that or your server is overloaded. There's just no way that first query should still be running after 89 seconds.
  109