Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Data load time very long
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Data load time very long
#48810
Re:Data load time very long 10 Years, 3 Months ago Karma: 748
A possible solution is creating a view in your database based on the query and select data from the view by the module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48811
Re:Data load time very long 10 Years, 3 Months ago Karma: 0
YOU SIR ARE A LEGEND!

Any idea why the individual sorting from the datatables plugin isn't working, looks like it isn't responding at all.
The administrator has disabled public write access.
 
#48812
Re:Data load time very long 10 Years, 3 Months ago Karma: 748
Could you describe in more details what exactly doesn't work (probably provide a link to a page where we can see it)?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48813
Re:Data load time very long 10 Years, 3 Months ago Karma: 0
Can I send you my backoffice login to you personally? The database is within a restricted area and prefer not to give out the info over the forum?
The administrator has disabled public write access.
 
#48814
Re:Data load time very long 10 Years, 3 Months ago Karma: 748
You can send it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49853
Re:Data load time very long 10 Years, 1 Month ago Karma: 0
Hello, maybe i have the same Problem like the user told before. I have a large Database which has 8000 entries, the Database will grow up in the near future. At the moment i load up the entries to MySQL this your component i want to display the entries this the following code.

{arijdatatable bPaginate="true"}
{arisqltable}
{ariconnectionstring dbHost="test" dbUser="test" dbPass="test" dbName="test" dbType="mysqli"}
{arisqltablecolumns} {arisqltablecolumn id="ID" alias="ID" width="5%" className="idg"} {arisqltablecolumn id="NAME" alias="UserName" headerClassName="head"} {/arisqltablecolumns}
{arisqltablequery}SELECT * FROM `csv_table` LIMIT 0, 30{/arisqltablequery} {/arisqltable}
{/arijdatatable}

Everything works thine, but the load time tooks up to 18 seconds at the moment. Is it possible to load the Data faster? Here is a link to the Homepage

www.derschlachter.de/joom_restart/index.php/zeitschriften/test-index

and this is my MySQL Database



Im a newbie in MySQL, and my english not very well, but i hope you can help me.

thanks a lot
The administrator has disabled public write access.
 
Go to topPage: 123