Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sonamsingh created an issue. See original summary.

sonamsingh’s picture

Assigned: sonamsingh » Unassigned
Status: Active » Needs review
FileSize
648 bytes

I was working on a performance issue of a website. While debugging, I landed on this module and found that the module is clearing cache on content type edit form which is not at all required as per my understanding. Also, clearing the full cache of a website each time the content type edit page is visited has a negative performance impact as well. I removed the code and found considerable improvement in load time of the page. Attached is the patch for the same.