Community Support Forums — WordPress® ( Users Helping Users ) — 2010-10-22T15:24:50-05:00 http://www.primothemes.com/forums/feed.php?f=5&t=1044 2010-10-22T15:24:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1044&p=4076#p4076 <![CDATA[Re: QuickCache Stopped Working?]]> Thanks for your donation!

Statistics: Posted by Jason Caldwell — October 22nd, 2010, 3:24 pm


]]>
2010-10-22T06:14:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1044&p=4065#p4065 <![CDATA[Re: QuickCache Stopped Working?]]>
Amazing...the server does seem to be flying.

I'll post your comments in the support forums for that phpZon Amazon plugin and see if the guy who created it can help figure out why it's causing issues.

Donation (happily) made!

Thanks a ton!

Statistics: Posted by chrismonty — October 22nd, 2010, 6:14 am


]]>
2010-10-22T03:52:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1044&p=4042#p4042 <![CDATA[Re: QuickCache Stopped Working?]]>
1. I enabled zlib.output_compression inside your /public_html/blippitt/php.ini file.
( This enabled output compression which will speed up your site ).

2. I disabled the following extensions in your php.ini file. All of these extensions were non-existent anyway ( i.e. NOT found during runtime ). The fact that these were missing, was creating a HUGE error log file on your server, that was over 2GB in file size. I deleted that huge error file and corrected the cause of those errors by commenting out these lines in your php.ini file.
;extension=magickwand.so
;extension=imagick.so
;extension=oauth.so
;extension=uploadprogress.so
;extension="ixed.5.2.lin"

3. I created the following files on your server:

/media/js/script.js
/media/css/digg-style.css

Both of these files are referenced in your HTML code, as a result of a mis-configured plugin "phpZon". I've improved your page-load time dramatically by creating these files on the server as just empty files. The reason for your CPU drain, is that these invalid file references, are/were creating a WordPress load in triplicate to what you should normally receive. In other words, phpZon is looking for these files in the wrong location. I've corrected the load issues temporarily by creating these files on the server as just empty files ( just so they DO exist ). However, you'll want to go over your phpZon configuration to see why the plugin is looking for these files in the wrong locations.

Quick Cache has been reset, everything looks good.

Statistics: Posted by Jason Caldwell — October 22nd, 2010, 3:52 am


]]>
2010-10-21T13:29:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1044&p=4033#p4033 <![CDATA[Re: QuickCache Stopped Working?]]>
Actually, it doesn't exist by default. They had to create a php.ini file for me, but they put in a very obscure place. They don't make it easy to find.

Anyway, I'll e-mail you FTP info on our site. Thanks in advance for the help!

Statistics: Posted by chrismonty — October 21st, 2010, 1:29 pm


]]>
2010-10-20T21:26:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1044&p=4022#p4022 <![CDATA[Re: QuickCache Stopped Working?]]> which can be accessed via FTP. If you have trouble, please feel free to email me an FTP login to your site, along with Dashboard access to your WordPress installation. I'll be happy to have a look for you.

I also don't know how to "reset" my Quick Cache installation.

Quick Cache will reset itself if you just save your options again. So clear your cache, and then set Quick Cache to "Enabled" and click the Save Options button. Quick Cache will handle everything else by itself.

Statistics: Posted by Jason Caldwell — October 20th, 2010, 9:26 pm


]]>
2010-10-19T20:47:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1044&p=3999#p3999 <![CDATA[QuickCache Stopped Working?]]> http://www.Blippitt.com) and we seem to have a recurring issue regarding caching plugins.

QuickCache was working just fine until I had to contact Hostgator today to increase the memory limit on my dedicated server. They did so by adding a line of code to my php.ini file. After doing this, WP Quick Cache has stopped working.

This same thing has happened to us with WP Super Cache and DB Cache. The plugins work fine for a while, and then, whenever we need to change a piece of code, they break.

I did read this post...

viewtopic.php?f=5&t=168&p=1700&hilit=godaddy#p1619

...and for the first time, I'm confident that there might be a solution to this problem.

Note, I DID already go in and remove the ob_start("ob_gzhandler") code from the header (oops).

Still, our load time on this dedicated Hostgator server went from around 1.00 - 2.00 to about 50.00 - 75.00 and the server is crawling!

I would love to try adding "zlib.output_compression = on" to my php5.ini, but I honestly am not a coding kind of guy and have no idea where to find that file. I'm not even sure if Hostgator gives me access to it.

I also don't know how to "reset" my Quick Cache installation.

Any help would be appreciated. We get about 40,000 - 50,000 hits per day, so when this happens, it really cripples us.

Thanks! :mrgreen:

Statistics: Posted by chrismonty — October 19th, 2010, 8:47 pm


]]>