Quantcast
Viewing all articles
Browse latest Browse all 2

Answer by Ali for How to display large xml feed without putting pressure in memory php

Try to use limit value as "50, 100".

http://pf.tradetracker.net/?aid=1&type=xml&encoding=utf-8&fid=251713&categoryType=2&additionalType=2&limit=50, 100

It will start record from 100 and limit to 50. So you can show record as per your requirement by using ajax call. It will not fetch all record at once.


Viewing all articles
Browse latest Browse all 2

Trending Articles