Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • perdu Friend
    #133297

    Is there a way to make the Ja news module utilise the joomla cache system. There’s no option in the module to cache it and looking at the site in debug I can see that it’s producing an enormous amount of queries in the database – over 300 which is unacceptable.

    perdu Friend
    #270327

    Managed to fix it – for anyone else that wants to reduce the database queries and speed up this module go to modulesmod_janews and open up mod_janews.xml then scroll down and find <params> add this code straight after (you’ll see the other params) and save:

    <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
    <option value="0">No</option>
    <option value="1">Yes</option>
    </param>

    Then in your admin panel go to modules find ja news and you’ll see you now have the option to cache this module. For me it’s reduced the queries from 345 to a mere 12.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  perdu 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum