Jump to content
Search Community

Strange calls in FF's performance tab

Lynesth test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hi there !

 

I ran FF's performance tab to check some things and noticed calls to functions from scripts that are hosted on your website (all GSAP scripts included in my page are loaded from local files).

 

Here are the "culprits" (not sure if I should disclose the whole URL so I'll just give the filenames):

commonEmbedHandler.js

externalEmbedHandler.js
root_library.js.SOME_KIND_OF_MD5.js

 

May I know what this is ?

 

Thanks,

 

Lyn.

Link to comment
Share on other sites

Ok nevermind this, it seems that the performance thing isn't as good as it says it is.

Closed FF, retried, everything's fine.

 

And I seriously wasn't doing anything special. I even tried with a page containing only this:

 

<html>
<body>
    <script src="/js/TweenMax.min.js"></script>
</body>
</html>

 

and still got those calls recorded in the call tree :/

firefox_2018-06-05_00-43-30.png

Link to comment
Share on other sites

I was only including the local file not doing anything else so it shouldn't even have those calls to the cdnjs version... I'm not sure, maybe it was catching calls from others pages or something.

 

Well it's working now so it's good.

 

Since I'm here, I have a little question, but I'll make another post I think.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...