دعم الموقع

Hi, Iam new here and i was wondering if the API is always so slow or if i had made a mistake. I have written a little php script with 10 movieID`s which loads the Covers of the Movies and it takes about 10 sek. to load... is this normal or am i doing something wrong? Here is my Script:

<?php
$api = "MyKey";
$url = "https://api.themoviedb.org/3/";
$Filme = ['27205','242582','1124','68718','77','600','49047','680','273248'];
$x = 0;
while($x < count($Filme)){
    $json = file_get_contents($url."movie/".$Filme[$x]."?api_key=".$api."&language=de");
    $daten = json_decode($json, TRUE);
    echo "";
    $x++;
    }
?>

I tried it on my local machine and on my web server in Frankfurt-Germany Thanks in advance

1 رد (على هذه الصفحة 1 من 1)

Jump to last post

Hi @JürgenTrings,

I would say that it is certainly not normal but I can't really help you without having you separate the requests. api.themoviedb.org and image.tmdb.org are on completely different networks. If you can run through the ids and not grab images, it should help you understand which one is being slow.

Another thing to mention is to make sure you're using a persistent HTTP connection. I ran through some examples of the difference this makes with another user here if you're interested.

Cheers.

لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها

عام

s ركز شريط البحث
p افتح قائمة الملف الشخصي
esc اغلق النافذة المفتوحة
? افتح نافذة اختصارات لوحة المفاتيح

على كافة صفحات الوسائط

b ارجع للخلف (او للصفحة الام عند التطبيق)
e انتقل لصفحة التعديل

على كافة صفحات موسم المسلسل

(السهم الايمن) انتقل للموسم التالي
(السهم الايسر) انتقل للموسم السابق

على كافة صفحات حلقة المسلسل

(السهم الايمن) انتقل للحلقة التالية
(السهم الايسر) انتقل للحلقة السابقة

على كافة صفحات الصور

a افتح صفحة اضافة الصورة

على كافة صفحات التعديل

t افتح محدد الترجمة
ctrl+ s ارسال النموذج

على صفحات المناقشة

n انشى نقاش جديد
w تبديل حالة المتابعة
p تبديل عام / خاص
c تبديل اغلاق / فتح
a افتح الانشطة
r رد على النقاش
l انتقل لأخر رد
ctrl+ enter أرسل رسالتك
(السهم الايمن) الصفحة التالية
(السهم الايسر) الصفحة السابقة

الاعدادات

هل تريد تقييم او اضافة هذا العنصر للقائمة؟

تسجيل الدخول