Open the-hotmann opened 5 years ago
This plugin does nothing on 5.6. This feature is now in core. Have you Link headers?
Link Headers? How do I check if I do have this?
I checked the Response of the html File and the Header, on the first Load there is this Header:
h2-pushed: </web/cache/1573060604_a5ca549df789aefe5cb7ea0c274f6ee5.js>
But when I reload its not there anymore
Also does this Plugin support forcing the compiled/combined CSS File to be pushed? Makes a lot of sense to me as it gets handled as "inlineCSS" and no renderblocking
They will be only pushed once. Otherwise, is the performance slower than without
Dont get this, if you already have the ressources that normaly are pushed then you do not request them again, you just pull them out of the Cache. Means: if you have to load them again (Force reload) it cant be faster without pushing then with pushing, also the JS and CSS Files are getting 'invoked' at a different time, which leads to inconsistent behaviour.
But again this all is not explaining why it is not pushing the css File!?
They will be pushed only once, because they are then in the browser cache. Not need to push it on every request. It is slower, cause the response is bigger and the client does not need it, cause its on client cache. When you push on every request, the chrome developer console will show also a warning 😉
When you push on every request, the chrome developer console will show also a warning 😉
Never seen a warning in Chrom Dev Console for pushing. Could you pls show me what you mean?
Actual behaviour
At the first load (anonym Tab) the .js File gets pushed with HTTP2/Push but the .css File not, also the the second load (hard reload to reload all ressources) no even a single File is getting pushed with HTTP2/Push. On the same Server a TYPO3 page is hosted and works flawless every time you call the page, no matter what, its pushing the selected Files all the Time, not just at the first call.
Also the .css Files never gets pushed, is there a way to force this plugin to do so?
Expected behaviour
Pushing all Files everytime, on every call
Environment
Debian 9.11 Plesk 18 Shopware 5.6.2
Steps to reproduce
Checklist
--
♥ ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY ♥