Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-1496

reduce html report size

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 4.0.0
    • Reporting
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      As a developer I'd like to have small HTML report size in order to reduce disk space consumption, especially in case of builds on CI server.

      Possible ways to reduce report size:

      1) extract list of packages to separate JSON file and load it dynamically using JS function (instead of embedding it on virtually every page) DONE

      2) use some html compression utility (which would strip all whitespace etc)

      https://code.google.com/p/htmlcompressor/#Compressing_selective_content_in_Velocity_templates

      performance of the HtmlCompressor is unacceptable (+340% time)

      3) remove whitespace from most frequent loops from velocity templates DONE

      Attachments

        Activity

          People

            mparfianowicz Marek Parfianowicz
            mparfianowicz Marek Parfianowicz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: