-
Notifications
You must be signed in to change notification settings - Fork 2
HTTP2/Push not working as expected #28
Comments
This plugin does nothing on 5.6. This feature is now in core. Have you Link headers? |
Link Headers? |
I checked the Response of the html File and the Header, on the first Load there is this Header:
But when I reload its not there anymore Also does this Plugin support forcing the compiled/combined CSS File to be pushed? |
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. 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. |
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
I also can provide some screenshots from the Google Chrome DevConsole (Network Section)
Checklist
--
♥ ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY ♥
The text was updated successfully, but these errors were encountered: