php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74566 PHP website is not loading in local system for huge data
Submitted: 2017-05-10 05:47 UTC Modified: 2017-05-10 07:07 UTC
From: anikadrib at gmail dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 5.6.30 OS: Windows
Private report: No CVE-ID: None
 [2017-05-10 05:47 UTC] anikadrib at gmail dot com
Description:
------------
We have installed xampp in the local system. If huge data is loaded in the mysql database, the PHP pages takes very long time to load and display the data.
Please suggest if any configuration setting are needed so as to execute the php website within a second for large data. We have already increased the below settings to increase the speed but no any result.

Memory limit - 1200 MB
RAM - 2 GB
Max_execution_time - 300
Max_input_time - 1200M

Thanks & Regards,
Anitha Jeevan
Bolas Intelli Solutions Ltd.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-05-10 07:03 UTC] spam2 at rhsoft dot net
Frankly, you are confusing a bugtracker with stackoverflow.com while when there is a bug it exists in your code - there is no point loading gigabytes of data at once because that won't scale if there are only a few parallel requests 

Besides that you are not using a supported php version and so even if it would be a bug (it is not) you would be supposed to upgrade and verify if the problem still exists 

Well, and as you are running on Windows the limiting factor is likely not php itself - somehow the huge data must make their way into your script - look how slow that way is...
 [2017-05-10 07:07 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2017-05-10 07:07 UTC] requinix@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 11:01:33 2024 UTC