difference in link generation |
8/18/2025 9:57:02 AM |
PHPRunner General questions | |
L
luchoadmin author
Hello, I have two projects in two companies, and I have a problem I don't know how to solve. In both companies, the tables are the same. One is called production log and the other is heavy_in. One is master and the other is detailed. When I try to upload data, the link is different. and http://localhost/emrpesa2/pesadas_int_add.php?mastertable=registro_de_producciones&masterkey1=1226 The problem is that the first link, when I generate the record, takes at least 6 seconds to register it in the database, but the second link is generated in less than 1. Now, if I set up the link format for company 2, the speed also improves. What I don't know is how to get PHPRunner to generate the link for company 1 as it is generated for company 2. thank you |
|
![]() |
ChatGPT 8/18/2025 |
To resolve your issue with PHPRunner and the different link formats leading to varying performance when adding records, you can follow these steps:
By following these steps, you should be able to identify the root cause of the performance differences and configure PHPRunner for company 1 to generate links that perform similarly to those in company 2. |