jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
776 stars 234 forks source link

Slow performance with lists #150

Closed edent closed 8 years ago

edent commented 8 years ago

While trying to request a list like SkylineSocialCo/worldwide-influencers/members I'm seeing >10sec response times. This doesn't happen if I switch back to an older version of CodeBird.

Performance of all other calls seems fine - but this one call seems abnormally slow.

$cb->lists_members([
'owner_screen_name' => 'SkylineSocialCo',
'slug' => 'worldwide-influencers',
'count' => '40',
])
mynetx commented 8 years ago

What version of Codebird are you using?

edent commented 8 years ago

3.0.0-rc.1 - downloaded a few hours ago.

Running on PHP7 if that helps.

mynetx commented 8 years ago

In short: Cannot reproduce here. Please give me more details. If you prefer to send sensitive data over S/MIME encrypted e-mail, you should already have our certificate on file from the Codebird news mailing.

mynetx commented 8 years ago

@edent Please give more details on this when you can. :star2:

edent commented 8 years ago

Ugh. PEBCAK. Was somehow calling it recursively... Too much mulled-wine in my bloodstream.

Sorry!

mynetx commented 8 years ago

Thanks for your feedback, Terence! :+1: