The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Testing websites
#1
After launching website I like to run it through Nibbler (http://nibbler.silktide.com) to see what improvements I could make. While it only checks 5 pages, it is usually enough to catch some not so obvious issues. And it is always a fun challenge to reach a higher score.
Another tool I use is PageSpeed (https://developers.google.com/pagespeed/#), to see how can I make my websites load faster.
What other tools do you use to check and optimize your websites?
Reply
#2
Hi Joshas,

fireburner, HTML-validator, CSS-validator is used often, but one "tool" is the most important:

a User! You need a user who navigates around your site, he / she will find many traps ;=)
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
Joshas Wrote:After launching website I like to run it through Nibbler (http://nibbler.silktide.com) to see what improvements I could make. While it only checks 5 pages, it is usually enough to catch some not so obvious issues. And it is always a fun challenge to reach a higher score.
Another tool I use is PageSpeed (https://developers.google.com/pagespeed/#), to see how can I make my websites load faster.
What other tools do you use to check and optimize your websites?

Didn't know these 2.

Problem with nibbler is that it seems it doesn't work with domain sites where the head-domain points to one site.

I have wouterb.be pointing to wouterb.be/wbpress. But I also have: wouterb.be/gs and wouterb.be/gs-b. Nibbler says I only have wouterb.be/wbpress.
Reply
#4
datiswous Wrote:I have wouterb.be pointing to wouterb.be/wbpress. But I also have: wouterb.be/gs and wouterb.be/gs-b. Nibbler says I only have wouterb.be/wbpress.

You could reconfigure your website with sub domains instead of sub directories wouterb.be -> wouterb.be/wbpress, gs.wouterb.be -> gs.wouterb.be/gs, etc., which would be nicer anyway.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#5
mvlcek Wrote:
datiswous Wrote:I have wouterb.be pointing to wouterb.be/wbpress. But I also have: wouterb.be/gs and wouterb.be/gs-b. Nibbler says I only have wouterb.be/wbpress.

You could reconfigure your website with sub domains instead of sub directories wouterb.be -> wouterb.be/wbpress, gs.wouterb.be -> gs.wouterb.be/gs, etc., which would be nicer anyway.

Yeah was thinking about that too. Thanks anyway for the tip.
Reply
#6
thanks! This helps alot. =)
Reply




Users browsing this thread: 1 Guest(s)