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?

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?

Comments

  • ThemeSteamThemeSteam I love VanillaForums

    Hi,
    Link please.

  • jackmaessenjackmaessen ✭✭✭
    edited December 2016

    here you can see how to optimize your webpage loading time: https://gtmetrix.com/

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @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.

  • RiverRiver MVP
    edited December 2016

    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.

  • @ThemeSteam said:
    Hi,
    Link please.

    The site is offline now, it will online in about a week:/> @whu606 said:

    @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.

    Thanks for the link, will check it out now.> @River said:

    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.

    Thanks for this!

Sign In or Register to comment.