notsoevilgenius
MIS
I have a main user php page that has a lot of stuff going on. I return a lot of php data into a table that only shows 10 rows at a time using javascript. I also have an add new form under that. The issue that when opening that page I almost always get the data listed without the html and css being rendered in the browser and I have to refresh the page 2, 3 or sometimes 4 times before it renders correctly. How can I make that page load quicker and without needing to refresh all the time. This happens on various pcs using various browsers and I've also changed the css style sheets and that didn't make any difference. I'm listing the js page links at the bottom of the page too. Is it just the amount of data being returned? There are 2364 records in this particular table.
Thanks!
Thanks!