Miso

Results 9 comments of Miso

This is so silly... this major issue has been around for 6 months now and nobody's managed to fix it and push it to official PECL release yet?

Oh, so I am not crazy and it does happen to others as well.... phew.

> I found out what's happening, or at least part of it: my placeholders were all marked as typos, but just the word itself, not the curly braces surrounding them....

> I found something in another thread that fixed issues I had. > > Add `ini_set("pcre.backtrack_limit", "23001337");` `ini_set("pcre.recursion_limit", "23001337");` > > to the start of your PHP file; this will...

I find it interesting that with the latest version 2.22.1 the performance is quite an issue on Firefox (with zebra, filter, ui-theme widgets enabled) and it takes about 10 seconds...

I've also tried implementing these (ajax loading of extra data): https://mottie.github.io/tablesorter/docs/example-pager-ajax.html https://mottie.github.io/tablesorter/docs/example-widget-pager-ajax.html but the sorting or filtering on those examples alone isn't working at all, so if I add the...

Ahh... so if I go the ajax route, the client can only sort/filter through the data set that they've loaded. Hmm, ok, there goes that idea then. I'm already using...

Client requirements, unfortunately. And even if I add the Bootstrap "Select Columns" button/option for the client to select which columns they want to show/hide on load, the full 50 columns...

I'm playing around with loading times, pieces that are being called and loaded to figure out what's bringing it to a crawl... And I've looked at the editable widget (you're...