[HELP] SOME BUG on WORDPRESS SITE

Qoins

Regular Member
Joined
Aug 13, 2015
Messages
299
Reaction score
82
Well, So I am not sure what went wrong. I installed WP Rocket and Imagify in order to speed up my website.

It now shows a full buggy version of the site when I am not logged in to the wordpress account. But looks fine when I am logged in. Anyone got a clue why this is happening?
 
I can't remember what plugin it was, but I had an issue once where WP Rocket was conflicting with another plugin and on that particular site, I ended up not being able to use WP Rocket as their support were not able to get it working either. So perhaps there is a conflict?

Perhaps try installing just one of those plugins first, make sure you clear all cache - plugin cache and local browser cache, then test.

If it still does not work, then disable all plugins on your site one by one to try and rule out there being any conflicts. Try default theme as well to rule out a theme conflict.

Also, try disabling some of the WP Rocket features such as combine CSS, minify, JS defer and so on - basically get it running at the most basic level to rule out potential issues.
 
Well, So I am not sure what went wrong. I installed WP Rocket and Imagify in order to speed up my website.

It now shows a full buggy version of the site when I am not logged in to the wordpress account. But looks fine when I am logged in. Anyone got a clue why this is happening?


Try clearing website cache, but could tell this has to do with plugin/theme conflict.
 
I can't remember what plugin it was, but I had an issue once where WP Rocket was conflicting with another plugin and on that particular site, I ended up not being able to use WP Rocket as their support were not able to get it working either. So perhaps there is a conflict?
Hey, Thanks for your reply. I just deactivated the WP Rocket plugin and the site looks fine. Did you end up using some other plugin to make the site faster?
 
Hey, Thanks for your reply. I just deactivated the WP Rocket plugin and the site looks fine. Did you end up using some other plugin to make the site faster?


Make sure there is no active cache plugin like WP total cache activated. Instead of having WP rocket deactivated totally.

You should try check/uncheck options provided on the dash - That should quickly figure out where the conflict is coming from. Could be JS, CSS minification etc
 
Make sure there is no active cache plugin like WP total cache activated. Instead of having WP rocket deactivated totally.

You should try check/uncheck options provided on the dash - That should quickly figure out where the conflict is coming from. Could be JS, CSS minification etc
Aah well I thought about it but then i was like, I could simply use a different plugin. + I think the whole website layout is the problem. If you look at the image below

1614262485780.png

I thought downloading WP Rocket would help me tackle those. But it didn't so I assume it has something to do with the theme or something.
 
Also disable ADblocker when you view some sites (include yours), i found many times adblocker will conflict with my own sites, what a shit....
 
If you're using vps you can use Openlitespeed with WP. It has its own plugin for page speed optimization. For image optimization i use reSmush.it

Here page test on pingdom, still need some optimization but it's worth cause it just using free free plugin.

Screenshot_20210225-212431~2.png
 
Aah well I thought about it but then i was like, I could simply use a different plugin. + I think the whole website layout is the problem. If you look at the image below

View attachment 164516

I thought downloading WP Rocket would help me tackle those. But it didn't so I assume it has something to do with the theme or something.

1614262485780.png

In my opinion, the main problem is you are using a large-size image in your header. That kind of image will need a lot of time to be loaded and can destroy your core web vital score. I had experienced a similar problem, and here how I fix it (without any plugins) :

1. Use a smaller image (or compress your current ones)
2. Make sure to load that specific image first using rel="preload" by adding this line into your HTML header : <link rel="preload" href="put your image URL here" as="image">

i can improve my pagespeed from 60 to 90+ just by doing this. Good luck!
 
Back
Top