yiisoft / yii2-apidoc

Yii 2 apidoc extension.
https://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
258 stars 121 forks source link

(PDF guide) Speed of generation decreased after switching from listings to minted #250

Open arogachev opened 2 years ago

arogachev commented 2 years ago

What steps will reproduce the problem?

Get the changes in #248.

What's expected?

The same or faster speed of generation.

What do you get instead?

Decreased speed of generation.

Additional info

Q A
Yii version doesn't matter
Yii APIDoc version master
PHP version doesn't matter
Operating system doesn't matter
arogachev commented 2 years ago

Probably it has something to do with a lot of stdout messages. Need to try to supress it.

arogachev commented 2 years ago

Also it's better to measure exact time spent on generation before and after the changes. So it's based on stats rather than personal feelings.