• Hello!

    I’ve been setting up the KVCore Plugin for a short while now and I noticed a problem with loading times that I’ve narrowed down on the properties page (I think). When I check out the network flow on the properties pages of the plugin right now, it looks like the system requests 800 listings on load, which is just a ton of data and work on the kvcore system’s side and it’s resulting in delays of nearly 15 seconds before the page loads. If I go into the plugin and modify the file “kvcore-idx/includes/class-kvcore.php” @ line 103 from “800” to be something lower, like 250, it is dramatically faster.

    I feel like there might be a more efficient way to tackle the problem, maybe with some sort of paging system that doesn’t actually need to do any calculations on the data other than how many are being pulled and then pulling the actual property data on demand as it is actually needed. I may try implementing something of the sort, but I feel that it should be considered for performance if you plan on introducing this plugin as an addon service for future customers.

    Thank you!

  • The topic ‘Slow Loading Performance’ is closed to new replies.