How to cache Magento ver. 1.9.3.1 using page rule

How to cache Magento ver. 1.9.3.1 using page rule

FYI- Only one page rule left.
CF is not performing well on my Magento subdomain which is https://booking.go4safari.com
Main domain has no issue (https://www.go4safari.com)

If i add below pagerule to magento, “one page checkout” won’t work correctly (refer attachment 3rd rule)

Below you can find more screenshots of performance.

Help is greatly appreciated. Thank you in advance

The site loads relatively quickly for me, but there’s a lot going on. All those .js files really add up. It looks like you’re using Rocket Loader, so there’s not much you can do about the .js files.

For that third Page Rule, I would match booking.go4safari.com/ (no *). I don’t see anything on the main page that’s a cache disaster for different visitors. I do see that the cart updates with a count. The worst that would happen is an incorrect item count on only the front page. It’s not ideal, but it’s your only option to speed up that page.

The low cache-hit ratio is only a server bandwidth problem. It would be nice if there were more cache hits, but if resources are loading quickly, I wouldn’t complain. As it is, the site is about fast as it can be (for me) with all that’s going on.

You could try turning off Rocket Loader, as that’s adding some load time that may be unnecessary. Sometimes that helps. Google Analytics isn’t very speedy, but you probably really like having the data.

Now…to really hack the site with some dev tweaks (if you’re not a dev, you’ll need to find one):

  1. Load Google fonts locally (https://google-webfonts-helper.herokuapp.com/fonts)
  2. Load Font Awesome fonts locally (Get Started | Font Awesome Docs)
  3. Load your theme’s “my.css” file locally, instead of from wide-fx.com
2 Likes

Thank you very much for the insight. I will get back, after applying those changes…

1 Like

In addition to what you mention i also did below development tweaks (that i found on youtube). looks like the problem solve . Thanks

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.