Results 1 to 7 of 7

Thread: Speed

  1. #1
    fifieldn is offline Junior Member
    Join Date
    Apr 2006
    Posts
    2

    Question Speed

    Hi

    How can I speed up Sugars performance? The screens etc take ages to load.
    I have a 2mb broadband connection.
    Its hosted by a company using some good linux boxes.
    Is there some cache setting that would help?

  2. #2
    groupeHEC is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    27

    Default Re: Speed

    buy more memory and increase php.ini memory limit...

  3. #3
    directjj is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    35

    Question Re: Speed

    Quote Originally Posted by groupeHEC
    buy more memory and increase php.ini memory limit...
    I am a novice and just installed SugarSpike on a 3gig dual Core Pentium 2gig RAM running Windows XP Media Center Edition.

    I don' thave a hosted install, it goes up against localhost.

    Screen response seems a little slower than an application like GoldMine.

    Is there some tuning I can / should do, e.g. php.ini memory limit, to Apache, MySQL, or SugarCRM ?

  4. #4
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Speed

    Would someone define "slow"? Maybe I am too forgiving. I have the following machines:

    3G Pentium with 3G memory for my business, contact screen ListView comes up in 1.75 to 2.25 secionds over local area network and about 1 seconds slower over the T1

    3G Pentium with 1G memory on a Cable modem hosting 11 SugarCRM setups (most are test setups with just the demo data loaded) and the speeds are maybe 3-5 seconds for the listviews depending on the size of the database. The biggest one is about 5,000 contacts.

    Both servers are running SUSE 9.x and are tweaked pretty well.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  5. #5
    tonywood100 is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    London
    Posts
    32

    Default Re: Speed

    We have not found it slow. I define slow as > 4 second page response times,

    We find that using a PHP accelerator works well. We use APC http://pecl.php.net/package/APC

    hope this helps

  6. #6
    lambertr is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    10

    Default Re: Speed

    Throwing good hardware and network connections is always a good choice, however from a software standpoint, I've found that using lighttpd instead of Apache seems to give some performance boost. Of course this means having to have a "fastcgi" version of PHP to use. The best way to do this is compile PHP from source if possible. You then be sure to add in only the functionality that you need. If you can do the same with your MySQL installation (obviously before your PHP compile), again you can eliminate functionality you don't need as well as add compiler optimizer options per your platform.

    Lighttpd, itself, it rather small and quick b default. You can trim quite a few modules out of Apache configs, but it just doesn't quite get there performance-wise.

    Obviously, this setup requires quite a bit of understanding of your platform, as well as the needs/relations of the web server, application server (PHP), and MySQL. It is not recommended for the "faint of heart".

  7. #7
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: Speed

    Hmm.. Are you on a shared host? I have one on a shared host and at times it gets dog slow. The Dedicated machine will give better perfomance.
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •