Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support pbevanudp

    (@pbevanudp)

    Hello,

    These files are generated by wp-optimize after processing your website assets. It appears that they are not found on your server. Can you please clarify the exact problem you are experiencing?

    Thread Starter Nick Symister

    (@artikelandswint)

    I setup to minify the css and js but there are not minify.

    Example: https://seidotimaru.co.nz/wp-content/cache/wpo-minify/1699462034/assets/wpo-minify-header-3b731248.min.js

    Plugin Support vupdraft

    (@vupdraft)

    Hi,

    I have checked if your site supports http2 using this tool: https://tools.keycdn.com/http2-test

    It does

    As such you should not enable minification or merging

    When loading a website from an HTTP1.1 server, A single request is processed at a single time period. therefore, the browser will first download the CSS, then another CSS, then another JS, then an image, and then the page will be rendered. This happens one after another, until all assets are loaded on the page. If you check a waterfall chart for this type of website loading, you will see that one request ends, and another one begins.

    That’s why the conventional wisdom is that merging all of these requests into a single larger request is true, and will speed up the loading time of your website. And this is absolutely true. A single HTTP request on an HTTP 1.1 based server will always load quicker than multiple, as there is no waiting period.

    With HTTP 2, All requests are loaded simultaneously. There is no waiting process, and there are the same number of connections for the number of assets being requested. Therefore, merging and minifying will simply create a larger file, taking a longer time to upload and download, leading to a longer render process for the website. By keeping all of your individual files unmerged and minified on WordPress, they can all load at the same time, and each upload and download is for a smaller file, resulting in a quicker loading time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘JavaScript and css not minified’ is closed to new replies.