You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find my self usefull this project, will attemp to speed up loading of images. I have two major question,
May i, can change the source code toward using more Server Language, like PHP? In this way i can use multiples queues for loading imagens. For example, 4 queues. The first one, from 0% to 25%, second from 25% to 50%, third form 50% to 75% and the fourd from 75% to 100%. (Some like that).
The second question is if it possivel send some links about google maps api?
Many Thanks in advance.
The text was updated successfully, but these errors were encountered:
You should be able to speed up loading of the images in javascript. As long as you are under the limit of network requests a browser can make at one time, and google's servers don't throttle your API requests, you can load as many images at once as you would like.
I am not sure if google releases a PHP client for their google maps API, there documentation is linked below:
Hello,
I find my self usefull this project, will attemp to speed up loading of images. I have two major question,
May i, can change the source code toward using more Server Language, like PHP? In this way i can use multiples queues for loading imagens. For example, 4 queues. The first one, from 0% to 25%, second from 25% to 50%, third form 50% to 75% and the fourd from 75% to 100%. (Some like that).
The second question is if it possivel send some links about google maps api?
Many Thanks in advance.
The text was updated successfully, but these errors were encountered: