Posts by Kol • 59 points
5 posts
-
0
votes1
answer71
viewsQ: Extending javascript function with parameters
I wonder if it is possible to extend a javascript function without having to repeat the parameters, as if it were a constructor, I currently use it like this: function DefaultRun(args1,args2) { }…
-
0
votes1
answer61
viewsQ: Elasticsearch Inner with shop
In my project there are about 40,000 products from different stores, but to return a search for Elasticsearch,I need the city and state filter where the store is located. The problem is this, if a…
-
1
votes2
answers325
viewsQ: Jquery - Best way to select the same element
My system works in the form of SPA (Single Page Application), I load all the functions that I will use in the system in a single file (which is light by the way), the problem is that every time I…
-
3
votes1
answer132
viewsQ: Server cache
I have a system that holds more than 2000 clients and it keeps increasing, and every time they do a search, they call mysql with more than 20,000 items (and this number also continues to increase),…
-
1
votes0
answers124
views