Download & Extend

Max execution time reached when listing many terms

Project:Taxonomy Delegate
Version:5.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I've 60 terms on a single category. For these, the list provided by this module exceeded PHP max execution time on includes/unicode.inc, used by decode_entities() function. Removing decode_entities() and check_markup() on term description and using check_plain() instead solves the issue.

AttachmentSize
taxonomy_delegate_maxexetime.patch968 bytes

Comments

#1

But does it cause HTML entities to be displayed?

#2

No, they aren't. I doesn't use entities on term description, but decode_entities plus check_markup cause that weird behavior, so some tests with 60+ terms are needed if that functions are reintroduced.

#3

Status:needs review» fixed

Committed on both branches.

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here