BUG: performance drain on non-root install
-
I’ve installed my wordpress in https://www.domain.com/wp, but it governs domain.com
In the media settings i give an absolute path for storing images /var/www/domain.com/files
and in the full url to files to be https://www.domain.com/files
So when I enable the plugin, whenever I load a page with images with a local path, like src=”/files/image.jpg”, I see in the Apache server logs that the server is returning 404-errors for /wp/files/image.jpg. this makes sense, as the image is at /files/, not at /wp/files, thats only the seat of the wordpress install.
and then it takes a loooong time before the page to load. In the end the page displays just loads fine, and returns a 200 OK.When i check the
Do not get image sizeoption, the page time is normal again.
So it seems like the plugin is not respecting the local image sizes, polls the wrong location, which then stalls the total page load.
Also, when i disable the plugin, my page load times are also normal again.
The topic ‘BUG: performance drain on non-root install’ is closed to new replies.