Skip to content

🐞 Performance impact on dataview #30

@ItsFullOfCode

Description

@ItsFullOfCode

Check for existing bug reports before submitting.

  • I searched for existing Bug Reports and found no similar reports.

Expected Behavior

markdown-attributres plugin should not have side effects on dataview's rendering performance.

Current behaviour

Rendering any dataview table with dv.view() had recently become quite slow on my Obsidian Windows installation. A couple of tables with slightly over 70 results took over 30 seconds to load.

The Performance profile indicated that the recent dataview performance hit might be related to the installation of the Markdown Attributes plugin. Once I disabled this plugin, dataview rendering became again near instantenous. Below a screenshot of the performance profile.

gnAU6Hktlk

Reproduction

  • Install javalent plugin
  • Install dataview plugin
  • Create a dataview query using dv.view() that will result in loading a significant number (+50) of records with a few data columns
  • Execute the query
  • Observer the table rendering performance with the markdown-attirubes plugin disabled
  • Observer the table rendering performance with the markdown-attirubes plugin enabled

Which Operating Systems are you using?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version Check

1.4.13, 1.4.13

Plugin Version

1.2.2

Confirmation

  • I have disabled all other plugins and the issue still persists.

Possible solution

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions