We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 太宰治の「駈込み訴え」(リンク)をEPUB形式でビューアに読み込むと、アプリケーションのパフォーマンスが著しく低下しました。 「駈込み訴え」内の<p>タグに含まれる長文を処理する際に関連しているようです。 内容のサイズを小さくするとパフォーマンスが向上することから、これらのタグ内の長文処理が遅延の主な原因である可能性が高いです。
<p>
To Reproduce
Expected behavior スムーズに動作する
Desktop (please complete the following information):
動作を軽くする方法などがあればご教授ください。 よろしくお願いします。
The text was updated successfully, but these errors were encountered:
不具合報告ありがとうございます。
この問題は認識していて改善したいと思ってます。この「駈込み訴え」のようにひとつのブロック内に長いテキストがある場合や、またブロック内の長いテキストの中で段落(p要素)の代わりにbrタグで強制改行が入っている場合でも(青空文庫のHTMLファイルはすべて該当)、とても処理が遅くなる問題があります。
Sorry, something went wrong.
No branches or pull requests
Describe the bug
太宰治の「駈込み訴え」(リンク)をEPUB形式でビューアに読み込むと、アプリケーションのパフォーマンスが著しく低下しました。
「駈込み訴え」内の
<p>
タグに含まれる長文を処理する際に関連しているようです。内容のサイズを小さくするとパフォーマンスが向上することから、これらのタグ内の長文処理が遅延の主な原因である可能性が高いです。
To Reproduce
Expected behavior
スムーズに動作する
Desktop (please complete the following information):
動作を軽くする方法などがあればご教授ください。
よろしくお願いします。
The text was updated successfully, but these errors were encountered: