Wegen der GoogleMaps Erweiterung hab ich mal im entsprechenden Forumsteil https://community.contao.org/de/foru...dlh_googlemaps einen Beitrag geschrieben, vielleicht weiss dort jemand was.
Was mir aufgefallen ist: das PageSpeed Tool beanstandet immer noch dass ich css minimieren soll. Allerdings habe ich die Erweiterung yui-compressor installiert, und in den Einstellungen diese als Standard CSS- / Javascript-Minimierer ausgewählt.
Ich habe auch den cssMinimizer ausprobiert, aber damit wird das ganze Layout zerstört. Allerdings ist mit diesem Minimizer die CSS Datei deutlich kleiner als mit yui.
Ein Blick in die Error.log zeigt u.a. folgende Einträge:
Code:
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: proc_open() has been disabled for security reasons in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 123
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: fwrite() expects parameter 1 to be resource, null given in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 132
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: fclose() expects parameter 1 to be resource, null given in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 135
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: stream_get_contents() expects parameter 1 to be resource, null given in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 137
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: fclose() expects parameter 1 to be resource, null given in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 138
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: stream_get_contents() expects parameter 1 to be resource, null given in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 140
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: fclose() expects parameter 1 to be resource, null given in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 141
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: proc_close() has been disabled for security reasons in /contao/system/modules/yui-compressor/AbstractYuiCompressor.php on line 143
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: Missing argument 1 for ThemePlus::wrapJavaScriptLazyInclude(), called in /contao/system/modules/theme_plus/ExternalJavaScriptFile.php on line 110 and defined in /contao/system/modules/theme_plus/ThemePlus.php on line 760
[30-Aug-2013 15:42:11 Europe/Zurich] PHP Warning: Missing argument 1 for ThemePlus::wrapJavaScriptLazyInclude(), called in /contao/system/modules/theme_plus/ExternalJavaScriptFile.php on line 110 and defined in /contao/system/modules/theme_plus/ThemePlus.php on line 760
[30-Aug-2013 15:42:20 Europe/Zurich] PHP Warning: Missing argument 1 for ThemePlus::wrapJavaScriptLazyInclude(), called in /contao/system/modules/theme_plus/ExternalJavaScriptFile.php on line 110 and defined in /contao/system/modules/theme_plus/ThemePlus.php on line 760
[30-Aug-2013 15:42:20 Europe/Zurich] PHP Warning: Missing argument 1 for ThemePlus::wrapJavaScriptLazyInclude(), called in /contao/system/modules/theme_plus/ExternalJavaScriptFile.php on line 110 and defined in /contao/system/modules/theme_plus/ThemePlus.php on line 760
[30
bedeutet das, dass der yui-minimierer gar nicht arbeitet? kannst du damit etwas anfangen?