2017-06-21 10 views
1

私はwp残りのAPIを呼び出すと応答が大きすぎるので、モバイルアプリが非常に遅くなる可能性があります。どのようにwp-rest APIを返すべきかを判断できます。 exemple: 代わり WP残りのAPIの応答が大きすぎる

"tags": [], 
    "better_featured_image": { 
     "id": 13668, 
     "alt_text": "", 
     "caption": "Solicitud real ante la dificil situacion de los refugiados sirios bloqueados entre Argelia y Marruecos", 
     "description": "", 
     "media_type": "image", 
     "media_details": { 
     "width": 675, 
     "height": 402, 
     "file": "2017/06/sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5.jpg", 
     "sizes": { 
      "thumbnail": { 
      "file": "sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-150x89.jpg", 
      "width": 150, 
      "height": 89, 
      "mime-type": "image/jpeg", 
      "source_url": "http://infomarruecos.ma/wp-content/uploads/2017/06/sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-150x89.jpg" 
      }, 
      "medium": { 
      "file": "sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-300x179.jpg", 
      "width": 300, 
      "height": 179, 
      "mime-type": "image/jpeg", 
      "source_url": "http://infomarruecos.ma/wp-content/uploads/2017/06/sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-300x179.jpg" 
      }, 
      "slgf_12_thumb": { 
      "file": "sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-500x402.jpg", 
      "width": 500, 
      "height": 402, 
      "mime-type": "image/jpeg", 
      "source_url": "http://infomarruecos.ma/wp-content/uploads/2017/06/sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-500x402.jpg" 
      }, 

を取得するには、残りのAPI ketpが戻って利用可能なすべての画像を送るように、私のテーマは、応答性のために多くの画像を生成していました

"better_featured_image": { 
     "id": 13668, 
     "alt_text": "", 
     "caption": "Solicitud real ante la dificil situacion de los refugiados sirios bloqueados entre Argelia y Marruecos", 
     "description": "", 
     "media_type": "image", 
     "media_details": { 
     "width": 675, 
     "height": 402, 
     "file": "2017/06/sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5.jpg", 
     "sizes": { 
      "thumbnail": { 
      "file": "sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-150x89.jpg", 
      "width": 150, 
      "height": 89, 
      "mime-type": "image/jpeg", 
      "source_url": "http://infomarruecos.ma/wp-content/uploads/2017/06/sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-150x89.jpg" 
      }, 
      "medium": { 
      "file": "sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-300x179.jpg", 
      "width": 300, 
      "height": 179, 
      "mime-type": "image/jpeg", 
      "source_url": "http://infomarruecos.ma/wp-content/uploads/2017/06/sm-le-roi-ceremonie-mawlid-nabawi-g1-504x300_5-300x179.jpg" 
      }, 

答えて

0

のみmidumサイズを取得します。私はカスタムエンドポイントを追加しようとします

関連する問題