You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/01/05 23:17:34 UTC

[jira] [Commented] (CB-8246) Improve docs generation time

    [ https://issues.apache.org/jira/browse/CB-8246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14265217#comment-14265217 ] 

ASF GitHub Bot commented on CB-8246:
------------------------------------

GitHub user kant2002 opened a pull request:

    https://github.com/apache/cordova-docs/pull/253

    CB-8246 Improve docs generation time

    Current docs generation time could be improved if don't process images as HTML files.
    In AddTitle and TableOfContent steps processed all files, not only HTML files.
    By removing check, generation process could be speed up by ~30%.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kant2002/cordova-docs CB-8246

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/253.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #253
    
----
commit 110f324a5d1d012f2f65572b21bee825214b7dd7
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2015-01-05T12:06:16Z

    Added --timing switch
    
    As a side effect right now all generated content is not clearead, so it could be generated in two steps in case of failure

commit dd8481ed0d56f6f01d9f60511ff7455fc33377ee
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2015-01-05T12:10:41Z

    Fix JsLint warnings

commit f3ed8aca3977e2be3016f1bc6d7e33c5618028b7
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2015-01-05T22:11:13Z

    Improve generation speed
    
    Don't process not HTML files in the AddTitle and TableOfContent steps

commit e6d3b05a8897459572552e2273ee8e9686d3cda4
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2015-01-05T22:11:30Z

    Fix timing filtering

commit cca78ce48009c87fa9bc836b0630f9282fefac3e
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2015-01-05T22:13:06Z

    Merge pull request #1 from apache/master
    
    Merge with upstream

commit 397bf38ed101195567d80d5dc02d2f79b9730179
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2015-01-05T22:14:02Z

    Merge branch 'master' into CB-8231

commit 448d56d3d1303878703b49101a1ebd18f73bd2ca
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2015-01-05T22:14:22Z

    Merge branch 'CB-8231' into CB-8246

----


> Improve docs generation time
> ----------------------------
>
>                 Key: CB-8246
>                 URL: https://issues.apache.org/jira/browse/CB-8246
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Docs
>            Reporter: Andrey Kurdyumov
>            Assignee: Andrey Kurdyumov
>
> Current docs generation time could be improved if don't process images as HTML files.
> In AddTitle and TableOfContent steps processed all files, not only HTML files.
> By removing check, generation process could be speed up by ~30%. On my PC full generation time went down from 1584 sec to 1111 sec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org