Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That seams pretty good as the average for Joomla by it self is around 30mb. Add in CB, CB plugins, etc.. it'll start to climb, but 60mb is ok.When using joomla debug console it shows memory use to be at 60mb on all pages with no spikes for cb pages which is good.
This is pretty normal. Some PHP operators take awhile. It could be a large query executing or a heavy PHP function executing. As long as it's not constant you're typically fine.My server monitoring is real time and instantaneous in the sense that I can see mem usage rocket from 0% before i click a link to 100-200 mb after i click a link then back to 0 a few seconds later.
Yes, it's pretty normal. Aside from that there's nothing more I can advise unless you can specifically pinpoint what function is doing this for you. You'd need to do a full xdebug of your site to see where the resource load is coming from.Is this an issue because I think my host is being generous to allow so much memory on shared environment.
It's just spike usage. It's normal for large queries or heavy PHP operations. It shouldn't last but a millisecond or less. It's like when you start a program on your computer. You'll see large draw for a very short period while it loads. Same applies to large operations like registering or even logging in. It also depends on various other usages. For example CB Auto Actions, depending on the action and number of actions, can be very heavy.This is a low traffic site which is why I am confused by the high resource use.
Please Log in or Create an account to join the conversation.