-
Notifications
You must be signed in to change notification settings - Fork 4.8k
PEG.js based parser introduced a performance regression #1646
Copy link
Copy link
Closed
Labels
[Feature] ParsingRelated to efforts to improving the parsing of a string of data and converting it into a different fRelated to efforts to improving the parsing of a string of data and converting it into a different f[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Milestone
Metadata
Metadata
Assignees
Labels
[Feature] ParsingRelated to efforts to improving the parsing of a string of data and converting it into a different fRelated to efforts to improving the parsing of a string of data and converting it into a different f[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Type
Fields
Give feedbackNo fields configured for issues without a type.
After updating the plugin on a site I noticed a performance decrease by 2-3 seconds.
vs.
Checking further
So I removed the filter on
the_contentand the load was back to normal. I also reverted thedo_blocks()function to the previous version and the load was still normal. But once the PEG version is in use the page load increases by ~3 seconds.Will investigate further to get the exact cause for this.