jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - intrelis

Pages: [1]
1
General Questions / Plugin slowing down Joomla?
« on: March 05, 2014, 06:08:06 pm »
This was the load time with the plugin on:
Code: [Select]
Application 0.001 seconds (+0.001); 0.68 MB (+0.684) - afterLoad
Application 7.236 seconds (+7.235); 5.85 MB (+5.169) - afterInitialise
Application 7.336 seconds (+0.100); 7.42 MB (+1.571) - afterRoute
Application 7.677 seconds (+0.341); 10.07 MB (+2.647) - afterDispatch
Application 7.890 seconds (+0.087); 12.01 MB (+0.613) - afterRender

This was when I turned it off:
Code: [Select]
Application 0.000 seconds (+0.000); 0.68 MB (+0.684) - afterLoad
Application 0.188 seconds (+0.188); 5.79 MB (+5.106) - afterInitialise
Application 0.237 seconds (+0.050); 7.36 MB (+1.571) - afterRoute
Application 0.537 seconds (+0.299); 10.01 MB (+2.647) - afterDispatch
Application 0.706 seconds (+0.073); 11.75 MB (+0.613) - afterRender

And this is when I enabled it once more:
Code: [Select]
Application 0.004 seconds (+0.004); 0.68 MB (+0.684) - afterLoad
Application 2.352 seconds (+2.347); 5.85 MB (+5.169) - afterInitialise
Application 2.419 seconds (+0.067); 7.42 MB (+1.571) - afterRoute
Application 2.688 seconds (+0.269); 10.05 MB (+2.623) - afterDispatch
Application 2.883 seconds (+0.062); 11.96 MB (+0.613) - afterRender

Any idea what might be causing this? It seems that disabling it and enabling it somehow made it run faster, as it never went under 6.8 seconds before. Still, the site loads in under 1 second without the jDiction plugin. I think there might be something that's not configured right on my end...

2
General Questions / Switching between articles with Joomla default
« on: February 28, 2014, 08:23:46 pm »
I know it is not possible with this plugin to disable an article for a specific language, you have said so yourself in the past. So as suggested, I am using, when needed, the default Joomla solution, which is to create two (or more) articles and publish each of them only in the desired language. However, an error occurs when I try to change the language from within the article. Since the same article in two different language is actually two different articles with two different IDs, the jDiction link that looks for the ID, ?view=article&id=XXX, gives a 404 error. I realize hardly anyone is going to switch the language from within an article, but it is not impossible, if they arrived from, say, google. So it bothers me and I can't find a solution. Any ideas?

3
General Questions / DIfferent target url for different languages
« on: February 05, 2014, 10:39:25 pm »
Is it possible to have the same menu item lead to a different page depending on the language? I don't think it is possible, so what I am actually asking for is a workaround. I am trying to have the "forum" menu item point to different pages for the different languages. Is there any way to do it?

4
Install & Configure jDiction / All translations show as the same language
« on: October 10, 2013, 04:28:19 pm »
Be it an article, a module or a menu title, it always shows in the default site language. I have both backend and front end languages the same (ES), the content languages are set properly, the plugins and module are activated, and all articles' and modules' language is set to "all". The jdiction plugin is nÂș1 on the list as well. I am using JCK editor. Tried changing to tiny, but I couldn't save the articles, getting a "If you leave this page content will be lost" alert when pressing save.

Code: [Select]
Version
    Library Version: 0.9.9.10
    Joomla Version 2.5.14 is untested.

Plugin
    JDiction Plugin is enabled
    Languagefilter is enabled

Database
    jDiction Database Driver is not selected

Language
    Seam to be good

Module
    Module is enabled

The problem seems to be the driver, right? However, I tried to change the database in the global config and all I got was the "Can't connect to database" error. Had to change it back from config.php. I am getting cross-eyed here...  :D

Pages: [1]