OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM Cache solutions

This topic contains 1 reply, has 2 voices, and was last updated by  yyevtushenko 6 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #30779

    Tyler
    Participant

    Hello,

    Which kind of cache do you recognize for orocommerce and orocrm ?
    Do you thinks, a Varnish cache is enough ?
    Or there are somethings like varnish or whatever better than varnish ?

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #30780

    yyevtushenko
    Participant

    Hello

    As an out of box solutions orocommerce/orocrm supports FilesystemCache, PhpFileCache, MemoryCache, ApcCache, but all of these caching mechanisms are working inside of an application, i.e. cache results of execution of certain operations/processes. You can read more about caching in documentation – Cache in Oro Application

    The thing is that Varnish is working outside of any application, providing caching for the whole pages of your site. This type of caching is called proxy caching. When speaking about orocommerce, I would not recommend to use proxy caching to cache pages, as it would break them because of forms and dynamic content. You could use such caching only for media files (e.g. pictures), but it’s not very efficient.


    Regards,
    Yefim Yevtushenko
    Software Engineer at Oro Inc

Viewing 1 replies (of 1 total)

The forum ‘OroCRM’ is closed to new topics and replies.

Back to top