Results 1 to 3 of 3

Thread: Performance issue with higher latency

  1. #1
    uli.staerk is offline Junior Member
    Join Date
    Aug 2007
    Posts
    2

    Default Performance issue with higher latency

    When you load the frontpage of sugarcrm a bunch of *.css and *.js requests are started. To be precize: 78 css/js includes. Ouch!

    If you use the crm out of office you have a latency of about 60-100ms. Lets take 75ms as a good average. So it will take you 5850ms to make all these requests and check if something has changed in this files, before the browser can render the final version of the page.

    Are there any updates that optimize number of javascript/css includes in order to make the page faster? Or are there any other attempts beside server-script acceleration (our server is quite fast and has not too much load)?

    I know I could disable some unneeded plugins, but we has some issues (dont know if its fixed yet) with disabling plugins - so we have currently everything enabled.

  2. #2
    lvangool is offline Sugar Community Member
    Join Date
    Jul 2006
    Location
    Near Rotterdam, Holland
    Posts
    280

    Default Re: Performance issue with higher latency

    Sure, we need 2 scripts

    1. One that will compile all the JS in one big file
    2. One that will compile all the CSS in one big file

  3. #3
    uli.staerk is offline Junior Member
    Join Date
    Aug 2007
    Posts
    2

    Default Re: Performance issue with higher latency

    Not really. We just need a JS/CSS Proxy. A file that gives you all required js/css files - generated in runtime.

    Eg: /js.php?get=all or /js.php?get=foo.js,bar.js

    But is that possible without major changes to the code?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Performance issue - custom fields
    By rogerliang in forum Help
    Replies: 4
    Last Post: 2008-05-29, 03:37 PM
  2. huge performance issue
    By jengal in forum General Discussion
    Replies: 63
    Last Post: 2008-05-15, 12:47 AM
  3. Query performance issue
    By rogerliang in forum Developer Help
    Replies: 13
    Last Post: 2007-07-26, 02:43 AM
  4. SOAP Performance Issue Loading Accounts
    By artisticlight in forum General Discussion
    Replies: 1
    Last Post: 2007-07-20, 01:39 PM
  5. Performance Issue
    By Cturkey in forum Help
    Replies: 2
    Last Post: 2005-07-04, 11:31 PM

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
  •