Best Practice for Caching
I'm running 7 wordpress sites plus a standalone forum. Roughly i get about 150,000 to 200000 pageviews a day. I hope your swap usage is zero. If not you need more ram or find out whats using all that...
View ArticleHow to avoid landing page redirects?
Thanks, but it even makes the problem worse. After changing it to https://javipas.com I had only two GETs instead of three. I guess there's something in my nginx config files that isn't right.
View ArticleHow to avoid landing page redirects?
Look at your: /etc/nginx/conf.d/force-ssl-javipas.com-conf you disbaled this line: return 301 https://$host$request_uri; and introduced this one: return 301 https://javipas.com$request_uri; I think...
View ArticleHow to avoid landing page redirects?
Thank you again Ingo! I've changed that line and I still get two GETs but I will check it later again to avoid the cache making the tests deceiving in this first moments. I don't know how to check eht...
View ArticleVimbadmin unexpected error
Hello everyone,I still can not solve this problem ... no one has an idea? Cheers,-- ٠̩̩̩Яا⚉ ḍḁ ㅒД╰ṽᴬ®Е☡
View ArticleBest Practice for Caching
A customer of mine has 27 WPs in 1GB RAM and everything runs like a charm. It depends more on your code (theme + plugins) than any other factor.
View ArticleHow to avoid landing page redirects?
I really don't understand your problem. If you don't want the redirect from www to the domain, just don't link anything with www and there won't be any redirects. What am I missing?
View ArticleHow to avoid landing page redirects?
There's nothing with www, at least not in the homepage. If you take a look at the waterfall attached on the first message, the first two GETs are to javipas.com. That's the right thing to do, but......
View ArticleHow to avoid landing page redirects?
You are wrong. There are several links pointing to www.javipas.com. Open the page source (CTRL-U, Command-U or whatever) and pay attention to all details. Or try: wp search-replace...
View ArticleHow to avoid landing page redirects?
Right, thanks. I'll try that search-replace to fix also those http://www.javipas.com (again, they should all be https://javipas.com) to see if the problem goes away. I don't think it will though. I'm...
View ArticleHow to avoid landing page redirects?
You don't have to mess with any Nginx configuration with EE. The defaults are pretty fine.
View ArticleMS-DOS Application (conf file)?
Hello,I'm new too Easy Engine, just install it today on my server.. when I create php site using this command :, ee site create example.com --php the .conf file read as MS-DOS App, never see that...
View ArticleHow to skip cache when response size is low
Hey guys, I use easyengine with the srcache-nginx-module and search for a solution to skip the store-mechanism if the response body length is low (or even 0). So I want to set the srcache_store_skip...
View Article'ascii' codec can't decode byte 0xc2 (EE 3.3.8)
I do not really like to revive old/aging posts, but I stumbled across this issue in EE v3.7.4 So, it was either start a new thread, or revive this one. I flipped a coin The error I'm getting reads:...
View ArticleRtMedia plugin Not working! even on default theme
RtMedia is not working at all for me.I have only buddypress, and rtmedia activated with the default theme. Images do not post to feeds, or add to media gallery. SoundLyft.com user/passdemodemo Please...
View ArticleRtMedia plugin Not working! even on default theme
FIXED!! not sure how but you def need to set a certain setting when initially setting up site and rtmedia. Was not working.
View ArticleRtMedia plugin Not working! even on default theme
@gorvie, That's great I was wondering though, could tell us more about the setting that you had had to change to get rtMedia running? That would help us avoid such situations in the future! Best, Joel...
View Article