WordPress: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny mNo edit summary |
||
Line 232: | Line 232: | ||
'''Minify and merge Javascript and CSS''' | '''Minify and merge Javascript and CSS''' | ||
Page load can further optimized by minify and merge Javascript and CSS files. | Page load can further optimized by minify and merge Javascript and CSS files. The plugin [https://wordpress.org/plugins/merge-minify-refresh merge-minify-refresh] can be used to achieve this. The following example installs the plugin and creates an additional directory required for the plugin to work. This hack is specified for one specific instance for the domain ''example.org'' (replace all occurrences with your preferred domain name). Don't forget to enable the plugin in the Wordpress admin interface. | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> |