Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33517, comment 8


Ignore:
Timestamp:
08/23/2015 10:12:54 PM (10 years ago)
Author:
miqrogroove
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33517, comment 8

    initial v1  
    22> It's not the # of shortcodes though
    33
    4 This is wishful thinking.  Fact is, if anyone registers hundreds of shortcodes, the system becomes extremely inefficient with alternation patterns until it finally crashes the PCRE complier.  The available solutions are to use shortcode attributes correctly (which falls on the plugin author), or to redesign the system (which falls on contributors like me).
     4This is wishful thinking.  Fact is, if anyone registers hundreds of shortcodes, the system becomes extremely inefficient with alternation patterns until it finally crashes the PCRE compiler.  The available solutions are to use shortcode attributes correctly (which falls on the plugin author), or to redesign the system (which falls on contributors like me).