model view controller - Possible way to get objects from Parse.com in intervals of 5 on .NET MVC? -


my current system loads items @ once, , displays them 5 @ time using variation of mvc infinite scroll. however, database gets larger initial loading times sluggish.

does parse.com allow querying items using index? potential fix or angle solve problem?

yes can, parsequery class has method skip (query.skip(n)) amount of objects , limit (query.limit(n)) amount of objects returned query.

basically keep track of current limit , increase values skip , limit amount of items want load.

you can find details in api reference of .net sdk.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -