If you look at the requests tab of your browser developer tools, do you see a clear time gap in the QUERYMAPFEATURES requests? These are the requests for tooltip data.
You mention that your feature join is between 3 data sources? Are the table and view from the same MySQL database? If so, you should probably try to do such joins at the database level. What is the size of the MySQL table/view? If you're joining SDF data to attributes in a MySQL table/view, then MapGuide has to "SELECT *" query the table/view before it can start finding the matching records based on the join values of the SDF side. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Tooltip-responsiveness-Fusion-tp5096654p5096674.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
