Problem/Motivation

Entity save/clone (with many paragraphs) failing by timeout 60s, it takes 100-150 sec for save, if comment linkchecker insert and update hooks, it saving less than 60s.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

kiseleva.t created an issue. See original summary.

kiseleva.t’s picture

Version: 2.1.x-dev » 2.0.x-dev

kiseleva.t’s picture

The first change improved performance 2 times:

Xhprof results for LinkExtractorService::extractFromField before:
Before
Total 100,077,381 μs

after:
Before
Total 53,045,973 μs

kiseleva.t’s picture

Status: Needs work » Needs review
StatusFileSize
new3.44 KB

Exported MR into file.

kiseleva.t’s picture

StatusFileSize
new3.52 KB

Exported actual MR into file.