Home » PEAR » PEAR_Frontend_Web » Bug #6993
Large Response Times
Details
| Submitted | 2006-03-02 12:28 UTC |
|---|---|
| From | psavelberg at home dot nl |
| Assigned | pajoye |
| Status | Closed |
| Package | PEAR_Frontend_Web |
| PHP Version | 4.4.2 |
| OS | Debian |
| Roadmaps | (Not assigned) |
Comments
[2006-03-02 12:28 UTC] psavelberg at home dot nl
Description:
------------
I get very large response times when accessing the Pear web frontend (about 25 seconds per request). Is this normal or what can be done to speed this up? Other pages on the same domain are lots faster. Even the CLI for PEAR is way faster.
[2006-03-02 12:59 UTC] psavelberg at home dot nl
These are my PEAR configs. Which Temp folder are you refering to?
Configuration (channel pear.php.net):
=====================================
Auto-discover new Channels auto_discover <not set>
Default Channel default_channel pear.php.net
HTTP Proxy Server Address http_proxy <not set>
PEAR server [DEPRECATED] master_server pear.php.net
Default Channel Mirror preferred_mirror pear.php.net
Remote Configuration File remote_config <not set>
PEAR executables directory bin_dir /var/www/html/corporate/pear/bin
PEAR documentation directory doc_dir /var/www/html/corporate/pear/docs
PHP extension directory ext_dir /var/www/html/corporate/pear/ext
PEAR directory php_dir /var/www/html/corporate/pear/PEAR
PEAR Installer cache directory cache_dir /var/www/html/corporate/pear/cache
PEAR data directory data_dir /var/www/html/corporate/pear/data
PHP CLI/CGI binary php_bin /var/www/html/corporate/pear/bin/php
PEAR test directory test_dir /var/www/html/corporate/pear/test
Cache TimeToLive cache_ttl 300
Preferred Package State preferred_state stable
Unix file mask umask 22
Debug Log Level verbose 1
PEAR password (for password <not set>
maintainers)
Signature Handling Program sig_bin /usr/local/bin/gpg
Signature Key Directory sig_keydir /usr/etc/pearkeys
Signature Key Id sig_keyid <not set>
Package Signature Type sig_type gpg
PEAR username (for username <not set>
maintainers)
User Configuration File Filename /root/.pearrc
System Configuration File Filename /usr/etc/pear.conf
[2006-03-02 13:27 UTC] psavelberg at home dot nl
strange... this one wasn't created. I aspected that the go-pear.php script installed all this, but it didn't create the cache folder. Created it now and its building cache files.
Thanks!