Open supermueller opened 6 years ago
It’s the localhost.my-website.com virtual host name. Switch that out for a simple vhost like project.site or something similar and you’ll be set
Sent from my iPhone
On Mar 23, 2018, at 03:25, Karsten Müller notifications@github.com wrote:
Quick, short summary:
Using browser refreshing on a WordPress website the WordPress theme’s CSS file will be duplicated each time. This causes hang up the browser after a while.
Expected results:
The WordPress theme’s CSS file should not be duplicated.
Actual results:
After each browser refresh CodeKit appends an additional link tag with the WordPress theme’s CSS file to the head of the html file (see code example at the end).
My configuration
In MAMP Pro the Website host is set to http://localhost.my-website.com:8888/. In CodeKit the external server address is also set to http://localhost.my-website.com:8888/. In WordPress the website url is also set to http://localhost.my-website.com:8888/. The URI in the browser is http://localhost:5757/ (the IP or “This Mac only“ addresses also aren’t working). Using CodeKit 3.5.2, WordPress 4.9.4–de_DE, Chrome 65.0.3325.181, MacOS 10.12.6, MAMP PRO 4.2.1
Code example:
…— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Nope: I have renamed the host to localhost.mywebsite
and still have this issue.
Right. Drop localhost; that’s the point. It should be something like “mywebsite.site” or “mysite.work” etc. Do not use .dev.
Sent from my iPhone
On Mar 23, 2018, at 08:13, Karsten Müller notifications@github.com wrote:
Nope: I have renamed the host to localhost.mywebsite and still have this issue.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
… I have now tested it with “mywebsite.site” – still the same.
Which plugins are running on this WordPress site?
Quick, short summary:
Using browser refreshing on a WordPress website the WordPress theme’s CSS file will be duplicated each time. This causes hang up the browser after a while.
Expected results:
The WordPress theme’s CSS file should not be duplicated.
Actual results:
After each browser refresh CodeKit appends an additional
link
tag with the WordPress theme’s CSS file to the head of the html file (see code example at the end).My configuration
http://localhost.my-website.com:8888/
.http://localhost.my-website.com:8888/
.http://localhost.my-website.com:8888/
.http://localhost:5757/
(the IP or “This Mac only“ addresses also aren’t working).Using CodeKit 3.5.2, WordPress 4.9.4–de_DE, Chrome 65.0.3325.181, MacOS 10.12.6, MAMP PRO 4.2.1
Code example: