![]() |
Minify JS and Cookies results are empty - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Minify JS and Cookies results are empty (/showthread.php?tid=11834) |
Minify JS and Cookies results are empty - txt - 10-25-2012 09:44 PM Why Minify JS and Cookies results are empty when testing with Chrome? http://www.webpagetest.org/result/121024_57_MMQ/1/performance_optimization/ With IE all is ok. http://www.webpagetest.org/result/121024_1R_MNQ/1/performance_optimization/ RE: Minify JS and Cookies results are empty - pmeenan - 10-26-2012 03:01 AM Pretty sure neither of those optimization checks have been implemented in wptdriver because we aren't really pushing them as significant optimizations. RE: Minify JS and Cookies results are empty - txt - 10-26-2012 03:57 AM Thanks for reply. In private installation how can we enable those optimization checks for Chrome and Firefox? RE: Minify JS and Cookies results are empty - pmeenan - 10-26-2012 04:08 AM It's not so much that they aren't enabled, it's that the code wasn't copied over from pagetest.dll to wpthook.dll :-) I opened up a bug to track it and hopefully will be able to get it done in the next couple of weeks - http://code.google.com/p/webpagetest/issues/detail?id=123 |