WP Dashboard not displayed properly
-
For the last few days, I encountered display problem of the WP dashboard. It just showed one column on the left side but nothing on the right. I worked with my hosting company support. They finally found the cause. They inserted a statement in wp-config file to disable concatenation of scripts and SCRIPT_DEBUG is set to true. This restore the normal appearance of the wp dashboard.
In my WPO setting, I have page cache, minification of javascripts and css enabled. Also merging of javascripts and css is enabled. But now because of the statement in the wp-config file, all such functions are disabled. I now lost the benefits of the minification and merging. Is there a way to get them back, either on the javascripts or css or both, without causing wp dashboard problem?
Also I have about 40 plugins on my website. Merging all scripts creates a large merged file. I see merged javascript and css files of 1.29mb range. For a shared server with limited resource, there appears to be a problem with processing such big merged files. Is there a way or setting that can reduced such chances and yet enable the website to benefit from the minification and merging processes?
- The topic ‘WP Dashboard not displayed properly’ is closed to new replies.