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

Slow local development with SS3 on mamp


Go to End


3 Posts   1705 Views

Avatar
sajok

Community Member, 82 Posts

18 April 2013 at 3:13am

Hello,

I noticed SS3 is slow on my local development with MAMP, especially when I run ?flush=1 or dev/build, this takes long before I get the result. this was not the case with 2.4 versions of SS.

Anyone had this issue?

Saiyd

Avatar
mi3ll

Community Member, 24 Posts

18 April 2013 at 6:14pm

Hi sajok,

Have you tried enabling xcache? It made things much faster for me. Also editing the php ini for more memory might also help (not sure what the default memory limit in MAMP is). You can add the php ini directives to the htaccess file and it should work.

Avatar
Bigfork

Community Member, 23 Posts

24 April 2013 at 2:52am

MAMP wasn't too bad for me though I had increased PHP memory limit by quite a lot. However, switching to the native Apache server and installing PHP/ MySQL is a lot quicker, in my experience at least.