Click here to Skip to main content
15,908,901 members

Comments by Vibhav Ramcharan (Top 4 by date)

Vibhav Ramcharan 3-Jan-20 9:56am View    
Shafikul, I am looking at the date this was posted. Have you found a solution to this?
Vibhav Ramcharan 3-Jan-20 9:49am View    
You may want to look at using Selenium Grid (SE), https://github.com/groupon/Selenium-Grid-Extras. SE allows you to control the version of the RemoteWebDriver/ChromeDriver per test machine / PC via a json file. You can distribute a single test to multiple PC's (Nodes).
Vibhav Ramcharan 8-Oct-15 7:36am View    
I recommend trying the following:
1. Increase "Key Buffer", this should help immediately.
2. Run "mysqloptimize" and "mysqlrepair" on your tables
3. Increase table cache
4. Other recommended configuration options:
4.1 log_slow_queries = /var/log/mysql/mysql-slow.log (http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html)
4.2 long_query_time = 4
4.3 log-queries-not-using-indexes
5. switch off of persistent connections in PHP
Vibhav Ramcharan 8-Oct-15 7:27am View    
You could use jQuery to achieve this. Have a look at this, hope this helps! http://www.jqueryscript.net/zoom/