By Groupe Média Théapolis on Thursday, 26 September 2019
Posted in Technical Issues
Likes 0
Views 544
Votes 0
Hello

We would like to know which are the .php files that call the following files:

- /media/com_easysocial/scripts/site-3.1.9.min.js (1.1MiB)
- /media/com_easyblog/scripts/site-5.3.2.min.js (603,6 Ko)
- /media/com_easydiscuss/scripts/site/easydiscuss-basic-4.1.11.js (517.8KiB)
- /plugins/system/conversekit/assets/js/conversekit-1.1.5.min.js (32,1 Ko)

We would like to call them differently to try to optimize the performance of the site.

Best regards.
You can check this following files :

Easysocial
---------------

JoomlaFolder/administrator/components/com_easysocial/includes/scripts/scripts.php

LINE 311
$fileName = $this->getFileUri($this->location, $minified, $withjQuery);


Easyblog
-------------


JoomlaFolder/administrator/components/com_easyblog/includes/scripts/scripts.php

LINE 296
$fileName = $this->getFileUri($this->location, $minified, $renderjQuery);


Easydiscuss
-----------------

JoomlaFolder/administrator/components/com_easydiscuss/includes/compiler/compiler.php

LINE 272
$script = $this->createScriptTag($uri);

Conversekit
-----------------

C:/MAMP/htdocs/es31.com/plugins/system/conversekit/libraries/helper.php

LINE 608
·
Thursday, 26 September 2019 18:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, thank you very much.

Best regards.
·
Thursday, 26 September 2019 19:19
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 26 September 2019 19:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post