php Speedy Problem

Reply

Join Date: Sep 2007
Posts: 16
Reputation: pedramphp is an unknown quantity at this point 
Solved Threads: 0
pedramphp pedramphp is offline Offline
Newbie Poster

php Speedy Problem

 
0
  #1
Nov 19th, 2008
Dear folk ,
I'm work with PHP speedy Plugin which makes my webpage loads 500% faster
http://aciddrop.com/php-speedy/
, the configuration of the php speedy is ok , but when I add
<?php require('C:/wamp/www//php_speedy/php_speedy.php'); ?>
af the top of the page
and then
<?php
$compressor->finish();
?>
at the bottom of the page , it doesn't show the page ...
has anyone worked with php speedy before
thanks
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 878
Reputation: pritaeas will become famous soon enough pritaeas will become famous soon enough 
Solved Threads: 141
Sponsor
pritaeas's Avatar
pritaeas pritaeas is offline Offline
Practically a Posting Shark

Re: php Speedy Problem

 
0
  #2
Nov 20th, 2008
  1. require 'php_speedy/php_speedy.php';

Use a relative path if necessary.
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1,082
Reputation: digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice 
Solved Threads: 66
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Veteran Poster

Re: php Speedy Problem

 
0
  #3
Nov 21st, 2008
Originally Posted by pedramphp View Post
Dear folk ,
I'm work with PHP speedy Plugin which makes my webpage loads 500% faster
http://aciddrop.com/php-speedy/
, the configuration of the php speedy is ok , but when I add
<?php require('C:/wamp/www//php_speedy/php_speedy.php'); ?>
af the top of the page
and then
<?php
$compressor->finish();
?>
at the bottom of the page , it doesn't show the page ...
has anyone worked with php speedy before
thanks
Make sure you have display of errors einabled in php.

  1. ini_set('error_reporting', E_ALL);
  2. ini_set('display_errors', '1');

Place that before anything else.

Also try turning off all the PHP speedy features in the configuration, then start enabling them one by one.
ie: turn off gzip, minify etc.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC