<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 02/08/16 12:34, socialboostdk wrote:<br>
    </div>
    <blockquote
cite="mid:CACQ7aj9HDatB22f8mFzpYJAAYj7rCbECLXfbyAoKsscuUA_kyw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi there,
        <div><br>
        </div>
        <div>I'm looking at optimizing the performance of VT, ie.
          compressing CSS, JS, etc. It also seems that there are many
          "overwrites" in the CSS where the same class is styled many
          times, etc.<br>
        </div>
      </div>
    </blockquote>
    JS/CSS optimising is mostly client side performance, which frankly
    on modern PCs (or even phones/tables) isn't much of an issue. I
    think the main thing to do with that is to get all the javascript
    libraries updated from their sources and organised in a way that
    means they can be easily updated in future. This is something I
    started in this branch
<a class="moz-txt-link-freetext" href="http://code.vtiger.com/alanbell/vtigercrm/tree/javascript_library_updates">http://code.vtiger.com/alanbell/vtigercrm/tree/javascript_library_updates</a><br>
    <blockquote
cite="mid:CACQ7aj9HDatB22f8mFzpYJAAYj7rCbECLXfbyAoKsscuUA_kyw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Does anyone have any experience in doing this and/or
          pointers on where to begin to get "maximum efficiency" for
          optimal effort?</div>
      </div>
    </blockquote>
    yes, use xdebug to profile what it does in PHP, where it spends it's
    time rendering a page (prior to 6.5 it was pretty much all in the
    to_html function, 6.5 is a lot faster)<br>
    You can make sure apache caches things correctly, and use an opcode
    cache for a general php performance boost.<br>
    If you spot any improvements please contribute them to
    code.vtiger.com<br>
    <blockquote
cite="mid:CACQ7aj9HDatB22f8mFzpYJAAYj7rCbECLXfbyAoKsscuUA_kyw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Ie. perhaps some obvious optimisations, etc.</div>
        <div><br>
        </div>
        <div>Thanks :)</div>
        <div><br>
        </div>
        <div>Best,</div>
        <div>Chris</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
  </body>
</html>