great, its fine for our platform astpp 5.0, now its faster, thanks @jmurraysolutions
This information is really useful and it helped me too.
However, when I apply a filter in the CDR and I have several pages of 10 records each, when moving from the first to the following ones, the system stays processing.
What file should be modified so that the CDR also works quickly when performing a filter?
Thanks for your attention and help.
I fix this on my own servers by combining AJAX calls. Performance improvement is quite drastic if there are a large number of records. It also depends on how much latency there is between you and the server.
Here are my install notes for anyone that might be interested. It should just be cut & paste and you can easily enabled/disable this by changing one line.
There are two other simple speed improvements explained in that document. Combining AJAX calls makes the biggest difference though.
Hi @sman123 who versión this fixed?, i make this adjust into astpp version 6.0, because is ver slow , into inspección network browser generate loop with get_language_text… get_language_text…get_language_text and so one …
Please help me
i make this fixed is not found… still with slow …
I think I did the fix on v4 community edition. It should work on v5, 6, 7, 8…900 etc. since they just keep changing version numbers without actually updating anything significant in the code.
You have to first figure out why your system is slow. My fix is for slow Ajax calls. ASTPP makes a lot of them, so if the you have more than a few ms ping time between you and the server it adds up. You can very easily figure out of your bottleneck is slow Ajax calls using Google Chrome Developer mode and then watching “Network” tab when you refresh a page.
@sman123 It seems you need to be updated with recent improvements, monthly released tags, go check under releases
Anticipate a consistent occurrence over successive months.