horihiro / TextBlurrer-ChromeExtension

MIT License
10 stars 0 forks source link

VERY slow again on `https://connpass.com/calendar/` #52

Closed horihiro closed 6 months ago

horihiro commented 6 months ago

Describe the bug The page is freezed and links in the page cannot be clicked.
Loading indicator on favicon continues to be displayed

To Reproduce Steps to reproduce the behavior:

  1. Set one city name like 東京都 as burry keyword
  2. Open the following URL
    https://connpass.com/calendar/
  3. See the above bug

Expected behavior The page works.

Screenshots If applicable, add screenshots to help explain your problem.

Environment

Additional context Add any other context about the problem here.

horihiro commented 6 months ago

The cause of this issue is a bug that the li element is not handled as a block element.

This page contains many li elemets and the elements are handled as inline elements due to this bug, and this causes a performance issue that makes Diff process slow.