Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Issue with speed


Go to End


5 Posts   830 Views

Avatar
macka

Community Member, 33 Posts

8 March 2012 at 9:32pm

Edited: 08/03/2012 10:05pm

Hi Guys,
I've got SS installed on modest hardware... it's just an old box that i've made into a server.. but anyhow - it's modest..
I have a problem however with page load speed, it's just taking a lot longer than i would expect, i've enabled debug and use the debug_profile=1 to see where things are taking a turn.

Anyhow - SSViewer::process seems to be the culprit, but this is about where i end my knowledge, so i would appreciate a hand?
Line is
18 2474.8816 ms (52.25 %) SSViewer::process

Any clues? or information i can gather to help?

Thanks a bunch:)
Grant

ps - i think i'm on the 2.4.6 version, there's no version in the bottom left corner tho?

Avatar
swaiba

Forum Moderator, 1899 Posts

8 March 2012 at 11:49pm

I have some timers in log messages that goto micro time for me to test each functions speed.

However SS is a bit slower than other some others - this is being addressed in SS3 I do belive.

Avatar
macka

Community Member, 33 Posts

9 March 2012 at 11:18am

Hi Swaiba,
So you're saying i'm stuck with it for now? until SS3 is out?

Thanks
Grant

Avatar
swaiba

Forum Moderator, 1899 Posts

9 March 2012 at 1:05pm

Nope, I am saying that you can add micro timers in your functions to find the bottlenecks

And I'm saying that there are (I hope) big speed ups in SS3

Avatar
wilsonStaff

Community Member, 143 Posts

11 March 2012 at 2:34pm

Maybe its been said, but using such a thing as Xcache helped a lot.