Title: Increased Server Load
Last modified: March 17, 2018

---

# Increased Server Load

 *  Resolved [gxwpm](https://wordpress.org/support/users/gxwpm/)
 * (@gxwpm)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/increased-server-load-2/)
 * Hi,
 * I’m getting too many processes by GET /wp-admin/admin-ajax.php?action=wp_ajax_ninja_tables_public
   and it affects my server load. I have only two tables with just a few rows in
   it.
 * What can I do about it?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Shahjahan Jewel](https://wordpress.org/support/users/techjewel/)
 * (@techjewel)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/increased-server-load-2/#post-10084871)
 * Hello [@gxwpm](https://wordpress.org/support/users/gxwpm/),
    When we render the
   plugin then we just send an ajax call and get the table data. In this way, When
   a visitor come to the site then the page will be loaded without loading the actual
   table ( It’s make your page fast loading for lots of data ). Then After document
   ready we send an ajax call to get the data. This is how it works.
 * Most of the other table plugins load the data on page load which block the rendering
   and taking time to load the whole page. This is where we improve the visitors
   experience by the loading the data using ajax.
 * So, Bottom line: NinjaTables don’t send multiple ajax request or increase server
   load. it only send one ajax call if a table exists in a page.
 * If you have any recommendation for us please feel free to let me know.
 * Thanks
 *  Plugin Author [Shahjahan Jewel](https://wordpress.org/support/users/techjewel/)
 * (@techjewel)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/increased-server-load-2/#post-10098162)
 * Hello [@gxwpm](https://wordpress.org/support/users/gxwpm/),
    Just published version
   1.9.5 with caching mechanism so it will take very low server resource for the
   ajax call. Please upgrade to latest version and enjoy more awesome features.
 * Thanks
 *  Thread Starter [gxwpm](https://wordpress.org/support/users/gxwpm/)
 * (@gxwpm)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/increased-server-load-2/#post-10099932)
 * Thank you Shahjahan.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Increased Server Load’ is closed to new replies.

 * ![](https://ps.w.org/ninja-tables/assets/icon-256x256.png?rev=3337819)
 * [Ninja Tables – Easy Data Table Builder](https://wordpress.org/plugins/ninja-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ninja-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ninja-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/ninja-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ninja-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ninja-tables/reviews/)

## Tags

 * [caching](https://wordpress.org/support/topic-tag/caching/)

 * 3 replies
 * 2 participants
 * Last reply from: [gxwpm](https://wordpress.org/support/users/gxwpm/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/increased-server-load-2/#post-10099932)
 * Status: resolved