View Poll Results: If we cannot have the site fast with the "My Scooby" feature, We should;
Keep the feature anyway and have a slower site.
20
27.78%
Delete the feature and choose site speed.
52
72.22%
Voters: 72. You may not vote on this poll
Current Scoobynet tests reveal that your "My Scooby"
#32
Thread Starter
Administrator
iTrader: (2)
Joined: May 2003
Posts: 4,464
Likes: 0
From: Blackpool, Uk. Destination: Rev Limiter.
We are having to deal with new coding in new templates now, so systems that once worked fine may not work so fine anymore, its all one big lottery. LOL
#34
Voted to drop it.
There isn't a bugeye wagon anyway - so my car isn't provided for as it currently stands.
The addition of personal avatars really replaces them - as those people who still want the car logo can use that for their avatar if they want.
There isn't a bugeye wagon anyway - so my car isn't provided for as it currently stands.
The addition of personal avatars really replaces them - as those people who still want the car logo can use that for their avatar if they want.
#36
Can we not get rid of all the avatars and logos.
This site is looking cheaper than the local chav cars.
Will be able to have our username in different colours that flash next.
This site is looking cheaper than the local chav cars.
Will be able to have our username in different colours that flash next.
#37
I'm sure it's been mentioned already, I haven't read through the whole thread! Yes I know, bad!
Would it be possible to substitute the picture for a textual version? It's quite handy knowing what car the posters have, especially when diagnosing a problem.
Would it be possible to substitute the picture for a textual version? It's quite handy knowing what car the posters have, especially when diagnosing a problem.
#38
I explicitly set the options in my control panel to not display the My Scooby pictures as I knew they'd slow things down when loading a page, and unlike when you view a picture heavy thread, so it's a one-off hit, the My Scooby pictures would be loaded on every thread you view.
I'd say if it's causing speed issues then ditch it. Yes, it's a nice idea, but I'd rather have faster load times over a picture of the scoob. Perhaps an alternative might be to have an extra textual profile field where you can enter your model (or have a list and the ability to select "other" and enter a value of your choosing). I'd assume that would be quicker to render than an image?
I'd say if it's causing speed issues then ditch it. Yes, it's a nice idea, but I'd rather have faster load times over a picture of the scoob. Perhaps an alternative might be to have an extra textual profile field where you can enter your model (or have a list and the ability to select "other" and enter a value of your choosing). I'd assume that would be quicker to render than an image?
#43
Its not the GIF's that cause the issue's really its the fact that there is a lot more code to be processed and database work per page as the system hunts down your choices and applies the correct items to your profile for every post. 20x per page. Not always in the most efficient manner.
Although I would have thought the field for the gif file is just held in the user record which is looped anyway so there should only be an extra line of code per user.
But if its allegedly slowing the site down then I'm happy to not have them.
#44
Scoobychicks animated avatar (20kb). If we all had animated avatars im guessing the site would grind to a halt?
I dont see how they can slow the site down that much but im willing to trial it but i think if we are penny pinching on bandwidth then animated avatars should definately be ditched too.
I dont see how they can slow the site down that much but im willing to trial it but i think if we are penny pinching on bandwidth then animated avatars should definately be ditched too.
Last edited by Boro; 04 March 2009 at 02:16 PM.
#45
Scoobychicks animated avatar (20kb). If we all had animated avatars im guessing the site would grind to a halt?
I dont see how they can slow the site down that much but im willing to trial it but i think if we are penny pinching on bandwidth then animated avatars should definately be ditched too.
I dont see how they can slow the site down that much but im willing to trial it but i think if we are penny pinching on bandwidth then animated avatars should definately be ditched too.
Internet Brands have much bigger servers that are able to cope with avatars etc, it's the cartoon pics that are slowing the site down for the reasons that Stu explained above
#47
#48
They changed it last night so we can.
#52
#53
Stu
Let the techy guys know there's only one line of code that can be causing a performance issue :
They should replace that with something much simpler like
In other words, "build the html in the code without having to eval the template".
If this is done, it should remove anything that could be causing a slow down.
Unless I've forgotten something, of course.
Feel free to get them to email me re this if you like.
Simon
Let the techy guys know there's only one line of code that can be causing a performance issue :
Code:
eval('$scooby_avatar .= "' . fetch_template('scooby_avatar') . '";');
Code:
$scooby_avatar .= "AVATAR HTML HERE";
If this is done, it should remove anything that could be causing a slow down.
Unless I've forgotten something, of course.
Feel free to get them to email me re this if you like.
Simon
Last edited by ex-webby; 04 March 2009 at 09:08 PM.
Thread
Thread Starter
Forum
Replies
Last Post