• So I have a directory, with categories and in each category there are listings. Currently there are 2k listings in it. However, I need to had more than 60k more listings and thus would like to know a efficient way of doing so.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Best way to do it would be separate the listing via pages (i.e. 100 listings per page or so). Trying to load all 60,000 on one page would cause your website to crash and the connection may even time out.

    Thread Starter pdas002

    (@pdas002)

    No, not that. I meant saving the listings into the database. The directory it self doesn’t have a single page. Meaning in the directory we have multiple pages, where each page is a listing. I need a way to make 60k of those pages based on the database I have-each listing in the database becomes a page which is saved in the parent directory. Help please!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to integrate massive amount of listings into one Category’ is closed to new replies.