Minor bug: creating a subscriber needlessly fetches all subscribers of the list
-
The
create_subscriber
method prepares a Subscriber object by calling$account->loadFromUrl(.....list/123456/subscribers)
, paging through all of the results, before finally calling$sub->create()
. This is a puzzling waste of time and bandwidth, just to create an object to callcreate
on. Why??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Minor bug: creating a subscriber needlessly fetches all subscribers of the list’ is closed to new replies.