Details

    • Type: Improvement
    • Status: Closed (View Workflow)
    • Priority: Minor
    • Resolution: Duplicate
    • Affects Version/s: 0.20 Larks
    • Fix Version/s: 1.9 Larks
    • Labels:
      None

      Description

      In order to make less HTTP requests while page load, we need to have a single CSS file and single JS file to be loaded instead of dozens.
      I'd appreciate people expressing ideas on how we can achieve that.

        Attachments

          Activity

          Hide
          julik Julia Atlygina added a comment -

          Stanislav Bashkyrtsev can we move this task for Milestone2?

          Show
          julik Julia Atlygina added a comment - Stanislav Bashkyrtsev can we move this task for Milestone2?
          Hide
          lamao Vyacheslav Mishcheryakov added a comment -

          I believ the single CSS is not good in all cases. E.g. we have css inline.css which intented to override all css styles in other files (included last). Of course if it will be done during deploy this is quite good.

          Show
          lamao Vyacheslav Mishcheryakov added a comment - I believ the single CSS is not good in all cases. E.g. we have css inline.css which intented to override all css styles in other files (included last). Of course if it will be done during deploy this is quite good.
          Hide
          wedens Kirill Afonin added a comment -

          you can use something like SASS/SCSS for css. it supports imports (so you can have multiple files in development, then compile them into one) and many other good things.
          for JS you can use http://developer.yahoo.com/yui/compressor/ or google closure for example

          Show
          wedens Kirill Afonin added a comment - you can use something like SASS/SCSS for css. it supports imports (so you can have multiple files in development, then compile them into one) and many other good things. for JS you can use http://developer.yahoo.com/yui/compressor/ or google closure for example
          Hide
          ctapobep Stanislav Bashkyrtsev added a comment - - edited

          Julia Atlygina, as for now we're working on critical fixes required for test-only phase. If these tasks are done and people are free, we need to work on performance instead of features. But of course in separate branches.

          Show
          ctapobep Stanislav Bashkyrtsev added a comment - - edited Julia Atlygina , as for now we're working on critical fixes required for test-only phase. If these tasks are done and people are free, we need to work on performance instead of features. But of course in separate branches.
          Hide
          jk1 Evgeniy Naumenko added a comment -

          postponed to milestone2 due to low priprity

          Show
          jk1 Evgeniy Naumenko added a comment - postponed to milestone2 due to low priprity
          Hide
          ctapobep Stanislav Bashkyrtsev added a comment -

          Duplicate of JC-1458

          Show
          ctapobep Stanislav Bashkyrtsev added a comment - Duplicate of JC-1458

            People

            • Assignee:
              Unassigned
              Reporter:
              ctapobep Stanislav Bashkyrtsev
            • Votes:
              0 Vote for this issue
              Watchers:
              Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Structure Helper Panel