Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up loading images #1

Open
gravataLonga opened this issue Dec 18, 2017 · 1 comment
Open

Speed up loading images #1

gravataLonga opened this issue Dec 18, 2017 · 1 comment
Labels

Comments

@gravataLonga
Copy link

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.

@bafolts
Copy link
Owner

bafolts commented Dec 19, 2017

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:

https://developers.google.com/maps/documentation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants