Quote:
Originally Posted by charm The problem with &limit=recent parameter is that such URL calls the request to the whole database. If the images quantity is large (few tens of thousands), as in yours and mine cases, the request is too huge and produces abnormal delay for the database.
I think that developers can find more optimal method to proceed &limit=recent request. |
Correct and our later codes address this issue as Patrick states 5.62 completely fixed his issue