php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28615 Problem with $_Get - too slow!
Submitted: 2004-06-03 04:19 UTC Modified: 2004-06-03 08:34 UTC
From: pierrefawcett at hotmail dot com Assigned:
Status: Not a bug Package: Performance problem
PHP Version: Irrelevant OS: Windows XP Home Edition
Private report: No CVE-ID: None
 [2004-06-03 04:19 UTC] pierrefawcett at hotmail dot com
Description:
------------
The list of modules you compiled .....
Sorry, don't know what you mean. I'm a newbie with PHP.

Running on "Abyss web server"
No changes in php.ini-dist.

I haven't found anything anywhere about this. 

Problem:
The script does work - but it takes forever (about 30 seconds)! 
The $_POST works, and very fast too.

Memory available when running the script is plenty and CPU load is very low (about 3%).


Reproduce code:
---------------
<?php
$name = $_GET["name"];
print("Your name is $name");
?>


Expected result:
----------------
A fast result as with the $_POST variable.

Actual result:
--------------
Works but very slow

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-03 08:34 UTC] derick@php.net
It works fine for me, and as I've no idea what the Abyss Webserver is, it's better to file a complaint with them.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 10:01:28 2024 UTC