ruby - Page loading takes so much time in rails -
i using gmaps4rails gem display different locations in google map. have 15000 records display takes 10 seconds load page. here code convert given records gmaps4rails objects:
@json = alphacourses.find(:all,:id,:latitude,:longitude).to_gmaps4rails
can 1 me load page early.
thanks
Comments
Post a Comment