Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8384297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:22:17+00:00 2026-06-09T17:22:17+00:00

I use this query: $result_members = mysql_query(SELECT * FROM members); The results are displayed

  • 0

I use this query:

$result_members = mysql_query("SELECT * FROM members");

The results are displayed in a table on my admin page like this:

while($row = mysql_fetch_array($result_members))
{
$id = $row['id'];
$firstname = $row['firstname'];
...

<tr>
 <td><? echo "$id"; ?></td>
 <td><? echo "$firstname"; ?></td>
 ...
</tr>
}

I use jQuery pagination which displays 50 rows per page, and jquery Autocomplete to search in table.

Both loading and search takes alot of time. From several seconds up to a minute. I have about 5.000 members in my db.

I reckon there’s a better way to do this. I’m not experienced in mysql, so if you could show me a simple way to make this work smoothly, I’d be really happy! 🙂

Regards

Virik

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:22:18+00:00Added an answer on June 9, 2026 at 5:22 pm

    It may be not only database related slowdown. It can be also caused by your computer processing HTML at first, then jQuery pagination. Anyway, it is not a good idea to query 5000 rows and display them on the same page, although they are paginated.

    Maybe you would be interested in flexigrid.info – a nice javascript solution that displays data from your database. It not only loads data as you need it, but also allows sorting and some manipulations(row adding and deleting).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

now i use this code: $welcome_text = mysql_query(SELECT * FROM `text` WHERE `name` =
i have a query that goes like this: $get_feed_amount = mysql_query( SELECT COUNT(*) as
$query=sprintf(SELECT member FROM.$table_name.WHERE member=%s AND memberpwd=%s,$membername,$memberpassword); $result=mysql_query($query); if(!$result) { echo Unable to select members;
The answer to another SO question was to use this SQL query: SELECT o.Id,
This is query I have at the moment: SELECT `groups`.`id`, `groups`.`name`, `groups`.`description`, `groups`.`members`, `groups`.`image`,
I have a query that looks something like SELECT to_number FROM sent_texts WHERE to_number
This is very confusing, I use AsDataView to bind query result to a dgv
Maybe it's wrong but I always use this query for my app: cme_only =
I want to use this SQL query to get only the records between 8
I am trying to use this MySQL query: SET @a:=0; UPDATE tbl SET sortId=@a:=@a+1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.