HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to speed up my website?
![VanillaBoy91](https://secure.gravatar.com/avatar/89ee8f7117f6399f1d0fb5652f3f9c22/?default=https%3A%2F%2Fvanillicon.com%2F9a877493848bd37f9c9be007ab32899a_100.png&rating=g&size=100)
Hey guys, have you noticed if Vanilla slows down the overall load time of your website? Also what are some other tips for optimizing my website speed?
0
Comments
Hi,
Link please.
here you can see how to optimize your webpage loading time: https://gtmetrix.com/
@VanillaBoy91
There's no simple answer to that question, as it will depend to a great extent on your hosting situation.
If you have the required access, you would probably benefit from setting up Memcached and OPCache (see here: https://github.com/vanilla/vanilla-docs/blob/master/docs/developers/backend.html.md )
I was only able to set these up after moving to a VPS hosting solution, as my previous host didn't allow the server access needed to set them up.
Personally, I use that plus the free CloudFlare option.
There is, sadly, no one size fits all solution.
Avoid themes that load resources from lots of 3rd party sites. look at default.master.tpl , themehooks, css and keep slow 3rd party sites from hogging resources. also avoid performance hogging plugins.
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
The site is offline now, it will online in about a week:/> @whu606 said:
Thanks for the link, will check it out now.> @River said:
Thanks for this!