Max execution time reached when listing many terms
chirale - December 12, 2008 - 10:15
| Project: | Taxonomy Delegate |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| taxonomy_delegate_maxexetime.patch | 968 bytes |

#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
Committed on both branches.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.