Seph
Forum Replies Created
-
Same problem here.
Forum: Plugins
In reply to: [Warm Cache] Reseting the StatsWould’ve been nich if you posted it as well. 😉
Forum: Plugins
In reply to: [Warm Cache] Plugin is not cleaning up transients from wp_options tableI have the same problem. HOw did you solve it?
Forum: Plugins
In reply to: [W3 Total Cache] Cachine mobile/responsive version?What is with the user agents settig and pass through. These are mobile agents. Does pass through active mean that the content wouldn’t get cached for mobile users? So “pass through the cache”? Because that setting is activated.
Forum: Plugins
In reply to: [W3 Total Cache] How to exclude my "new articles" function from being cached?Ok. How can I set that up in w3?
Forum: Plugins
In reply to: [Autoptimize] Weird problemSo…you think start to render time is something to focus on? I checked the mobilegeeks site out of interest and I noticed that their start to render lag is even bigger than mine. Still, their page is insanely fast, one of the fastest I’ve ever used.
Forum: Plugins
In reply to: [Autoptimize] Weird problemYeah, I killed it. Nevermind guys, thanks for your support. I really don’t know what do right now, but at least I know now that the page isn’t as slow as I thought it is. 😉
Forum: Plugins
In reply to: [Autoptimize] Weird problemI activated the code snippet – it killed my section menu. 🙁
Forum: Plugins
In reply to: [Autoptimize] Weird problemThanks for the feedback guys. Could you point me to that image that has the problem? Or is it all images in general?
I’d also be happy if someone could point me to a dev who can help me with cleaning up the css files/css load order.
Forum: Plugins
In reply to: [Autoptimize] Weird problemHey there,
maybe my view is a little tainted. Is it about as fast as mobilegeeks.de for you?
Greetings
MatthiasForum: Plugins
In reply to: [Autoptimize] Weird problemHi Frank,
yeah, you are right.
But my issue right now is that my page is absolutely slow. It performs great in benchmarks but the real life performance is just bad. I click on an article, I can count to 4 and then soemthings loads. The response is just bad. I don’t know if that has something to do with caching issues w3, ao and server side caching conflicting each other.
My dev I had back then isn’t available anymore and it is very hard to find something who REALLY knows what is going on. Internet is full of people who promise to fix something and then they break it….
Forum: Plugins
In reply to: [Autoptimize] Weird problemThanks guys.
Is there a way for me to complety opt out of AO und w3 and the changes they made without hiring a dev again?
It seems like simply deactivating the plugins doesn’t do the job.
Forum: Plugins
In reply to: [Autoptimize] Weird problemSure:
I can give you a case as well.
I’m tring to change the color of the text inside the mega menu (when it pops out, the text under the images)
The code for that is:
#section-menu .compact-panel .article-title {color:red}
#section-menu .article-info {color:red}It works fine as long as AO is activated. The moment I deactivte it, the change doesn’t show anymore.
Similiar examples:
– You see on my front page the article row on the right? There is bold text on the images. When I disable AO, the font-weight changes to thin. I don’t know why.
– I’m using a plugin called mashshare for my share buttons. I had to exclude all js/css files from the plugin in AO to make it work EXCEPT one. The mashsb.min.css has to be INCLUDED in AO. Only then the css settings I apply inside th emashshare plugin would show on the page. Seemed very weird and I’m just puzzled on what is going on there.Seems like the css load order is somwehwat off now.
I’m not sure yet but I don’t think that it is your plugin causing the issue. Thank you.
Forum: Plugins
In reply to: [WP GIF Player] How to center?Oh, I gave it a special class since I thought there was none. I always wrote the class in the html code of a post. THank you, this should help.