Jump to content
The Uniform Server Community

Search the Community

Showing results for tags 'apache php slow'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Forum
    • Announcements
    • Developer
  • Support
    • Uniform Server - Windows
    • Plug-Ins Support
    • Programming & Web Design
    • Trackers
  • Community
    • Open Discussion
    • Off-Topic

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


SourceForge ID


Wiki ID


IRC Nickname

Found 1 result

  1. I have installed the latest Uniform Server in two PCs running Windows 7. The installation was quite similar to both PCs, using the default settings. The first PC ('Office PC') is running ok. The problem is in the second PC ('Home PC'): When a PHP page is requested, there is always a one second delay, no matter how simple that page is. Facts: 1. The delay appears only in .php pages, not in .html 2. Even if a .php page contains a simple HTML 'Hello world' without php code, the delay is still happening. 3. If I edit the httpd.conf and add the .html extension in the AddHandler application/x-httpd-php line, the delay is happening to .html files also. 4. The tests were performed by using the latest versions of Chrome and Firefox. 5. Using php.exe in a command line window to process the Hello world script, there is no delay. 6. When counting the PHP execution time by calling microtime(TRUE) in the beginning and in the end of the code, the reported time is in the range of a few milliseconds. 7. When displaying the Network tab in Developer Tools in Chrome while loading the Hello world php page, the times reported are: DNS lookup = 1 ms, Connecting = 3ms, Sending = 2ms, Waiting = 1.03s, Receiving = 1ms. 8. The delay is happening when the request URL starts with either http://localhost or http://127.0.0.1, given that the web browser is opening always in the same machine. Any suggestions to try would be welcome.
×
×
  • Create New...