Yeah I hate being the one to have to do it to em dunny.it lacks a log to indicate how many members use a particular style.
For example, if five of eight are used, may have removed the other 3.
You can work that out though with a MySQL query:it lacks a log to indicate how many members use a particular style.
For example, if five of eight are used, may have removed the other 3.
SELECT xf_user.style_id, xf_style.style_id, xf_style.title
-> FROM xf_user
-> LEFT JOIN xf_style ON
-> (xf_user.style_id = xf_style.style_id);
+----------+----------+------------------+
| style_id | style_id | title |
+----------+----------+------------------+
| 2 | 2 | Responsive Theme |
| 0 | NULL | NULL |
| 0 | NULL | NULL |
| 0 | NULL | NULL |
| 0 | NULL | NULL |
| 0 | NULL | NULL |
| 0 | NULL | NULL |
+----------+----------+------------------+
7 rows in set (0.00 sec)
At what amount of themes and addons does Xenforo strain the server?
You can work that out though with a MySQL query:
Code:SELECT xf_user.style_id, xf_style.style_id, xf_style.title -> FROM xf_user -> LEFT JOIN xf_style ON -> (xf_user.style_id = xf_style.style_id); +----------+----------+------------------+ | style_id | style_id | title | +----------+----------+------------------+ | 2 | 2 | Responsive Theme | | 0 | NULL | NULL | | 0 | NULL | NULL | | 0 | NULL | NULL | | 0 | NULL | NULL | | 0 | NULL | NULL | | 0 | NULL | NULL | +----------+----------+------------------+ 7 rows in set (0.00 sec)
I might just build thatI do not like the sql queries (thank you for the code).
If there is an add-on to be able to know, in the administrator panel, how many members are on particular styles, will be much easier to manage styles.
This subject is specific to themes because a couple days ago stewart1champ posted a screenshot of how many styles he has installed on www.xFShowcase.com He has around 20 styles installed, only a couple are available. He installs the paid theme and instead of editing the paid theme directly, he disables it so that no one can choose it and instead creates a child theme of that theme and edits that directly so that it can be made public. He does it because if the style creator updates his theme he won't have to do much reverting.Surely you must realise there's a difference between someone running 100 addons on shared hosting and 100 addons on a dedicated server and what those addons actually do. There's no single answer to this. It might be that you could happily have 200 basic addons running fine but having 5 addons that do something intensive/clash might bring your hosting to it's knees.
The only answer you're going to get is "don't have more than you need".
This subject is specific to themes because a couple days ago stewart1champ posted a screenshot of how many styles he has installed on www.xFShowcase.com He has around 20 styles installed, only a couple are available. He installs the paid theme and instead of editing the paid theme directly, he disables it so that no one can choose it and instead creates a child theme of that theme and edits that directly so that it can be made public. He does it because if the style creator updates his theme he won't have to do much reverting.
stewart1champ and I are on the same server. I can't install more than 4 themes without having major issues with the Template Modification System. As you know I have around 80 addons installed (down from the 50 extra I had two months ago). I know from no longer being on shared hosting that I have a lot and shared hosting can barely take the strain although it can be done, it will just be really slow, but there is no way that it can take the 20 or so styles that stewart1champ has on his site.
His site does go through the occasional slowdown. I am extremely shocked to this day that he had around 20 themes. I couldn't even imagine attempting that. I have 100 TMS edits in my Template modifications. If we're on the same server, then I should be able to install more themes. Because I'm not, thats telling me that it's either I have too many TMS modifications or I have a couple addons that are giving me major issues. I suspect it's both my TMS edits and it's probably down to a couple more addons I need to uninstall.
Yeah my bad. And yeah it's definitely TMS then. Instead of uninstalling all these addons I need to focus on that then?That would have been a MUCH better first post than "how many themes/addons is too many" ;-)
I'd suggest it's your TMS edits causing issues. Also as far as I'm aware, it's only the rebuilding of templates which is an issue (i.e. if your templates were never rebuilt you could have 100s of themes with no performance hit). Obviously they need to be rebuilt when you change something or install an addon so there is an upper limit but presumably the more changes you make, the more work has to be done in rebuilding them.
That thread is closed, I don't understand that slow rebuild function of TMS no matter how many times its explained.This might be useful for you to read as well
http://xenforo.com/community/threads/skin-build-memory-leak.30556/#post-378704
lolI think we could always make a negative into a positive and hold a competition.
Contest: How many styles can you install before killing your server and bringing it on it's knees. Winner is the one with the most themes with a server barely chugging along.
lol
I would install only multiple slight color changes of xenConnect.
We use essential cookies to make this site work, and optional cookies to enhance your experience.