Skip to content

Fix Redundant re-processing in submit() (#24) - #29

Open
GreggFranklin wants to merge 1 commit into
groundhoggwp:masterfrom
GreggFranklin:fix-issue-24
Open

Fix Redundant re-processing in submit() (#24)#29
GreggFranklin wants to merge 1 commit into
groundhoggwp:masterfrom
GreggFranklin:fix-issue-24

Conversation

@GreggFranklin

Copy link
Copy Markdown

Fix #24 - The conversion recording now runs inline using the $popup object already in scope, dropping a redundant Holler_Popup construction (which loads and unserializes all post meta) and a duplicate exists() check per successful submission. Same reporting result, roughly one fewer full meta load per submit. The logic is lifted verbatim from track_conversion() so behavior is identical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redundant re-processing in submit()

1 participant