Giter VIP home page Giter VIP logo

inchoo_apc's People

Contributors

arosenhagen avatar buric avatar itabsmherold avatar kojoman avatar sprankhub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

inchoo_apc's Issues

Listen to "Magento Flush Cache" Buttons

I'd recommend also adding a listener to the two "flush all" buttons that Magento provides. Here's an example from Phoenix Varnish PageCache clearing code:

https://github.com/PHOENIX-MEDIA/Magento-PageCache-powered-by-Varnish/blob/master/app/code/community/Phoenix/VarnishCache/etc/config.xml#L137

            <controller_action_postdispatch_adminhtml_cache_flushAll>
                <observers>
                    <varnishcache>
                        <type>singleton</type>
                        <class>varnishcache/observer</class>
                        <method>cleanCache</method>
                    </varnishcache>
                </observers>
            </controller_action_postdispatch_adminhtml_cache_flushAll>
            <controller_action_postdispatch_adminhtml_cache_flushSystem>
                <observers>
                    <varnishcache>
                        <type>singleton</type>
                        <class>varnishcache/observer</class>
                        <method>cleanCache</method>
                    </varnishcache>
                </observers>
            </controller_action_postdispatch_adminhtml_cache_flushSystem>

404

404 Whoops, our bad... when clicking on button.

Do you need to do anything else than copy files to server? Magento Community 1.7...

Issue in 1.9 Version

It seems this extension is not working on version 1.9+. I have installed it and got error on admin area. Any suggestion?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.