Log in

View Full Version : PHP Speedy Integration


final kaoss
01-10-2011, 12:31 PM
Already working with wordpress and I can testify that this plugin is awesome, since I've been using it, my wordpress is way faster than vbulletin. It combines javascripts & css. My request is to make this awesome resource available to vbulletin 3/4 users.

This should be a good start for coders.

http://aciddrop.com/2008/01/21/boost-your-website-load-time-with-3-lines-of-code/


PHP Speedy is a script that you can install on your web server to automatically speed up the download time of your web pages. Here?s an example, from a test page:
Before PHP Speedy - 14 requests that took 4.44 seconds

https://vborg.vbsupport.ru/external/2011/01/10.gif
After PHP Speedy - 4 requests that took 1.1 seconds

https://vborg.vbsupport.ru/external/2011/01/11.gif
PHP Speedy automatically joined together all the appropriate files and compressed them, greatly reducing the load time of the page. Let?s see what Yahoo?s Y-Slow makes of this:
Before PHP Speedy - Grade F (44)

https://vborg.vbsupport.ru/external/2011/01/12.gif
After PHP Speedy - Grade A (96)

https://vborg.vbsupport.ru/external/2011/01/13.gif

BirdOPrey5
01-11-2011, 09:32 PM
I tried following the instructions, can't get it to run on my forum at all...

I tried it on both index.php and global.php and they both give an error about not being able to send cookies or something, no page gets displayed.

There seems to be almost no support for this- no forums, no FAQ, I just saw the page you linked to and a lot of people asking questions never answered on various forums.

final kaoss
01-12-2011, 03:27 PM
There has to be a way to implement it... I've been reading the posts & users have managed to make a plugin for drupal & joomla.

BirdOPrey5
01-12-2011, 08:33 PM
There has to be a way to implement it... I've been reading the posts & users have managed to make a plugin for drupal & joomla.

I thougt I read it wasn't compatible with joomla at all... :confused:

I'll keep trying and let you know if I figure anything out... Hopefully others will try too.

final kaoss
01-13-2011, 04:47 PM
This seems to do the same thing
http://www.mrclay.org/2008/09/19/minify-21-on-mrclayorg/

(newest build found here http://code.google.com/p/minify/)

Only tough part is template editing... which is why it needs to be plugin.

--------------- Added 1294960882 at 1294960882 ---------------

I found a mob that does this but it doesn't work properly according to some users. When used on vbulletin 4.x, it mangles the css & renders much of the style useless but it's a start.

https://vborg.vbsupport.ru/showthread.php?t=229530


It did manage to cut my http requests in half.