Venkat Raj
Forum Replies Created
-
@propixelmedia Updating to latest version (3.2.7) should solve the issue
The braces aren’t missing. The web developer tool just indicate that style rule is under a media query, not showing full code.
@apeoclock Ok. In that case the delay is expected behavior. And after the delay the compressed image will be served automatically and you don’t have to replace it manually.
@samdobrow Could you please post here the actually enqueued Google fonts URL in your theme or plugin?
Either the enqueued URL is malformed or WP Optimize misinterprets the subsets while merging multiple google fonts. So posting the actual URLs will help us to solve the issue.
Thanks
@apeoclock You need to turn this option on
Yes, it will take some time and compression will be done using cron job.
This is so because while creating / editing a page, you don’t want to face performance issues due to immediate compression script running.That said, you don’t have to manually refer compressed image. It was done automatically by WP Optimize
Hi @notos ,
In any browser you could open
Web Developer Toolsby pressing eitherF12orCtrl+Shift+IA pair of curly braces are missing in the screenshot (so in copy/pasted code)
Correct code would be@media only screen and (max-width: 959px) { body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link { display: block !important; } }- This reply was modified 3 years, 10 months ago by Venkat Raj.
Hi @henk-barreveld and others who experience the same,
As @josklever told the issue was fixed, but if you still experience it, please try to do a clean installation of WP Optimzie
Regards,
Venkat@marjolein64 Could you please profile PHP error log? Or the detail about which directory triggered that Apache error?
@francoc30 Do you still experiencing this? Are you sure you aren’t updated navigation menu or a widget or used customizer?
If the problem persists, please submit a support ticket here…
https://getwpo.com/ask-pre-sales-question/@reeper6868 Please submit support ticket , so I can take a look.
@henk-barreveld We’ll make necessary changes in the upcoming release
@notos In your the
OceanWPthe custom logo is hidden with this CSS rule@media only screen and (max-width: 959px) body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link { display: none; }Either remove it or Make it
display: blockand it should workHi @reeper6868
Could you please provide full error log to find out the issue? When is it happening? Doing databse optimization or image optimization?
If you are unable to provide further information, Please submit a support ticket here https://getwpo.com/ask-pre-sales-question/
I’ll look into this further
Like yourself, some users copy / migrate one site to another location using, say updraftplus. In that case because of incorrect
configthe caching won’t work, but it also won’t throw any error. In version3.2.6we fixed that by adding an error log entry .It is not
hard codedbut generated on the fly using database entries and writing it to a file. This is need, since caching serves static html files (even before fully loading WordPress files) and it needs to know what are the cache settings preferred by user.Yes, there are some settings changes to improve performance and page load speed.
I couldn’t fully understand what your question is, so, could you please explain it further?
Hi @gogosacco ,
We do batch processing for preload. i.e. we create a task for every URL.
Somehow, when a task is no longer available , the above mentioned issue is happening and will be fixed in the upcoming release.Regards,
Venkat