PHP Error
|
06-18-2010, 09:00 AM
(This post was last modified: 06-18-2010 09:01 AM by jarrod1937.)
Post: #1
|
|||
|
|||
PHP Error
Here's an odd one for you. I was reading google's blog and some people stated that their own blog is slow (considering the topic is google adding speed as a ranking factor) and so i thought i'd put it to the test. So i tried to test the exact url of the post:
http://googlewebmastercentral.blogspot.c...nking.html But, interestingly, every time i attempt to test that specific url i get this error in runtest.php Fatal error: Cannot redeclare gettestpath() (previously declared in /home/pmeenan/webpagetest.org/common.inc:54) in /home/pmeenan/webpagetest.org/common.inc on line 71 However, if i try any other url the test will run. But for the life of me i cannot tell what is so unique about that url that it throws that error. |
|||
06-18-2010, 10:47 AM
Post: #2
|
|||
|
|||
RE: PHP Error
Bizarre, thanks. Should be easy enough to debug. I assume it is triggering a code path that isn't normally followed (probably trying to generate an error message) which is triggering some code that probably hasn't been tested since I refactored some things.
Should be easy enough to fix - failcases are great :-) |
|||
06-18-2010, 11:25 AM
Post: #3
|
|||
|
|||
RE: PHP Error
Error message is now fixed. I have blogspot blocked from testing because I was getting a ton of spammers submitting tests for linkspam pages they had set up. I removed the block for a minute just to run the test so you could see the performance: http://www.webpagetest.org/result/100617_5DG/
The error was in the code that displays the "blocked for spam" message so thanks for pointing it out. On the actual results of the test - yuck, particularly the 4 404's but also a pretty slow start render time (looks like once they finally get to loading the javascript it is pegging the CPU). |
|||
06-18-2010, 11:32 AM
Post: #4
|
|||
|
|||
RE: PHP Error
Oh i see, well i'm always happy to point out any errors i find, glad you got it fixed.
As a side note, that is quite surprising, i would have figured they'd keep up on such things. In my opinion there is never a reason to have a 404 response in your page loading, especially for items like .css files. After all each 404 is an absolute waste of time and resources. |
|||
07-12-2010, 08:07 PM
(This post was last modified: 01-06-2011 06:35 PM by easypain1.)
Post: #5
|
|||
|
|||
RE: PHP Error | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)