probypro7 Posted April 27, 2007 Share Posted April 27, 2007 Hi all.... I have problem in my php & mysql application. to the point. I have application that use the login form, after login the user will automatically go to the list product page. Because now the product is so much, that is make trouble because the system sometime is stuck (cannot login successfully). Please all of u help me to solve it. Best regards, Gede Link to comment https://forums.phpfreaks.com/topic/48944-loading-big-data-is-very-slow/ Share on other sites More sharing options...
fenway Posted April 27, 2007 Share Posted April 27, 2007 Could be anything at all, nothing to do with mysql, perhaps... Link to comment https://forums.phpfreaks.com/topic/48944-loading-big-data-is-very-slow/#findComment-239990 Share on other sites More sharing options...
veridicus Posted April 27, 2007 Share Posted April 27, 2007 We need a lot more information. In what way is the product data large? How is it stored? Are you sure the login is successful to begin with? Link to comment https://forums.phpfreaks.com/topic/48944-loading-big-data-is-very-slow/#findComment-239996 Share on other sites More sharing options...
bubblegum.anarchy Posted April 27, 2007 Share Posted April 27, 2007 Confirm that the queries used on the webpage are what is slowing down the page load time by performing each query via a query browser, you may find that a particular query is slower than others and can be optimized in some way... oh and run an optimize/analyze on the database tables. Link to comment https://forums.phpfreaks.com/topic/48944-loading-big-data-is-very-slow/#findComment-240088 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.